Question Disable Essentials in certain worlds

Discussion in 'Bukkit Help' started by matty258987, Mar 6, 2016.

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

    matty258987

    Hello, I have a creative and survival worlds but at the moment people could go into the creative world get loads of diamonds, then sell them for money in the survival world. I have separated the inventories so they can't directly take items from one world to the other but they can still be sold. How could I prevent this?
     
  2. Offline

    Tails_Prower_24

    well, there are multiple solutions.

    1. Get PerWorldPlugins (http://dev.bukkit.org/bukkit-plugins/perworldplugins/) and then you can set what plugins go for what worlds
    2. You can negate permissions for groups with PEX (PermissionsEx). You can negate permissions like this:
    Code:
    - -permission.name
    
    I think you need to negate the essentials.sell and the essentials.signs.use.sell permission

    it will look like this:
    Code:
    - -essentials.signs.use.sell
    - -essentials.sell
    
    Or you can do a combination..
     
  3. Offline

    Bobcat00

    Why would you use PerWorldPlugins when all you need to do is change the permissions? It's like killing a fly with a sledgehammer.
     
  4. Offline

    Tails_Prower_24

    @Bobcat00 My post includes instructions on how to do that.
     
    PeterXonwiiXx likes this.
Thread Status:
Not open for further replies.

Share This Page