https://github.com/aivruu/teams
A plugin that gives your players the ability to select customizable-tags and showcase them on their name-tag and tab-list.
https://github.com/aivruu/teams
adventure minecraft minecraft-plugin minimessage nms paper-plugin papermc paperweight tags
Last synced: about 1 month ago
JSON representation
A plugin that gives your players the ability to select customizable-tags and showcase them on their name-tag and tab-list.
- Host: GitHub
- URL: https://github.com/aivruu/teams
- Owner: aivruu
- License: gpl-3.0
- Created: 2024-12-31T22:45:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T23:46:58.000Z (over 1 year ago)
- Last Synced: 2025-02-27T00:33:50.327Z (over 1 year ago)
- Topics: adventure, minecraft, minecraft-plugin, minimessage, nms, paper-plugin, papermc, paperweight, tags
- Language: Java
- Homepage: https://modrinth.com/plugin/aldrteams
- Size: 30.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/readme.md
- License: LICENSE
Awesome Lists containing this project
README
# teams | 
[](https://jitpack.io/#aivruu/teams)
[](https://app.codacy.com/gh/aivruu/teams/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)


`AldrTeams` is a modern-plugin for Paper (or forks) that allows you to create customizable-tags to use and show prior or
in front of your nick, and select them through a highly-customizable menu. As well, perform modifications to these tags
in-game easily.
## Features
* Create, delete, and modify tags.
* Select them trought a customizable-menu.
* Executable actions for menu-open and items-interaction.
* Customizable Menu Items (left and right-click actions, glow-effect, permission-required, tag-assigned).
* NMS usage for tag's scoreboard-team management and visuals.
* MiniMessage Support.
## Previews
Some previews of the plugin's features and functionality.







## Extra
If you want to use the menu-configurations shown in the previews either as guide or anything else, you can got them [here](https://github.com/aivruu/teams/blob/main/assets/configs)
## Building
The plugin's uses Gradle and requires Java 21+ for building.
```
git clone git@github.com:aivruu/teams
cd teams
./gradlew shadowJar
```