Plugin to stop commands in 'The End'

Discussion in 'Bukkit Help' started by Jackster21, Dec 24, 2011.

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

    Jackster21

    hey all,

    anyone know of a way to stop commands being used in 'the end'

    i use PermissionsEx, and VIP's on the server have /jumpto, which makes it easy in The End to destroy the towers.

    anyone know of a plugin to stop commands in the nether, or could make 1, or know of a way to make it so PermissionsEx can stop this?

    cheers.


    Also, a side note; a plugin to reset 'the end' when the dragon dies?
     
  2. Offline

    AbeJ

    /pex group VIPs permission add -worldedit.navigation.jumpto world_the_end
    Obviously, replace VIPs with whatever the group is called.
     
  3. Offline

    Jackster21

    i do not want them to have access to that command in the end tho,
    surely that grants them the command?
     
  4. Offline

    Vhab

    Actually note the - in there, it negates the permission.
     
  5. Offline

    Jackster21

    didnt realise it does that, sorry, >.<

    Code:
        VIP:
            prefix: '&9[VIP] '
            suffix: '&f'
            inheritance:
            - Member
            permissions:
            - essentials.tpahere
            - essentials.tp
            - worldedit.navigation.jumpto
            - worldedit.navigation.thru
            - essentials.mail.read
            - essentials.mail.clear
            - essentials.mail.send
            - essentials.back
            options:
                rank: '400'
    
    if i didnt want them to have jumpto, then what would i edit?

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

    NuclearW

    Using the command to set a per-world permission is a lot easier than editing the file.

    Edit: Also moved thread.
     
    HotelManager24 likes this.
  7. Offline

    Jackster21

    tried that and it says ' error in command syntax check command help'

    any further suggestions?

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

    Jackster21

    still need a solution for this,
    thanks guys.
     
  9. Offline

    Lolmewn

    Cant you add the permissions for the commands to the world node in your permissions file?
    As in, set all permissions per-world and give world end no permissions.
     
  10. Offline

    Jackster21

    i dont have a world node in the permissions file at the moment,

    for example, here's 1 of my ranks (chose this as its the shortest 1)

    Code:
        Slap:
            prefix: '&e[Slap] '
            suffix: '&f'
            inheritance:
            - Member
            permissions:
            - essentials.tpa
            - essentials.mail.send
            options:
                rank: '500'
    
    where would i put the World node?
     
  11. Offline

    Ice_Sword

    This may be just me.....but my preference, at least in The End, would be WorldGuard. You can disable commands by area. So, you'd just expand the area it's not useable in to include the whole landmass of The End, and then expand it a little farther so it still can be used if they build out.
     
  12. Offline

    Jackster21

    but we reset the end everytime the dragon is killed.
     
  13. Offline

    Ice_Sword

    Hmmm....reset? Like clear the whole The End file? Or spawn a new dragon and place new crystals by hand? I assume the former.

    If someone knows the answer to any of his questions and can solve the problem for him lickity split, please, go ahead.
     
Thread Status:
Not open for further replies.

Share This Page