How to run a command when player don't have permission in IconMenu? #255


Open
  • realcommandandorder created this issue Feb 26, 2021

    for example 

    - 10:BARRIER<next>STONE:0:/me abc<next>/say abc:barrier<next>stone:a barrier<next>a stone

    but the player don't have permission to access /me and /say.

    MyCommand can't make player bypass the permission in IconMenu, so I have to use it run another command like below.

    - 10:BARRIER<next>STONE:0:/xxx<next>/xxxx:barrier<next>stone:a barrier<next>a stone

    me:
    command: /xxx
    type: RUN_AS_OPERATOR
    runcmd:
    - /me abc

    say:
    command: /xxxx
    type: RUN_AS_OPERATOR
    runcmd:
    - /say abc

    It's very inconvenient.

    Why don't make it easier?Like add an "<op>"before the command so player can bypass the permission.

    - 10:BARRIER<next>STONE:0:<op>/me abc<next><op>/say abc:barrier<next>stone:a barrier<next>a stone


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