Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more  
Teams - Plugin icon

Teams - Plugin 4.0

A minecraft competitive clans plugin !

Page 1
4.0 Mar 3, 2026
NEW UPDATED !

Teams plugin remaked !

3.7 Oct 1, 2025
NEW UPDATED !

- 1.21 Hex Colors fixed.
Get support on my discord.

3.6 Sep 9, 2025
updated

updated

3.5 Dec 20, 2024
 Snapshot
NEW UPDATED!

Last version.

vSTABLE-3.2.2 May 17, 2024
NEW UPDATE!

- Fix max allies bug.

vSTABLE-3.2.1 May 10, 2024
NEW UPDATE!

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:
////
vSTABLE-3.2 May 2, 2024
NEW UPDATE!

- DecentHolograms Support!
- Placeholder '%teams_stats_tag%' fixed.
- Command '/team ally' fixed.

vSTABLE-3.1 Apr 17, 2024
NEW UPDATE!

.- 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'

vSTABLE-3.0.1 Apr 10, 2024
NEW UPDATE!
  • 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)
    attachment.png
3.5 Nov 22, 2023
NEW UPDATE! | 1.8 SUPPORT

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.

3.3 Oct 26, 2023
NEW UPDATE OF TEAMS!

Added allies upgrades system.
Added new lines in inventories.yml.



inventories.yml
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


Added new lines in upgrades.yml



upgrades.yml
UPGRADES:
  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.

3.2 Oct 11, 2023
NEW UPDATE OF TEAMS!

Added UUID'S support.
Warn: For Teams to work properly, you must restart the teams.yml file.

3.1 Oct 5, 2023
NEW UPDATE OF TEAMS!

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.

3.0 Sep 30, 2023
NEW UPDATE OF TEAMS!

- Team system code optimized.


- It is necessary to restart teams.yml file.

2.3.4 Sep 23, 2023
Page 1
Sign in
$8.05 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe

team

teams

clan

clans

gang

gangs

crew

faction

minecraft

plugin