Question pex deny permission to everyone

Discussion in 'Bukkit Help' started by gaberilde, Apr 17, 2017.

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

    gaberilde

    i have so many groups so in order to save file space and time
    i want deny permission EVERYBODY i have my permissions like this in the order with the unnecessary items cut off

    Code:
      Everyone:
        permissions:
        - -vanish.effects.flames
        - -vanish.effects.bats
        - -vanish.effects.smoke
        - -vanish.effects.explode
        - -vanish.effects.lightning
        - -vanish.nointeract
        - -vanish.nochat
        - -vanish.effects.toggle.flames
        - -vanish.effects.toggle.smoke
        - -vanish.effects.toggle.lightning
        - -vanish.effects.toggle.explode
        - -vanish.effects.toggle.bats
    Code:
      Owner:
        inheritance:
        - Everyone        < JUST A COMMENT ALL PLAYERS have that inheritance
        permissions:
        - my.game.admins
        - my.game.ownit
        - cloud.*
        - '*'
    problem is the above denied on the everyone is still granted the way is NOT to remove the star otherwise i will have to waste EVEN MORE time getting all the permissions in and i wont have any time left i just want to deny those ^ to EVERY player and admin how do i
     
  2. Offline

    timtower Administrator Administrator Moderator

    @gaberilde Anything in the group itself overrules the inheritance as far as I know.
    Just copy that piece from 'Everyone' into the Owner group.
     
  3. Offline

    gaberilde

    -_- just what i did NOT want to do
    since that takes a very long time because owner is not the only group

    the groups are
    admin
    adminb
    owner
    trusted
    builder
    helper
    moderator
    the list goes on

    guess cant and disk size cant be saved with this stupid plugin
    oh well
     
  4. Offline

    timtower Administrator Administrator Moderator

    @gaberilde But it probably is the only one with *
     
  5. Offline

    YoloSanta

    He said he want to save disc space but the question is why as 500 lines of English config is equal to about 500-600 kb
     
  6. Offline

    Zombie_Striker

    @YoloSanta
    Actually no. The actual amount of text will definitely not exceed more than 100KB. I would be surprised if it even got past 50Kb.
     
Thread Status:
Not open for further replies.

Share This Page