This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the enhancement in mind? How should it look and feel?
- The chest filler feature is probably the best part of the plugin. I ran a hunger games thing on my server and got it mostly for that feature. But I think it would be a lot more handy if you could also assign classes to Dispensers. Dispensers make for much better traps and item distributors in arenas.
- Also, I think there should be an option to automatically switch everyone who joins a match to a specified group (Tribute, for example). This way, admins can set more specific permissions for tributes such as disallowing teleporting out, etc.
Please provide any additional information below.
You can add the tributes to the group 'Tribute' for the games by using Commandsigns, Essentials, and i use permissions bukkit. using essentials, create /warp spawn at your default spawn point. in Permissions bukkit create a group 'Tribute' and make a command sign that runs the super commands /^hbg join in line one, /^perm player setgroup <NAME> Tribute in line 2, in the main spawn area. That way, the players don't need the permissions to join, or to use /permissions. Then use /hbg setspawn and set the spawn for the dead tributes in a confined room. use another super commandsign to get them out of the room. the dign should run the command /^perm player setgroup <NAME> Default in line1 and /^warp spawn in line 2. then it will set them back to default, and it will bring them back to regular spawn. in your essentials config file, scroll down to where it says Essentials chat. then where it says " format: '<{DISPLAYNAME}> {MESSAGE}' " add a hash sign infront of it so it reads " #format: '<{DISPLAYNAME}> {MESSAGE}' " then on the line just below it take away the hash and make it say " format: '&a[Spectator]&e {DISPLAYNAME}&a:&f {MESSAGE}' " that way, the default will be in the group spectator. then below it, in the group formats, make a group " Tribute: '&a[Tribute]&e {DISPLAYNAME}&a:&f {MESSAGE}' " for the tributes to have. don't forget to create the group "Tribute" in your permissions file. Hope that it helps, it works for me! :)
here are the links:
http://dev.bukkit.org/server-mods/command-signs/
http://dev.bukkit.org/server-mods/essentials/
http://dev.bukkit.org/server-mods/permbukkit/
To post a comment, please login or register a new account.