
Teams & Clans | by 2MBO vSTABLE-3.2.2
The competitive minecraft plugin you are looking for!.
A runTask was added so that teams are saved in case of server crashed.
add 'SAVE-TEAMS: 1' on settings.yml
SAVE-TEAMS: 1 #HOURS
TEAMS:
////
- DecentHolograms Support!
- Placeholder '%teams_stats_tag%' fixed.
- Command '/team ally' fixed.
.- Command '/team setTag' added.
.- Placeholder %teams_stats_leader% registered on PlaceholderAPI.
.- Now the upgrades.yml file is reloaded with '/team reload all'.
[file settings.yml]
- String 'MAX-MEMBERS' was chaged to 'MIN-MEMBERS'
- String 'MAX-ALLIES' was chaged to 'MIN-ALLIES'
- String 'MAX-HOMES' was chaged to 'MIN-HOMES'
to disable the allies or homes, set the line to 0. (MIN-HOMES: 0)
[file upgrades.yml]
- You can now disable the update by adding the line '0;0'.
[file messages.yml]
- String 'TEAMS.HOMES-DISABLED' added.
- String 'ALLY.DISABLED' added.
- Placeholder <money> added in 'PLAYER.LIST.HOVER'
- fix files system reload.
- fix placeholders bugs.
- added %teams_stats_name%, %teams_stats_kills%, %teams_members_amount%, %teams_members_online% and %teams_members_limit% placeholders.
- Fixed an click-inventory error.
- Added '/team chatspy' command. (perm: teams.command.chatspy)
- Added 'PLAYER.CHAT.SPY' and 'OTHERS.USAGE.CHAT-SPY' lines on messages.yml file.
- Invite bugs fixed.
- 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
- Fix InventoryCreativeEvent bug.
- Fix command '/team show' bug.
- Added /team withdraw command.
- Added permissions to all commands.
permissions ->
- teams.command.<cmd>
- teams.command.all (adds permissions for all commands)
Added support for 1.8 Minecraft version.
Added "PLAYER.LIST.NO-TEAMS" line in messages.yml
Added PlayerTeamCreateEvent event
Added PlayerTeamDisbandEvent event.
Added PlayerKillPlayerEvent event.
Added allies upgrades system.
Added new lines in inventories.yml.
Added new lines in upgrades.yml
Changed the line 'TEAMS.MAX-ALLY' to 'TEAMS.MAX-ALLIES' in the settings.yml file.
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.
Fixed disband bug.
Added allies upgrades system.
Added new lines in inventories.yml.
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
Added new lines in upgrades.yml
MEMBERS: #'members;cost'
- '4;1500'
- '5;2500'
- '6;3500'
ALLIES: #'allies;cost'
- '2;2500'
- '3;4500'
- '4;6500'
Changed the line 'TEAMS.MAX-ALLY' to 'TEAMS.MAX-ALLIES' in the settings.yml file.
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.
- Team system code optimized.
- It is necessary to restart teams.yml file.