How To Block ALL commands in a World?

Discussion in 'Bukkit Help' started by Link155, Sep 10, 2012.

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

    Link155

    I know there is a way to do it with possibly essentials but i don't know how.

    Basically i just want To disable ALL commands while players are in a certain world.

    Also is there a way to only allow the breaking of certain blocks in a world Guard region.


    Im trying to set up a Hg on my server but i don't wanna use a fancy plugin because my server isn't dedicated to the Hg, its just something we do from time to time.

    If there is a plugin that does exist where i can run automatic Hg's and still be able to be a build stuff server then plz feel free to give me a heads up. About it.

    Have A Great Day Everyone Of Bukkit! ^_^
     
  2. Offline

    midnightfang22

    Setup per-world permissions and just leave that world blank on permissions?
     
  3. Offline

    Link155

    is it possible to set up per world permissions without rewriting the whole file? i want to keep player rank permissions, but i dont want them to have access in just that one world
     
  4. Offline

    midnightfang22

    I rewrote my whole file when I did this...you don't have to, but it will cause less errors.
     
  5. Offline

    Necrodoom

    youd have to setup per world permissions.

    what is your permission plugin?
     
  6. Offline

    Link155

    I use Pex, srry sould have mentioned that in the begining -_-

    This is my permissions file as is right now

    Code:
    groups:
      Guest:
        default: true
        permissions:
        - essentials.afk
        - essentials.compass
        - essentials.depth
        - essentials.help
        - essentials.msg
        - essentials.msg.url
        - essentials.rules
        - essentials.spawn
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpdeny
        - essentials.time
        - lwc.protect
        - craftbook.mech.bookshelf.use
        - anticheat.check.itemspam
        - essentials.pay
        - essentials.balance
        - essentials.balancetop
        - sb.use.money
        - anticheat.check.fastplace
        - anticheat.check.itemspam
        - anticheat.check.spam
        - -bukkit.command.plugins
        - citizens.npc.talk
        - buttonwarp.use
        options:
          prefix: '[Guest]'
          build: 'true'
          suffix: ''
      Member:
        permissions:
        - essentials.near
        - essentials.warp
        - essentials.setwarp
        - essentials.warp.overwrite.*
        - sb.use.xp
        inheritance:
        - Guest
        options:
          prefix: '[Member]'
          build: 'true'
          suffix: ''
      Admins:
        permissions:
        - '*'
        options:
          prefix: ''
          build: 'true'
          suffix: ''
      Mod:
        permissions:
        - essentials.feed.others
        - essentials.feed
        - essentials.give.item-all
        - essentials.god
        - essentials.heal
        - essentials.heal.others
        - essentials.itemspawn.item-all
        - essentials.time.set
        - essentials.ban
        - essentials.ban.offline
        - essentials.killall
        - essentials.mute
        - essentials.tempban
        - essentials.tempban.offline
        - essentials.unban
        - essentials.vanish
        - essentials.weather
        - worldedit.*
        - worldguard.*
        - essentials.give
        - essentials.item
        - coreprotect.inspect
        - disguisecraft.mob.*
        - essentials.kick
        - jail.command.jailcheck
        - jail.command.jaillist
        - jail.command.unjail
        - jail.command.jail
        inheritance:
        - MVP
        options:
          prefix: ''
          build: 'true'
          suffix: ''
      Owner:
        permissions:
        - '*'
        - -disguisecraft.seer
        options:
          prefix: Owner
          build: 'true'
          suffix: ''
      VIP:
        permissions:
        - essentials.fly
        - disguisecraft.mob.chicken
        - disguisecraft.mob.zombie
        - disguisecraft.mob.creeper
        - disguisecraft.mob.cow
        - disguisecraft.mob.pig
        - disguisecraft.mob.enderman
        - disguisecraft.mob.villager
        - disguisecraft.mob.spider
        - disguisecraft.mob.enderman.hold
        - wirelessredstone.*
        - essentials.back
        - essentials.back.ondeath
        - anticheat.check.fly
        inheritance:
        - Member
        options:
          prefix: ''
          build: 'true'
          suffix: ''
      MVP:
        permissions:
        - essentials.workbench
        - essentials.tp
        - essentials.time.set
        - disguisecraft.mob.snowgolem
        - disguisecraft.mob.mushroomcow
        - disguisecraft.mob.wolf
        - disguisecraft.mob.squid
        - disguisecraft.mob.pigzombie
        - disguisecraft.mob.skeleton
        - disguisecraft.mob.silverfish
        inheritance:
        - VIP
        options:
          prefix: ''
          build: 'true'
          suffix: ''
      Scumbag:
        options:
          prefix: ''
          build: 'false'
          suffix: ''
      Jailed:
        permissions:
        - craftbook.mech.bookshelf.use
        options:
          prefix: ''
          build: 'false'
          suffix: ''
      Game:
        options:
          prefix: ''
          build: 'true'
          suffix: ''
     
  7. Offline

    Gladius_Crafter

    Get worldguard, go in the world you want the commands to be blocked then type
    - /rg flag allowed-cmds /command, /command, /etc
     
  8. Offline

    Link155

    I have it already and thats what i tried but if u block it only blocks it via chat

    Example: If you wanna block /msg, it will block only /msg, but not /tell or /pm
     
  9. Offline

    Gladius_Crafter

    Yea then make it allowed-cmds flag. It blocks every command except for the ones you specify
     
  10. Offline

    Link155

    Omg it worked thanks so much :D
     
  11. Offline

    Gladius_Crafter

    No problem
     
Thread Status:
Not open for further replies.

Share This Page