taoneill / war

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

Loadout wont be given #769

Closed ArtificialTruth closed 10 years ago

ArtificialTruth commented 10 years ago

I've created 2 loadouts, one for the Red team called Red, and one for the Navy team, called Blue. (The red gets red armor, navy gets blue armor) I've set the loadout to each teams, and removed the default and the "opposites" teams loadout (so the red team can't get the blue loadout and visa versa)

As you can see here in the print they only got that loadout. http://prntscr.com/3awuc8

However when i join the different teams I wont get the loadout. Before when both teams had the default loadout (default) I could sneak so switch between the default and each teams loadout, but since I removed it, I don't get any items at all.

cmastudios commented 10 years ago

Just create a loadout for each team labeled 'default'. It will be specific to that team only. On Apr 17, 2014, at 1:54 PM, TheOnlyRealTGS notifications@github.com wrote:

I've created 2 loadouts, one for the Red team called Red, and one for the Navy team, called Blue. (The red gets red armor, navy gets blue armor) I've set the loadout to each teams, and removed the default and the "opposites" teams loadout (so the red team can't get the blue loadout and visa versa)

As you can see here in the print they only got that loadout. http://prntscr.com/3awuc8

However when i join the different teams I wont get the loadout. Before when both teams had the default loadout (default) I could sneak so switch between the default and each teams loadout, but since I removed it, I don't get any items at all.

— Reply to this email directly or view it on GitHub.

ArtificialTruth commented 10 years ago

Not quite sure what I'm supposed to type then. Is it /savezone loadout:default ? Because AFAIK I will just overwrite the default kit every time I do that command.

cmastudios commented 10 years ago

Try /teamcfg navy loadout:default On Apr 17, 2014, at 4:07 PM, TheOnlyRealTGS notifications@github.com wrote:

Not quite sure what I'm supposed to type then. Is it /savezone loadout:default ? Because AFAIK I will just overwrite the default kit every time I do that command.

— Reply to this email directly or view it on GitHub.

taoneill commented 10 years ago

You only need to do /savezone when you want to update the snapshot that is used to restore the map at the end of a round or when you do /resetzone or /nextbattle.

Use the commands /warcfg to set server-wide defaults, /zonecfg for warzone-wide settings and defaults and you have /teamcfg as well to break from the global or zone defaults and specify team-specific settings.

Try /warcfg -p, /zonecfg -p and teamcfg -p to print out current configurations - pretty darn essential if you want to make sense of it. :) On Apr 17, 2014 5:07 PM, "TheOnlyRealTGS" notifications@github.com wrote:

Not quite sure what I'm supposed to type then. Is it /savezone loadout:default ? Because AFAIK I will just overwrite the default kit every time I do that command.

— Reply to this email directly or view it on GitHubhttps://github.com/taoneill/war/issues/769#issuecomment-40762885 .

ArtificialTruth commented 10 years ago

Okay, do I have to equip the items i want when doing /teamcfg navy loadout:default ?

taoneill commented 10 years ago

Yep exactly, while standing inside the zone. If you are outside the zone you have to specify a name.

A /zonecfg won't automatically reset the map, so if a game is ongoing you'll have to /resetzone if you want to force some of the settings (e.g. stop players from using some loadout you just removed). On Apr 17, 2014 5:14 PM, "TheOnlyRealTGS" notifications@github.com wrote:

Okay, do I have to equip the items i want when doing /teamcfg navy loadout:default ?

— Reply to this email directly or view it on GitHubhttps://github.com/taoneill/war/issues/769#issuecomment-40763724 .

ArtificialTruth commented 10 years ago

Aha okay. The wiki isn't super clear about loadouts imo. I'll try it out.

ArtificialTruth commented 10 years ago

Worked, thanks!