Block Non-OP players from accessing Bukkit Info

Discussion in 'Bukkit Help' started by MWR123, Jul 29, 2019.

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

    MWR123

    I am trying to block non-op people from viewing my plugins and other Bukkit related info. I tried to edit the permissions.yml file, but it doesn't work. What am I doing wrong?

    My permissions.yml file:
    Code:
    groups:
       Default:
        default: false
        permissions:
        - bukkit.command.*
    
     
  2. Offline

    Machine Maker

    @MWR123 Is that the default permissions.yml file or is it from a permissions plugin?

    If its from the default one, your syntax is a bit off. Check out the documentation on that here.

    If its from PEX (PermissionsEx) you need to add another "-"
    Code:
    permissions:
    - -bukkit.command.*
    
    That second - negates the permission.
     
Thread Status:
Not open for further replies.

Share This Page