permissions

Discussion in 'Bukkit Help' started by tolgi070, Jul 30, 2016.

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

    tolgi070

    So i'm trying to setup my server, but one thing keeps me from progressing ! I want to restrict people from building on spawn, i've tried worldguard and permissionsEX. i only want build restriction inside the spawn, outside of spawn they are free to build whatever they want. i have given the default group Essentials.build so they can build. but can i restrict that permission in spawn ? please help.

    So again the question is : can i restrict Essentials.build in spawn ? if not, how can i restrict people from building in spawn and let them build free outside of spawn. already have WorldGuard.

    Thank you !

    (sorry English isn't my native language)

    Here is my Permission.yml file:

    Code:
    groups:
      guest:
        permissions:
        - essentials.build
        - Signshop.DenyUse.gBuy
        - Signshop.DenyUse.Sell
        - bukkit.command.list
        - essentials.balance
        - essentials.delhome
        - essentials.exp
        - essentials.help
        - essentials.helpop
        - essentials.home
        - essentials.ignore
        - essentials.info
        - essentials.kit
        - essentials.kits.guest
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.pay
        - essentials.protect.pvp
        - essentials.realname
        - essentials.recipe
        - essentials.sell
        - essentials.sethome
        - essentials.signs.use.buy
        - essentials.signs.use.info
        - essentials.signs.use.warp
        - -essentials.socialspy
        - essentials.spawn
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        - modifyworld.*
        - nocheatplus.checks.blockplace.boatsanywhere
        options:
          weight: '900'
          rank: '900'
          prefix: '&f[&7Guest&f]&7'
          default: true
      member:
        inheritance:
        - guest
        permissions:
        - essentials.afk
        - essentials.back
        - essentials.chat.color
        - essentials.compass
        - essentials.ext
        - essentials.hat
        - essentials.jump
        - essentials.kit
        - essentials.kits.member
        - essentials.msg.color
        - essentials.sethome.multiple.member
        - essentials.time
        - essentials.workbench
        options:
          weight: '700'
          rank: '700'
          prefix: '&f[&eMember&F]&7'
      citizen:
        inheritance:
        - member
        permissions:
        - essentials.keepxp
        - essentials.kits.member
        - essentials.kits.citizen
        - essentials.sethome.multiple.citizen
        options:
          weight: '600'
          rank: '600'
          prefix: '&f[&6Citizen&f]&7'
      moderator:
        inheritance:
        - member
        permissions:
        - bukkit.command.banlist
        - bukkit.command.ban.list
        - essentials.ban.notify
        - essentials.chat.ignoreexempt
        - essentials.exp.others
        - essentials.fly
        - essentials.fly.safelogin
        - essentials.gc
        - essentials.helpop.receive
        - essentials.invsee
        - -essentials.invsee.preventmodify
        - essentials.jail
        - -essentials.jail.exempt
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - -essentials.kill
        - essentials.mute
        - essentials.mute.notify
        - essentials.repair
        - essentials.repair.all
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.socialspy
        - essentials.tempban
        - -essentials.tempban.offline
        - essentials.togglejail
        - essentials.tpahere
        - -essentials.whois
        - -vanish.*
        options:
          weight: '500'
          rank: '500'
          prefix: '&7[&bMod&7]&f'
      elite:
        inheritance:
        - citizen
        permissions:
        - essentials.fly
        - essentials.fly.safelogin
        - essentials.kits.elite
        - essentials.nick
        - essentials.repair
        - essentials.repair.all
        - essentials.repair.armor
        - essentials.repair.enchanted
        - essentials.sethome.multiple.unlimited
        - essentials.spawnmob.*
        options:
          weight: '300'
          rank: '300'
          prefix: '&7[&4Elite&7]&7'
      admin:
        inheritance:
        - elite
        - moderator
        permissions:
        - -bukkit.command.deop
        - -bukkit.command.give
        - -bukkit.command.op
        - -bukkit.command.plugins
        - -bukkit.command.take
        - bukkit.command.toggledownfall
        - essentials.balance.others
        - essentials.balancetop
        - essentials.ban
        - -essentials.ban.offline
        - essentials.broadcast
        - essentials.burn
        - essentials.clearinventory
        - essentials.delhome.others
        - -essentials.deop
        - -essentials.enchant
        - essentials.exp.give
        - essentials.exp.give.others
        - essentials.exp.set
        - essentials.exp.set.others
        - essentials.ext
        - essentials.feed
        - -essentials.gamemode
        - -essentials.gamemode.creative
        - -essentials.gamemode.others
        - -essentials.give
        - essentials.heal
        - -essentials.home.others
        - essentials.invsee.modify
        - essentials.invsee.preventmodify
        - -essentials.item
        - essentials.jail.exempt
        - essentials.joinfullserver
        - essentials.kill
        - essentials.list.hidden
        - essentials.mute.exempt
        - essentials.mute.notify
        - essentials.nick
        - essentials.nick.color
        - essentials.nick.others
        - -essentials.op
        - essentials.seen
        - essentials.seen.banreason
        - -essentials.sethome.others
        - -essentials.setworth
        - essentials.socialspy
        - essentials.unban
        - essentials.vanish
        - essentials.vanish.see
        - essentials.warp.otherplayers
        - essentials.weather
        - -permissions.*
        options:
          weight: '200'
          rank: '200'
          prefix: '&2[&4Admin&2]&7'
      coowner:
        inheritance:
        - admin
        permissions:
        - automessage.*
        - bukkit.command.effect
        - essentials.ban.exempt
        - essentials.ban.offline
        - essentials.broadcast
        - essentials.clearinventory.others
        - essentials.delwarp
        - essentials.eco
        - essentials.enderchest
        - essentials.enderchest.others
        - essentials.feed.others
        - essentials.gamemode
        - essentials.gamemode.creative
        - essentials.god
        - essentials.heal.others
        - essentials.home.others
        - essentials.item
        - essentials.kick.exempt
        - essentials.killall
        - essentials.kit.exemptdelay
        - essentials.kit.others
        - essentials.kits.*
        - essentials.lightning
        - essentials.nick.*
        - essentials.powertool
        - essentials.sethome.others
        - essentials.setwarp
        - essentials.teleport.cooldown.bypass
        - essentials.tp
        - essentials.tpo
        - essentials.tpohere
        - essentials.tp.others
        - essentials.vanish
        - essentials.vanish.see
        - essentials.warp.overwrite.*
        - essentials.whois
        - worldedit.butcher
        options:
          weight: '100'
          rank: '100'
          prefix: '&l&f[&cCo-Owner&l&f]'
      owner:
        inheritance:
        - coowner
        permissions:
        - autodeop.reload
        - bukkit.command.plugins
        - bukkit.command.reload
        - bukkit.command.restart
        - bukkit.command.restart
        - bukkit.commands.timings
        - bukkit.command.timings
        - bukkit.command.tps
        - bukkit.command.version
        - cm.set
        - creativeControl.blacklist.*
        - creativeControl.data.status
        - creativeControl.preventions.*
        - essentials.command.plugins
        - essentials.enchant
        - essentials.enchantments.*
        - essentials.enderchest.modify
        - essentials.essentials
        - essentials.fireball
        - essentials.fly.others
        - essentials.gamemode.others
        - essentials.heal.cooldown.bypass
        - essentials.plugins
        - essentials.signs.*
        - essentials.spawnmob.*
        - essentials.spawnmob.stack
        - essentials.speed
        - essentials.speed.bypass
        - essentials.speed.others
        - essentials.time.set
        - essentials.vanish.*
        - permissions.*
        - vanish.*
        - worldedit.*
        - worldguard.*
        options:
          weight: '1'
          rank: '1'
          prefix: '&l&6[&4Owner&6]'
          suffix: '&c'
    users:
      virtualgladiator:
        group:
        - owner
    schema-version: 1
     
    Last edited by a moderator: Jul 31, 2016
  2. Offline

    PurpleGFX

    If you are still confused i could hop on your server and define regions for you
     
  3. Offline

    tolgi070

    Hi purpleGFX i already defined regions but i could use your help by joining and trying to break a block if you want ? Server IP: redacted
     
    Last edited by a moderator: Jul 31, 2016
  4. Offline

    HeartandSoul

    @tolgi070

    Worldguard works along-side Worldedit. Use both plugins. Also refer to a command cheat-sheet on the plugin description page.
     
Thread Status:
Not open for further replies.

Share This Page