taoneill / war

War - Minecraft TDM & CTF for Bukkit
war.tommytony.com
MIT License
69 stars 152 forks source link

Loadout Chests #745

Open mhellmeier opened 10 years ago

mhellmeier commented 10 years ago

Hey! :)

I like your idea to make different loadouts in different arenas. But if I want to change some little thing in one loadout, it is very complicated to update it (because I must put all the stuff from the loadout in my inventory).

It would be nice if you could make loadout chests. You place them in a separate room. If you want to edit a loadout, you only must edit the items in the chest. That would be awesome!

The MobArena plugin made something similar. Look at it here: https://github.com/garbagemule/MobArena/wiki/Class-Chests

cmastudios commented 10 years ago

I'm trying to think of ways to accomplish this. Would a system that basically opened a chest GUI with all the loadout items inside of the GUI work? Basically you would run a command, say /wloadout edit default ziggy:red to bring up an editor for loadout default in the warzone ziggy team red. Then you could also use /wloadout edit default to edit global loadouts and /wloadout edit default ziggy to edit warzone loadouts. Just trying to think up ideas on how to best solve the problem for everybody. On 1/21/14, 3:04 PM, malteee wrote:

Hey! :)

I like your idea to make different loadouts in different arenas. But if I want to change some little thing in one loadout, it is very complicated to update it (because I must put all the stuff from the loadout in my inventory).

It would be nice if you could make loadout chests. You place them in a separate room. If you want to edit a loadout, you only must edit the items in the chest. That would be awesome!

The MobArena plugin made something similar. Look at it here: https://github.com/garbagemule/MobArena/wiki/Class-Chests

— Reply to this email directly or view it on GitHub https://github.com/taoneill/war/issues/745.

mhellmeier commented 10 years ago

Yes! This would be a nice solution. :)