Commands Per World

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

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

    Jackster21

    Anyone know of a way to blacklist commands in a different world?

    e.g. /jumpto is allowed in the main world, but not in the end?

    i find people TP'n and using /jump in 'The End' and making it easy to win...

    anyone know of a plugin to block it?

    i use worldguard, essentials, PermissionsEx atm, i dunno if you can incorporate it into that?
     
  2. Offline

    Ragnarrok1



    If you us B-Permissions you will have like 3 worlds to config...Then you can like copy from World to nether and take away the permission you dont want them to have
     
  3. Offline

    Apachekiller

    Code:
        Member:
            prefix: '[&9M&f] '
            permissions:
            - modifyworld.interact.*
            - modifyworld.vehicle.*
            - creativegates.use
            - glizer.user
            - multiverse.access.members
            - essentials.delhome
            - essentials.home
            - essentials.sethome
            - essentials.warp
            - essentials.warp.*
            options:
                rank: '600'
            inheritance:
            - Guest
            worlds:
                world:
                    permissions:
                    - modifyworld.bucket.empty.*
                members:
                    permissions:
                    - modifyworld.blocks.*
                    - modifyworld.items.*
                    - modifyworld.bucket.empty.*
                    - modifyworld.bucket.fill.*
    Take a look at my config for a second.

    Where it says "worlds" is where you can add multiworld permissions. Everything under the "permissions: " label is accessible in any world. For example you can see essentials.sethome under the permissions label. That means than can sethome in any world. Now under the "worlds: " label you can specify specific permissions for each world. For example under the "members: " label you can see -modifyworld.blocks.* this will allow them to place and or break any blocks in the members world, but not in the VIP world.
     
    Jackster21 likes this.
  4. Offline

    Jackster21

    ill try changing that,
    cheers apache!
     
  5. Offline

    zipron

Thread Status:
Not open for further replies.

Share This Page