"Kill" flag not working

Discussion in 'Empire Help & Support' started by Tiburok, Apr 21, 2013.

  1. I'm close to finishing a project that relies on allowing visitors to kill chickens on my residence. I typed the following:

    /res pset everyone kill true

    After this it said "Flag set..." so I thought it had worked but when I asked someone to help me test it out, he was unable to kill any of my chickens. I've put an enormous amount of time into getting this project to operate correctly and I'd hate to give up on it now...
  2. Just do /res set kill true, that allows everyone to kill the animals.
    The /res pset command is only for a specific player, that's what the p in pset is for :p
  3. don't use pset - pset set's it for a player's name - what you essentially just did was set a 'player' with the name 'everyone' to have that perm ... type /res pset everyone kill remove (to remove the player everyone)

    then to actually give perms to everyone - you will type /res set kill true
  4. Thank you!!! I feel dumb for not realizing that, but I'm just glad I don't have to give up on my project. I appreciate your patience.