Wow, PermissionsEX doesn't let you have different permissions per world..

Discussion in 'Bukkit Discussion' started by jasonsj10, Sep 20, 2011.

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

    jasonsj10

    Hey guys i got like 2 worlds in my server and one is building and the other is survival. I was wondering if it was possible to have different world permissions with PermissionsEX. I just recently transferred from Permissions 3.1.6 to Permissions EX. Please help me out here i will extremly pissed off if i cant use different permissions per world. It ruins my survival!
     
  2. Offline

    andrewkm

    Yes you can use different permissions per world.
    Read Pex wiki.
     
  3. Offline

    jasonsj10

    Thanks, But i could not find it. If i did i did not understand what it ment. Could you explain how i could do so?
     
  4. Offline

    AndyFox42

    I have never tried PEX but if you are looking for superperms that can do this, I know PermissionsBukkit can do it.
     
  5. Offline

    Takel

    Show Spoiler
    Code:
        userName:
            permissions: null
            group:
            - UserType
            worlds:
                PrimaryWorld:
                    permissions:
                    - IndividualPermission1
                    - IndividualPermission2
                    group:
                    - StandardPermissions
                    - NoWorldEdit
                    - PortalUser
                ModeratedWorld:
                    permissions: null
                    group:
                    - StandardPermissions
                    - NoWorldEdit
                    - PortalUser
                CreativeWorld:
                    permissions: null
                    group:
                    - StandardPermissions
                    - FullWorldEdit
                    - PortalUser
                CrossServerBridgingWorld:
                    permissions: null
                    group:
                    - AlternateStandard

    Read the wiki more. Here's an example of how I'm using multi-world specific permissions across 4 different types of worlds and the PrimaryWorld permissions are being inherited by 3 other worlds.
     
  6. Offline

    jasonsj10

    Not all my plugins are compadible with PermissionsBukkit

    This is part of my permissions.

    Buildingworld:
    Default
    Permissions:
    - plugin.rules

    Admin
    Permissions:
    - '*'

    PVP:
    Survival
    Permissions:
    - plugin.home

    What would this be? I am still sorda confused. Like how would i set this up? By the way i made these up. I got way more permissions and stuff

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

    Takel

    As you can see from my config snippet, you can declare global and per-world permissions.

    For the actual group declarations, you can do something like this:
    Show Spoiler
    Code:
        Guest:
            default: true
            permissions:
            - -commandbook.intro
            - -commandbook.midi
            - -commandbook.motd
            - commandbook.msg
            - commandbook.say
            - mcdocs.*
            - modifyworld.blocks.interact.64
            - modifyworld.blocks.interact.69
            - modifyworld.blocks.interact.70
            - modifyworld.blocks.interact.71
            - modifyworld.blocks.interact.72
            - modifyworld.blocks.interact.77
            worlds:
                Tutorial:
                    permissions:
                    - commandSigns.use
                    - scrollingmenusign.execute
                    - scrollingmenusign.scroll


    From that you can see that I have a number of global permissions for the Guest group. For the special Tutorial world, I've allowed a few additional permissions which lets them use a few object to get out of there, but only in that world. Once they're out of that world, they don't have those permissions any more. You can define as many worlds as you like and add more permissions for special worlds as you so desire.

    To define the world permission inheritance, you need to add those settings in the world: node. An example is here:
    Show Spoiler
    Code:
    worlds:
        Nether:
            inheritance:
            - PrimaryWorld
        Skyworld:
            inheritance:
            - PrimaryWorld
        ReadOnlyWorld1:
            inheritance:
            - SpecialHubWorld
        ReadOnlyWorld2:
            inheritance:
            - SpecialHubWorld

    What this does is link the permissions I have for the primary world into the Nether and Sky worlds, so if I put in a special 'PrimaryWorld' defined permission in a group or user, those child worlds will inherit those permissions as well without me telling PEX directly to do that.

    How you set up your permissions is completely up to you. As you can see from my previous post, I use 4 different groups which together complete the permissions set a player may have on my server. Unless you have specific problems or questions, it's a little difficult for me to help you since I personally find permission configuration to be rather straight forward.

    As an example, if you want to have your users have very simple group membership, you can create one permission group which deals with all the permissions on a per-world basis. An example would be:
    Show Spoiler
    Code:
    Player:
        permissions:
        - GlobalPermission1
        - GlobalPermission2
        - GlobalPermission3
        - GlobalPermission4
        worlds:
            BuildingWorld:
                permissions:
                - SpecialBuildOnlyPermission1
                - SpecialBuildOnlyPermission2
                - SpecialBuildOnlyPermission3
            PvPWorld:
                permissions:
                - PermissionToGank1
                - PermissionToGank2
                - PermissionToGank3
     
  8. Offline

    Richard Scheide

    @jasonsj10 First, hopefully you downloaded Note++. If not, do so now. Here is my permissions.yml. Feel free to copy/paste Change the world and user names and of coarse the permissions. Delete any extras.

    Code:
    groups:
        default:
            default: true
            options:
                rank: '1000'
            permissions:
            - modifyworld.chat
        admins:
            permissions:
            - '*'
            - admincmd.item.*
            options:
                rank: '0'
            prefix: '&0(&4Admin&0)&7 '
            worlds:
                freeworld:
                    permissions:
                    - '*'
                    - admincmd.item.*
                oldworld:
                    permissions:
                    - '*'
                    - admincmd.item.*
                city:
                    permissions:
                    - '*'
                    - admincmd.item.*
                newcity:
                    permissions:
                    - '*'
                    - admincmd.item.*
                    - -admincmd.player.fireball
        lord:
            options:
                rank: '100'
            prefix: '&0(&1Lord&0)&7 '
            permissions:
            - -modifyworld.mobtarget.*
            - modifyworld.*
            - -modifyworld.mobtarget.monster.creeper
            - admincmd.time.*
            - modifyworld.*
            - citizens.*
            - citizens.toggle.*
            - simplechestlock.command.reload
            - simplechestlock.command.save
            - simplechestlock.lock
            - simplechestlock.lock.*
            - simplechestlock.lock.Lockable_Name_Here
            - mantraweather.weather
            - residence.create
            - admincmd.time.*
            - admincmd.tp.*
            - admincmd.weather.clear
            - admincmd.warp.*
            - admincmd.mob.spawn
            - waypoint.*
            - -admincmd.player.fly
            worlds:
                freeworld:
                    permissions:
                    - modifyworld.*
                    - citizens.*
                    - citizens.toggle.*
                    - simplechestlock.command.reload
                    - simplechestlock.command.save
                    - simplechestlock.lock
                    - simplechestlock.lock.*
                    - simplechestlock.lock.Lockable_Name_Here
                oldworld:
                    permissions:
                    - '*'
                    - admincmd.item.*
                    - -admincmd.player.fly
                city:
                    permissions:
                    - '*'
                    - admincmd.item.*
                    - -admincmd.player.fly
                newcity:
                    permissions:
                    - '*'
                    - admincmd.item.*
                    - admincmd.player.fly
                    - -admincmd.player.fireball
        noble:
            options:
                rank: '800'
            prefix: '&0(&1N&7oble&0)&7 '
            permissions:
            - modifyworld.*
            - citizens.*
            - citizens.toggle.*
            - simplechestlock.command.reload
            - simplechestlock.command.save
            - simplechestlock.lock
            - simplechestlock.lock.*
            - simplechestlock.lock.Lockable_Name_Here
            - mantraweather.weather
            - residence.create
            - admincmd.time.*
            - admincmd.tp.*
            - admincmd.weather.clear
            - admincmd.warp.*
            - admincmd.mob.spawn
            - waypoint.*
            worlds:
                freeworld:
                    permissions:
                    - modifyworld.*
                    - citizens.*
                    - citizens.toggle.*
                    - simplechestlock.command.reload
                    - simplechestlock.command.save
                    - simplechestlock.lock
                    - simplechestlock.lock.*
                    - simplechestlock.lock.Lockable_Name_Here
                oldworld:
                    permissions:
                    - '*'
                    - admincmd.item.*
                    - -admincmd.player.fly
                city:
                    permissions:
                    - '*'
                    - admincmd.item.*
                    - -admincmd.player.fly
        peasant:
            options:
                rank: '900'
            prefix: '&0(&2P&7easant&0)&7 '
            permissions:
            - simplechestlock.command.reload
            - simplechestlock.command.save
            - simplechestlock.lock
            - simplechestlock.lock.*
            - simplechestlock.lock.Lockable_Name_Here
            - -admincmd.player.fly
    users:
        kull_theconq:
            group:
            - admins
        toribear:
            group:
            - lord
        baylock:
            group:
            - lord
        naphemil:
            group:
            - lord
        lordfritz:
            group:
            - lord
            Permissions:
            - -admincmd.player.fly
        keovi:
            group:
            - lord
        wildcolorzz:
            group:
            - lord
            Permissions:
            - -admincmd.player.fly
        dillonk28:
            group:
            - default
        splice15:
            group:
            - lord
        maedhros:
            group:
            - lord
        dankmaul:
            group:
            - noble
        wr3ak_hav0c:
            group:
            - lord
            Permissions:
            - -admincmd.player.fly
        impulse312:
            group:
            - noble
            Permissions:
            - -admincmd.player.fly
        lxthal:
            group:
            - noble
            - -admincmd.player.fly
        devildante1005:
            group:
            - lord
     
  9. Offline

    jasonsj10

    How would i make a rank in that world default and not the others?

    Also what does "Rank: #" Mean?
     
  10. Offline

    jasonsj10

    Okay, i am still confused. I am attemping to make two worlds with completely diffrent permissions. May i ask how to do this, Like people from my main world (Building world) are getting to my Survival with the same rank and permissions. I am trying to make it so they AUTO go into a "PVP" group when they join that world besides a few people they are still admin. but when they get back to the Building world they will rerank back to the orignal rank they were at before. I have tried many things but failed all. Please help me out ASAP.
     
  11. Offline

    erdrickk

    dude....it's not hard. I don't know why everyone and their mother are having a hard time with this...its soooo close to how 2.7.4 was...

    Here is an example of my permissions file for one of my servers.......

    Code:
        BobSmith1:
            group:
            - Member
            options:
                rank: 900
        BobSmith2:
            group:
            - Member
            options:
                rank: 900
        BobSmith3:
            group:
            - Member
            options:
                rank: 900
        BobSmith4:
            group:
            - Member
            options:
                rank: 900
        BobSmith5:
            info: []
            group:
            - Member
            permissions:
            - blockhat.hat
            - blockhat.hat.items
            - worldedit.navigation.*
            prefix: '&5[HookersNblow]&6'
            suffix: '&a'
            options:
                rank: 900
    groups:
        Default:
            default: true
            info: []
            inheritance: null
            permissions:
            - admincmd.player.list
            - permissions.informplayers.modifyworld
            - permissions.informplayers.changes
            - modifyworld.login
            - modifyworld.chat
            - modifyworld.chat.private
            build: false
            prefix: '&f'
            suffix: null
            options:
                rank: 1000
        Member:
            default: false
            info: []
            inheritance:
            - Default
            worlds:
                world184_nether:
                    permissions:
                    - -modifyworld.place.7
                    - modifyworld.*
                    - admincmd.player.loc
                    - admincmd.player.msg
                    - admincmd.player.np
                    - admincmd.spawn.tp
                    - admincmd.player.afk
                    - admincmd.server.motd
                    - admincmd.server.news
                    - admincmd.server.help
                    - admincmd.tp.home
                    - clearinventory.use
                    - falsebook.cart.*
                    - falsebook.blocks.door
                    - falsebook.blocks.gate
                    - falsebook.blocks.lift
                    - falsebook.blocks.bridge
                    - falsebook.blocks.cauldron.use
                    - falsebook.blocks.hiddenswitch
                    - falsebook.blocks.hiddenswitch.create
                    - falsebook.blocks.lightswitch.create
                    - falsebook.blocks.lightswitch.use
                    - falsebook.blocks.readbooks
                    - -falsebook.ic.1200
                    - -falsebook.ic.1241
                    - -falsebook.ic.1025
                    - -falsebook.ic.1201
                    - -falsebook.ic.1231
                    - -falsebook.ic.1511
                    - falsebook.ic.standard
                    - falsebook.ic.detection
                    - falsebook.ic.selftriggered
                    - tombstone.use
                    - tombstone.large
                    - tombstone.lwc
                    - tombstone.sign
                    - tombstone.freesign
                    - tombstone.quickloot
                    - tombstone.cmd.tomblist
                    - tombstone.cmd.tombfind
                    - iConomy.access
                    - iConomy.bank.*
                    - iConomy.list
                    - iConomy.payment
                    - iConomy.rank
                    - mcmmo.regeneration
                    - mcmmo.chat.partychat
                    - -mcmmo.commands.setmyspawnother
                    - mcmmo.commands.*
                    - mcmmo.ability.*
                    - mcmmo.item.chimaerawing
                    - mcmmo.skills.*
                    - stargate.use
                    - stargate.create
                    - stargate.destroy.personal
                    - stargate.option.hidden
                    - stargate.option.private
                    - stargate.world.world8-4
                    - stargate.network.*
                    - stargate.dhd.use
                    - stargate.dhd.create
                    - stargate.dhd.destroy
                    - worldguard.stack
                    - lwc.protect
                    - mobarena.arenas.*
                    - mobarena.classes.*
                    - mobarena.use.join
                    - mobarena.use.leave
                    - mobarena.use.spectate
                    - towny.town.new
                    - towny.town.claim
                    - towny.town.resident
                    - towny.nation.new
                    - towny.town.plot
                    - towny.top
                    - towny.wild.*
                    - towny.spawntp
                    - towny.publicspawntp
                    - towny.town.delete
                    - towny.town.rename
                    - towny.town.toggle.*
                    - towny.nation.*
                    - war.player
                    - war.warp
                    - iQuest.CanQuest.*
                    - iQuest.CanDropQuest
                    - modtrs.command.check.self
                    - modtrs.command.modlist
                    - modtrs.command.modreq
                    - ecoCreature.Creature.*
                    - ChestShop.shop.create
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - lottery.buy
                    - multiverse.core.list.worlds
                    - multiverse.help
                    - multiverse.core.info
                    - multiverse.core.tp.self
                    - multiverse.core.spawn.self
                    - runecraft.teleport
                    - -runecraft.faith.*
                    - -runecraft.chronotrigger.*
                    - -runecraft.topsyturvy.*
                    - -runecraft.solarflare.*
                    - -runecraft.iceboots.*
                    - -runecraft.zeerixchest.*
                    - -runecraft.zeerixschest.*
                    - coupon.help
                    - coupon.redeem
                freebuild:
                    permissions:
                    - modifyworld.*
                    - -modifyworld.place.7
                    - -modifyworld.place.10
                    - admincmd.item.add
                    - admincmd.item.more
                    - admincmd.item.color
                    - admincmd.player.loc
                    - admincmd.player.msg
                    - admincmd.player.np
                    - admincmd.spawn.tp
                    - admincmd.player.afk
                    - admincmd.server.motd
                    - admincmd.server.news
                    - admincmd.tp.home
                    - clearinventory.use
                    - falsebook.blocks.door
                    - falsebook.blocks.gate
                    - falsebook.blocks.lift
                    - falsebook.blocks.bridge
                    - falsebook.blocks.cauldron.use
                    - falsebook.blocks.hiddenswitch
                    - falsebook.blocks.hiddenswitch.create
                    - falsebook.blocks.lightswitch.create
                    - falsebook.blocks.lightswitch.use
                    - falsebook.blocks.readbooks
                    - falsebook.ic.standard
                    - falsebook.ic.detection
                    - falsebook.ic.selftriggered
                    - -falsebook.ic.1200
                    - -falsebook.ic.1241
                    - -falsebook.ic.1025
                    - -falsebook.ic.1201
                    - -falsebook.ic.1231
                    - -falsebook.ic.1511
                    - iConomy.access
                    - iConomy.bank.*
                    - iConomy.list
                    - iConomy.payment
                    - iConomy.rank
                    - mcmmo.chat.partychat
                    - mcmmo.commands.*
                    - -mcmmo.commands.setmyspawnother
                    - stargate.use
                    - worldguard.stack
                    - towny.wild.*
                    - myhome.home.basic.*
                    - myhome.home.soc.*
                    - war.player
                    - war.warp
                    - modtrs.command.check.self
                    - modtrs.command.modlist
                    - modtrs.command.modreq
                    - multiverse.core.list.worlds
                    - multiverse.help
                    - multiverse.core.info
                    - multiverse.core.tp.self
                    - multiverse.core.spawn.self
                    - worldedit.navigation.*
                    - admincmd.server.help
                    - rocketboots.boots.diamond
                    - coupon.help
                    - coupon.redeem
                    - -runecraft.*
                    - OrbRemoval.remove
                world184:
                    permissions:
                    - -modifyworld.place.7
                    - modifyworld.*
                    - admincmd.player.loc
                    - admincmd.player.msg
                    - admincmd.player.np
                    - admincmd.spawn.tp
                    - admincmd.player.afk
                    - admincmd.server.motd
                    - admincmd.server.news
                    - admincmd.server.help
                    - admincmd.tp.home
                    - clearinventory.use
                    - falsebook.cart.*
                    - falsebook.blocks.door
                    - falsebook.blocks.gate
                    - falsebook.blocks.lift
                    - falsebook.blocks.bridge
                    - falsebook.blocks.cauldron.use
                    - falsebook.blocks.hiddenswitch
                    - falsebook.blocks.hiddenswitch.create
                    - falsebook.blocks.lightswitch.create
                    - falsebook.blocks.lightswitch.use
                    - falsebook.blocks.readbooks
                    - -falsebook.ic.1200
                    - -falsebook.ic.1241
                    - -falsebook.ic.1025
                    - -falsebook.ic.1201
                    - -falsebook.ic.1231
                    - -falsebook.ic.1511
                    - falsebook.ic.standard
                    - falsebook.ic.detection
                    - falsebook.ic.selftriggered
                    - tombstone.use
                    - tombstone.large
                    - tombstone.lwc
                    - tombstone.sign
                    - tombstone.freesign
                    - tombstone.quickloot
                    - tombstone.cmd.tomblist
                    - tombstone.cmd.tombfind
                    - iConomy.access
                    - iConomy.bank.*
                    - iConomy.list
                    - iConomy.payment
                    - iConomy.rank
                    - mcmmo.regeneration
                    - mcmmo.chat.partychat
                    - -mcmmo.commands.setmyspawnother
                    - mcmmo.commands.*
                    - mcmmo.ability.*
                    - mcmmo.item.chimaerawing
                    - mcmmo.skills.*
                    - stargate.use
                    - stargate.create
                    - stargate.destroy.personal
                    - stargate.option.hidden
                    - stargate.option.private
                    - stargate.world.world8-4
                    - stargate.network.*
                    - stargate.dhd.use
                    - stargate.dhd.create
                    - stargate.dhd.destroy
                    - worldguard.stack
                    - lwc.protect
                    - mobarena.arenas.*
                    - mobarena.classes.*
                    - mobarena.use.join
                    - mobarena.use.leave
                    - mobarena.use.spectate
                    - towny.town.new
                    - towny.town.claim
                    - towny.town.resident
                    - towny.nation.new
                    - towny.town.plot
                    - towny.top
                    - towny.wild.*
                    - towny.spawntp
                    - towny.publicspawntp
                    - towny.town.delete
                    - towny.town.rename
                    - towny.town.toggle.*
                    - towny.nation.*
                    - war.player
                    - war.warp
                    - iQuest.CanQuest.*
                    - iQuest.CanDropQuest
                    - modtrs.command.check.self
                    - modtrs.command.modlist
                    - modtrs.command.modreq
                    - ecoCreature.Creature.*
                    - ChestShop.shop.create
                    - ChestShop.shop.buy
                    - ChestShop.shop.sell
                    - lottery.buy
                    - multiverse.core.list.worlds
                    - multiverse.help
                    - multiverse.core.info
                    - multiverse.core.tp.self
                    - multiverse.core.spawn.self
                    - runecraft.teleport
                    - -runecraft.faith.*
                    - -runecraft.chronotrigger.*
                    - -runecraft.topsyturvy.*
                    - -runecraft.solarflare.*
                    - -runecraft.iceboots.*
                    - -runecraft.zeerixchest.*
                    - -runecraft.zeerixschest.*
                    - coupon.help
                    - coupon.redeem
            build: true
            prefix: '&6'
            suffix: '&a'
            options:
                rank: 900
        Moderator:
            default: false
            info: []
            inheritance:
            - Member
            permissions:
            - permissions.user.promote.default
            - mcbans.kick
            - mcbans.lookup
            - mcbans.unban
            - mcbans.ban.temp
            - mcbans.ban.local
            - mcbans.ban.global
            - mcbans.ban.view
            - mcbans.vote
            - mcbans.vote.kick
            - mcbans.vote.msg
            - mcbans.reload
            - mcbans.offline
            - mcbans.online
            - mcbans.mute.player
            - mcbans.mod
            - lwc.mod
            - jail.command.*
            - assignpermissions.add.group.Member
            - admincmd.tp.to
            - admincmd.tp.from
            - admincmd.tp.here
            - admincmd.tp.player
            - admincmd.tp.home
            - admincmd.tp.toggle
            - admincmd.tp.see
            - admincmd.player.heal
            - admincmd.player.heal.other
            - admincmd.player.invisible
            - admincmd.player.invisible.other
            - admincmd.player.clear
            - admincmd.player.clear.other
            - admincmd.player.kick
            - admincmd.player.freeze
            - admincmd.player.mute
            - admincmd.player.np
            - admincmd.player.nopickup
            - admincmd.weather.clear
            - admincmd.weather.storm
            - worldedit.navigation.*
            - worldguard.god
            - worldguard.ungod
            - worldguard.heal
            - worldguard.heal.other
            - worldguard.slay
            - worldguard.slay.other
            - worldedit.extinguish
            - logblock.tool
            - logblock.toolblock
            - logblock.me
            - logblock.lookup
            - logblock.tp
            - logblock.rollback
            - logblock.clearlog
            - logblock.hide
            - logblock.ignoreRestrictions
            - modtrs.mod
            - modtrs.command.check
            - modtrs.command.complete
            - modtrs.command.broadcast
            - modtrs.command.teleport
            - lwc.admin.remove
            - lwc.admin
            - -lwc.admin.view
            - -lwc.admin.find
            - -lwc.admin.forceowner
            - -lwc.admin.purge
            - -lwc.admin.cleanup
            - -lwc.admin.update
            - -lwc.admin.convert
            - -lwc.admin.clear
            - herochat.admin
            - slot.create
            - slot.remove
            - slot.*
            - mobdisguise.cow
            - mobdisguise.pig
            - mobdisguise.spider
            - mobdisguise.creeper
            - mobdisguise.skeleton
            - mobdisguise.giant
            - mobdisguise.ghast
            - mobdisguise.pigman
            - mobdisguise.chicken
            - mobdisguise.wolf
            - mobdisguise.squid
            - mobdisguise.slime
            - mobdisguise.zombie
            - mobdisguise.sheep
            - mobdisguise.enderman
            - mobdisguise.silverfish
            build: true
            prefix: ' &4'
            suffix: '&a'
            options:
                rank: 500
        Admin:
            default: false
            info: []
            inheritance:
            - Moderator
            permissions:
            - '*'
            build: true
            prefix: ' &4'
            suffix: '&a'
            options:
                rank: 100
        Owner:
            default: false
            info: []
            inheritance:
            - Moderator
            permissions:
            - '*'
            build: true
            prefix: ' &4'
            suffix: '&a'
     
  12. Offline

    codename_B

    If you want something simpler, I'd recommend you try bPermissions.
     
  13. Offline

    jasonsj10

    Well, Most of my plugins i use are not plugin.permission:true Compadable
     
  14. Offline

    codename_B

    That's ok - bPermissions doesn't use that format.
     
  15. Offline

    cyberdude

    @jasonsj10 I'd also go with @codename_B recommendation of bPermissions ;)
    It supports all plugins that use Superperms/BukkitPermissions and the old Permissions system.
    bPermissions makes all your worries go away ;)...
     
  16. Offline

    AndyFox42

    PermissionsBukkit has another plugin with it called Bridge which allows you to use plugins that require old Permissions or PEX even if they say they aren't compatible.
     
  17. Offline

    cyberdude

    bPermissions has this built in to it, and it has since first version. ;)
     
  18. Offline

    2shy4u

    PermissionsEx does support multi-world permissions per world. The simplest way is in game or console
    /pex group (Groupname) add (permissionnode) [World]
    [world] is optional in writing your permissions. So to give the group VIP access to all WorldEdit commands on your world called "CrazyPlace" you would enter the following:

    /pex group VIP add worldedit.* CrazyPlace
    Now all group members of VIP will have access to all worldedit commands but only in that world.
     
Thread Status:
Not open for further replies.

Share This Page