Solved Why player access to all plugin zero/first argument is beyond me :\

Discussion in 'General Help' started by envic, Jul 26, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    envic

    Hi Guys,
    After all config done i used to write permission nodes using essentialsx Groupmanager !

    But All player are able to see all plugins commands!

    for example:

    L1T1 Permissions are:

    Code:
    L1T1:
    
        default: true
        permissions:
        - essentials.spawn
        - essentials.build
        - -essentials.build.place.46
        - -essentials.build.place.326
        - -essentials.build.place.327
        - essentials.build.interact.*
        - chestcommands.open.kit.yml
        - AutoPickup.enabled
        inheritance: []
        info:
          build: true
          prefix: '&b&l[&3Level&b:&e1&b&l] &a&l[&5Tier&b:&61&a&l] &7'
          suffix: ''
    But, Player is able to use all other plugin zero or fist argument!
    for example :
    /pl
    /we
    /mine
    /mine help

    and even more!

    what's wrong?

    No other permission plugin used!

    no one know what's wrong?
     
    Last edited: Jul 26, 2016
  2. @envic
    This is probably because these commands are set to be true by default, meaning that you have to give users a negative node to prevent users from using the commands.
     
  3. Offline

    Firestar311

    There is a setting in the essentialsx config file about allowing players to or to not see other commands. Search the config file.
     
Thread Status:
Not open for further replies.

Share This Page