Avatar (element bending)

Discussion in 'Bukkit Help' started by Burp27, May 20, 2012.

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

    Burp27

    Hi,

    I made a server. In this server people can bend the element they choose, water, earth, fire or air. My method is using different plugins and permissions.
    Water: SunSteel
    Earth: Instabreak
    Fire: Fireballs, Sunsteel
    Air: Falconpunch, Airjump, Megajump, (searching for a safe-falling plugin with perms)
    Everything went fine, but some permissions wouldn't work. For example; water people could use the /mj (megajump) command regardless of the permission being in the air group. Can someone help me out? I'll post the permission file too.

    I'm sorry if I am breaking a rule or something, I am new here :p

    Thanks in advance!


    Permission: (I use permissionsEX btw)

    groups:
    fire:
    default: true
    permissions:
    - sunsteel.armor.legs
    - sunsteel.armor.helm
    - sunsteel.armor.chest
    - sunsteel.armor.boots
    - sunsteel.special.lavafloat
    - sunsteel.special.fireresist
    - jcommands.sethome
    - jcommands.home
    air:
    default: true
    permissions:
    - simplefall.use
    - sunsteel.armor.boots
    - sunsteel.special.safefall
    - easyfall.use
    - jcommands.sethome
    - jcommands.home
    - airjump.use
    - falconpunch.punch
    - megajump.jumper
    water:
    default: true
    permissions:
    - sunsteel.armor.legs
    - sunsteel.armor.chest
    - sunsteel.armor.boots
    - sunsteel.armor.helm
    - sunsteel.special.waterfloat
    - sunsteel.special.waterbreath
    - modifyworld.blocks.place.8
    - modifyworld.blocks.place.79
    - jcommands.sethome
    - jcommands.home
    - snowball.watertoice
    - snowball.useCommand
    earth:
    default: true
    permissions:
    - instabreak.ranged
    - jcommands.sethome
    - jcommands.home
    - instabreak.toggle
    - modifyworld.blocks.interact.01
    - modifyworld.blocks.place.01
    - modifyworld.blocks.destroy.01
    users:
    Kanoichi:
    group:
    - fire
    youris_:
    group:
    - air
     
  2. Offline

    ZeroZX4

    maybe 1st choose only 1 default group and set rest to

    default: false
     
  3. Offline

    Burp27

    thanks :) but can you explain to me what the ''default'' actually is?
     
  4. Offline

    ImminentFate

    default is the permissions group that all new players who join get set to
     
    Burp27 likes this.
  5. Offline

    ZeroZX4

    so like when i join your server now i need to be assigned to 1 of your group ONLY 1 not all


    so 1 group need to be
    default: true

    and all other groups need to be
    default: false
    or remove it from every other group cause its not needed
     
  6. Offline

    Burp27

    Thank you! I'm gonna test it tonight! :D

    When someone from group water does /mj he is able to do it! But i dont want that, i only want air to be allowed to do that command. I've pasted the permission of that plugin into the air group

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  7. Offline

    ZeroZX4

    give water group this
    - -megajump.jumper

    not this
    - megajump.jumper

    but this
    - -megajump.jumper

    like this

    water:
    default: true
    permissions:
    - -megajump.jumper
    - sunsteel.armor.legs
    - sunsteel.armor.chest
    - sunsteel.armor.boots
    - sunsteel.armor.helm
    - sunsteel.special.waterfloat
    - sunsteel.special.waterbreath
    - modifyworld.blocks.place.8
    - modifyworld.blocks.place.79
    - jcommands.sethome
    - jcommands.home
    - snowball.watertoice
    - snowball.useCommand
     
  8. Offline

    Burp27

    they're still able to use it
     
  9. Offline

    ZeroZX4

    be sure no 1 from water is OP cause this
    - -
    is negative permission and it take away permission

    so after they have this negative permission
    - -megajump.jumper

    there is no way they should be able to perform it
     
  10. Offline

    Burp27

    then could it be there's something wrong with the permission of that plugin?
     
  11. Offline

    ZeroZX4

    nop it can be wrong with that jump plugin
     
Thread Status:
Not open for further replies.

Share This Page