Honor is a lightweight and powerful plugin that allows players to rate each other with a categorized voting system. Build a reputation-based community where honor matters!
✓ Vote for players with +1 honor across 5 positive categories ✓ Automatic cooldown system (24h default) ✓ Live leaderboard with top honorable players ✓ 3D Holograms support for rankings ✓TAB plugin integration (nametags + tablist) ✓ Title & Action Bar notifications ✓ Fully customizable messages & colors ✓ Auto-save system ✓ Multi-version support: 1.18.2 - 1.21.x
Images
Honor menu
Honorable player
Top Hologram
Commands
Player Commands:
Code (Text):
/honor
- Display top honorable players leaderboard
Code (Text):
/honor <player>
- Check a player's honor level
Code (Text):
/honor <player> yes <category>
- Give +1 honor to a player in a specific category
Code (Text):
/honor menu
- Open Honor menu
Code (Text):
/honor categories
- Display all available vote categories
Admin Commands:
Code (Text):
/honor reload
- Reload plugin configuration
Code (Text):
/honor hologram create <name>
- Create hologram at your location
Code (Text):
/honor hologram remove <name>
- Remove a hologram
Code (Text):
/honor hologram list
- List all active holograms
Code (Text):
/honor admin set <player> <amount>
- Set player's honor level
Code (Text):
/honor admin add <player> <amount>
- Add honor to a player
Command Aliases:/h, /honours
Permissions
honor.use >> Use basic honor commands + menu
honor.admin >> Access to admin commands
honor.exempt >> Bypass voting cooldown
Vote Categories
Positive Categories:
⭐ Friendly: For being friendly and welcoming to others
❤ Helpful: For being helpful and supporting other players
Creative: For showing creativity in builds or ideas
Fair Play: For playing fair and being respectful
⭐ Star: Star player with exceptional behavior
How to Vote:
Code (Text):
/honor <player> yes <category>
Example:
Code (Text):
/honor Steve yes friendly
Configuration
Key Features:
Vote Categories: 5 positive categories to recognize different player qualities
Cooldown System: Configurable cooldown between votes (default: 24 hours)
Leaderboard: Set how many top players to display (default: 10)
Honor Filter: Minimum honor level to appear in rankings
Auto-Save: Automatic data saving every 5 minutes
Custom Messages: All messages support color codes (&)
Holograms: Customizable format and update interval
TAB Integration: Display honor in nametags and tablist
Code (Text):
# Honor Plugin Configuration
# Cooldown between votes (in hours)
cooldown-hours: 24
# Top players to display
top-players-count: 10
# Minimum honor level to appear in top ranking
min-honor-for-top: 0
# Auto-save interval (in minutes)
storage:
save-interval: 5
debug: false
Honor plugin works with the
TAB plugin, that allows you to display:
Nametags (above player heads)
Tablist (player list)
Custom scoreboard formats
How to use: 1. Install TAB plugin v5.5.0+
2. Enable integration in config.yml
3. Use
%honor_level% placeholder in TAB's configuration
4. Reload both plugins
Code (Text):
# In TAB's config.yml
nametags:
tagprefix: "&7[&6⭐%honor_level%&7] "