Ability to set %permission.nodes% in runcmd, variables for the HOLOGRAPHIC_TEXT #318


Open
  • Caley19_ created this issue Dec 30, 2021

    Few ideas I would like to throw in here, that would be very welcome if they could be added:

     

    Run commands with custom permission nodes in runcmd(I would call this "next-gen RUN_AS_OPERATOR", sorry I had to).

    runcmd:

    - '%permissionnode<server.admin>%/command that $player normaly doesn't have permission to use'

    - '/other command that $player normaly has permission to use'

     

    Or did I miss something and there's already a way how to do this? For now, I had to do this to make it work:

    - '$RUN_CONSOLE$/givepermission $player server.admin'
    - '/now I can run command that requires server.admin'

    - '$RUN_CONSOLE$/removepermission $player server.admin'
    It works but it's really messy.

    Features for the HOLOGRAPHIC_TEXT
    Currently you can add variables, but you can't add $args, $multiargs. Also it would be nice if we could tweak the updatetimer(how often does the text teleports in front of the player).

     


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