Custom denizen command not working in bossshop #116


  • Enhancment
  • Replied
Open
  • _ForgeUser6561802 created this issue Feb 12, 2014

    Short description about the bug/problem:
    Using Denizen script to make custom command, Bossshop dont ricognize... example player type /powergod and star the script that giving to him some buff and working fine, i tried to add powergod as playercommand to bossshop, and it say unknow command...

  • _ForgeUser6561802 added the tags New Enhancment Feb 12, 2014
  • Forge_User_74148228 posted a comment Feb 12, 2014

    Would you mind posting the item part of your shop config which contains the powergod command?

  • Forge_User_74148228 removed a tag New Feb 12, 2014
  • Forge_User_74148228 added a tag Waiting Feb 12, 2014
  • _ForgeUser6561802 posted a comment Feb 13, 2014

    here there is...

      Regolamento:
        ExtraPermission: ''
        MenuItem:
        - name:&aRegolamento
        - lore:&8Mostra il regolamento
        - type:MAP
        - amount:1
        InventoryLocation: 6
        Message: ''
        PriceType: free
        RewardType: playercommand
        Reward:
        - powergod
    

    The command was created with denizen script like this

    chat_commandi_command: type: world

        events:
            on colori command:
            - narrate "<black>&0 - Black        <dark_blue>&1 - Dark Blue       <dark_green>&2 - Dark Green"
            - narrate "<dark_aqua>&3 - Dark Aqua  <dark_red>&4 - Dark Red        <dark_purple>&5 - Dark Purple"
            - narrate "<gold>&6 - Gold         <gray>&7 - Grey              <dark_gray>&8 - Dark Gray"
            - narrate "<blue>&9 - Blue         <green>&a - Green            <aqua>&b - Aqua"
            - narrate "<red>&c - Red          <light_purple>&d - Light_Purple    <yellow>&e - Yellow"
            - narrate "<white>&f - White         <gold>&l - <bold>Bold           <reset><gold>&n - <underline>Underline"
            - narrate "<gold><italic>&o - Italic        <reset><gold>&k - <magic>Magic             <reset><gold>&m - <Strikethrough>StrikeThrough"
            - narrate "<reset><gold>&r - Reset"
            - determine fulfilled
    

    Edited Feb 13, 2014
  • _ForgeUser6561802 removed a tag Waiting Feb 13, 2014
  • _ForgeUser6561802 added a tag Replied Feb 13, 2014
  • Forge_User_74148228 posted a comment Feb 16, 2014

    @xion87: Go

    Maybe Denizen does not detect commands like normal commands but with a chat listener. You could try using something like

    RewardType: command
    Reward:
    - fakemessage %player% /powergod
    
  • Forge_User_74148228 removed a tag Replied Feb 16, 2014
  • Forge_User_74148228 added a tag Waiting Feb 16, 2014
  • _ForgeUser6561802 posted a comment Feb 16, 2014

    still dont work :( tried also to use sudo command, not recognized...

  • _ForgeUser6561802 removed a tag Waiting Feb 16, 2014
  • _ForgeUser6561802 added a tag Replied Feb 16, 2014
  • Forge_User_74148228 posted a comment Mar 1, 2014

    @xion87: Go

    What happens when you add a command like "- me text 123"

  • Forge_User_74148228 removed a tag Replied Mar 1, 2014
  • Forge_User_74148228 added a tag Waiting Mar 1, 2014
  • _ForgeUser6561802 posted a comment Mar 15, 2014

    output chat user text 123

  • _ForgeUser6561802 removed a tag Waiting Mar 15, 2014
  • _ForgeUser6561802 added a tag Replied Mar 15, 2014

To post a comment, please login or register a new account.