Solved ChestShop World Disabling

Discussion in 'Bukkit Help' started by MrQuartz, Jul 18, 2013.

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

    MrQuartz

    As said in title i want to know how to disable chestshop plugin in worlds, so i can only enable it in one world?
     
  2. Offline

    Iroh

    Just give people these perms in the world you wnat chest shop:
    - chestshop.create
    - chestshop.buy
    - chestshop.sell
    And in the other world give them:
    - -chestshop.*
     
  3. Offline

    MrQuartz

    I never used world in PermissionsEx so here is my default group:
    Code:
    default:
        default: true
        build: true
        prefix: '&8'
        permissions:
        
    How to put the permissions?
     
  4. Offline

    MrQuartz

    hello?
     
  5. Offline

    benj0y

    Don't know about PEX but should be something like this:

    default:
    default: true
    build: true
    prefix: '&8'
    permissions:
    - -chestshop.*
     
  6. Offline

    MrQuartz

    then they won't be able to do anything in chestshop
     
  7. Offline

    MrQuartz

    Any other help?

    Why no help?

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

    MrQuartz

    *BUMP*
     
  9. Offline

    rsod

    Execute this command:
    /pex group default add -chestshop.* world
    this will create per-world-permissions section in group "default" and you will be able to edit them manually in future if you want to.
     
  10. Offline

    MrQuartz

    Say it like that! Thanks man!
     
Thread Status:
Not open for further replies.

Share This Page