Plugin category: Fun Suggested name: SimpleHungerArena A bit about me: I'm a minecraft player with a server who would like to make a hunger games arena, but have it be extremely simple. What I want: 1. Op sets spawn points (2-25). 2. Players join player list with /sha join 3. Op starts the game with a command /sha start. 4. Players get warped to the spawn points (1 player each point). 5. Deaths in the arena get announced with a boom and a message, e.g. "Tribute %player killed tribute %player with a %weapon! There are now # tributes left in the arena." And if they are not killed by another player, "%player forgot to watch out for traps. There are now # tributes left in the arena." -- note: when a player dies, they will be removed from the player list, and remaining amount of players on list = # 5. If someone leaves game, they are removed from player list. 6. The last person standing is announced winner. Ideas for commands: /sha join, /sha start Ideas for permissions: This should be a default:true permission player.canread and set it to false if they can't read this post. When I'd like it by: ASAP Please like next weekend Similar plugin requests: None. Devs who might be interested in this: No idea Thank you
Yiu could do a lever that pushes te tributes up from their spawn point... I could do the plugin except for the different spawn points
You know much Java? All you really need is onCommand() with the two commands in it, do args and then have them add the player to an ArrayList, then you would have a onPlayerDeath(PlayerDeathEvent event) where they would get removed from the ArrayList. You would also do the previous for onPlayerQuit(PlayerQuitEvent event) I'm not too advanced so I don't know how to code the different spawn points but other than that top of this post is all you need.
@hawkfalcon K, Working on it right now, I currently have the commands for joining, teleporting players to beginning locations (with correct perm) Death upon quitting and message announcing player deaths! Will continue work on this and tell you when it's ready!
YAY thanks! If you decide to pm that person, pm me too! I'm really excited for this and I'm starting to learn java... All I know is that HelloWorld thing XD, but im learnin!
Almost done with this plugin! Need a few more tests and configuration if you want the option! Will send for the final test!
Could I suggest only announcing the dead players during night or does that take the 'simple' out of it?
@zecheesy Just tell me the features you want, I found the post, I'm not going to be able to do all that...
K, currently have the plugin doing this: - Players are teleported to spawn upon logging in - They join with /ha join - A message appears on death saying "**BOOM** Tribute <Deadguy> was killed by <Killer> with a(n) <Weapon>!" - Then it says how many tributes are left - Admin will teleport players to their start point by typing /startpoint [Playername] (this will teleport the player to your location) (Must have permission ha.teleport) - If there is one tribute left it will announce that they are the winner and will give them 10 diamond - When a player quits they will be removed from the game. Anything else you want? I might add configuration if you guys want it!
oh, and the admin would also have to rig a piston elevator thing so they are down in their tubes then the admin flips a switch and it pushes them to the surface