Recommendation: Generate a new messages.yml to avoid possible errors.
- Upgrades homes added.
- Command '/team delhome' added.
- Change line 'HQ' for 'HOME' in messages.yml
- Moved line 'TEAMS.NO-SYMBOLS' to 'OTHERS.NO-SYMBOL' in messages.yml
- New line 'TEAMS.MAX-HOMES' in settings.yml
- New line 'INVENTORIES.UPGRADES.ITEMS.HOMES' in inventories.yml
- New line 'INVENTORIES.TEAM-SHOW.ITEMS.HOMES' in inventories.yml
- New line 'UPGRADES.HOMES' in upgrades.yml
![]()
Added support for 1.8 Minecraft version.
Added "PLAYER.LIST.NO-TEAMS" line in messages.yml
YAML:PLAYER: LIST: NO-TEAMS: '&cNo teams found.'
Added PlayerTeamCreateEvent event
Added PlayerTeamDisbandEvent event.
Added PlayerKillPlayerEvent event.
Fixed disband bug.
Added allies upgrades system.
Added new lines in inventories.yml.
Added new lines in upgrades.ymlHTML:UPGRADES: TITLE: '<team> upgrades' SIZE: 9 ITEMS: MEMBERS: NAME: '&aMembers' LORE: SHOW: - '&f Size: &e<members>&f/&a<max-members>' - '&f Next Size: &d<next-members-size>' - '&f Cost: &9$<cost>' - '' - '&bClick to upgrade' NO-LEADER: - '' - '&cOnly the team leader can' - '&cupdate the number of members.' NO-MONEY: - '&cYour team does not' - '&chave $<cost> in the bank.' - '' - '&f <team> Has: &d$<team-money>' - '&f Need: &a$<need-cost>' NO-UPDATE: - '' - '&cYour team already has the' - '&cmaximum number of members.' UPDATED: - '&f Size: &e<members>&f/&a<max-members>' - '&f Next Size: &d<next-members-size>' - '&f Cost: &9$<cost>' - '' - '&aSuccessfully updated' - '&bClick to upgrade again' MATERIAL: DIAMOND_CHESTPLATE MATERIAL-DATA: 0 AMOUNT: 1 SLOT: 0 ALLIES: #NEW LINES -> NAME: '&5Allies' LORE: SHOW: - '&f Size: &e<allies>&f/&a<max-allies>' - '&f Next Size: &d<next-allies-size>' - '&f Cost: &9$<cost>' - '' - '&bClick to upgrade' NO-LEADER: - '' - '&cOnly the team leader can' - '&cupdate the number of allies.' NO-MONEY: - '&cYour team does not' - '&chave $<cost> in the bank.' - '' - '&f <team> Has: &d$<team-money>' - '&f Need: &a$<need-cost>' NO-UPDATE: - '' - '&cYour team already has the' - '&cmaximum number of allies.' UPDATED: - '&f Size: &e<allies>&f/&a<max-allies>' - '&f Next Size: &d<next-allies-size>' - '&f Cost: &9$<cost>' - '' - '&aSuccessfully updated' - '&bClick to upgrade again' MATERIAL: BEACON MATERIAL-DATA: 0 AMOUNT: 1 SLOT: 1
Changed the line 'TEAMS.MAX-ALLY' to 'TEAMS.MAX-ALLIES' in the settings.yml file.HTML:UPGRADES: MEMBERS: #'members;cost' - '4;1500' - '5;2500' - '6;3500' ALLIES: #'allies;cost' - '2;2500' - '3;4500' - '4;6500'
Changed the line 'TEAMS.<teams>.ALLYS' to 'TEAMS.<teams>.ALLIES' in the teams.yml file.
Changed the line 'TEAMS.<teams>.REQUEST-ALLYS' to 'TEAMS.<teams>.REQUEST-ALLIES' in the teams.yml file.
![]()
Added UUID'S support.
Warn: For Teams to work properly, you must restart the teams.yml file.
Added teams upgrades system(Work with Vault Economy dependencie)
The menus file has been renamed inventories.
Changed 'MENUS.' to 'INVENTORIES.' in new inventories.yml
Added 'INVENTORIES.UPGRADES' lines in inventories.yml
The config file has been renamed settings.
Added /team upgrades command.
Added /team money command.
Added /team deposit command.
Added line 'TEAMS.DEPOSIT' in messages file.
Added line 'TEAMS.MONEY' in messages file.
Added line 'PLAYER.NO-DEPOSIT' in messages file.
Added line 'OTHERS.USAGE.DEPOSIT' in messages file.
