ServerTiers
Professional PvP Tier Management & 3D Leaderboards
Overview
ServerTiers is a comprehensive solution for Minecraft server owners looking to implement a competitive ranking system. Whether you run a Crystal PvP, Sword, or Pot server, ServerTiers allows you to categorize players based on their skill levels and showcase them across your server.
✨ Features
- Multiple Categories: Create unique tiers for different gamemodes (e.g., CPvP, Sword, Axe).
- Leaderboards: Display your top #10 players in-game with dynamic floating text.
- Visual Integration: Tiers appear in Chat, Tablist, and Nametags.
- Highly Configurable: Customize the prefix format and display settings to match your server's style.
- Primary Tiers: Choose which category takes priority for the player's prefix.
️ Commands & Permissions
Player Commands:
-
Code (Text):
/tier <player>
- View yours or another player's tiers.
Admin Commands (Permission: servertiers.admin):
-
Code (Text):
/tiers reload
- Reload the configuration and data files.
-
Code (Text):
/tiers createtier <category>
- Create a new tier category.
-
Code (Text):
/tiers removetier <category>
- Delete an existing category.
-
Code (Text):
/tiers set <category> <rank> <player>
- Assign a specific rank to a player.
-
Code (Text):
/tiers setprimary <category>
- Set the category used for the chat/tab prefix.
-
Code (Text):
/tiers createleaderboard <name> <category>
- Spawn a 3D leaderboard at your location.
-
Code (Text):
/tiers deleteleaderboard <name>
- Remove a leaderboard.
⚙️ Configuration
Code (YAML):
# ServerTiers Config
# by MINEPRORELESE
# The category used for the %tier% placeholder in prefixes
primary-category
:
"tierexample"
# Display settings
display:
chat
: true
tab
: true
nametag
: true
# Prefix format. %tier% will be replaced by the player's rank.
format
:
"&8[&b%tier%&8] &f"
# Default value if player has no rank in a category
default-tier
:
"No Rank"
Support & Feedback
Githublink:
https://github.com/mineprorelese/servertiers