Tested Minecraft Versions: 1.8, 1.9, 1.10, 1.11
Looking for new donator perks?
Or, need some special rewards for events/quests/achievements?
How about this one: Holograms above players' heads!
Features
Collectable Medals:
You can create 'medals' with custom display text and icon to give players as a gift.
Players collect the medals that you created and choose a medal to attach its hologram to themselves, and the holograms are shown above their heads.
(It's like 'title' feature from other RPG games)
GUI for list of collected medals:
It's easy to manage your medals as using GUI.
Just one click for choosing a medal for display. No need to type commands!
MySQL Supported:
It supports not only saving data with file, but also MySQL database.
(Notice: it's only for users' data, not medals' data.)
Permission Medal [New in 1.1]:
'holomedals.medal.<MedalName>' permission gives you its medal automatically.
Now you don't need to send medals to your moderaters manually!
PlaceholderAPI Supported [New in 1.1]:
'%holomedals_display_medal%' and hologram text support.
Multiple Lines for Holograms [New in 1.2]:
You can split lines by using '|' character!
(Example: "Hello|My name is %player_name%")
Screenshots
▲ Moving hologram (Default)
▲ Stationary hologram ('general.display-on-staying: true' in config.yml)
If you worry about lag, you may try the second type ;D
▲ Admin GUI
▲ Player GUI
▲ Examples of medals
▲ Example of multiple-line holograms
▲ Icons on GUI (Admin / User)
Dependencies
This plugin requires HolographicDisplays by filoghost
and ProtocolLib by dmulloy2
(Optional: PlaceholderAPI)
How to create medals
Step #1:
Bring your item to use as the icon of medal.
Step #2:
Type the command: /hm create <medalName> <displayName>
Step #3:
You got it!
Use this command to see the medal you've created: /hm list
Then free to give the medal to players. /hm give <playerName> <medalName>
Don't forget if you wanna equip your medal, must use '/medals'.
Commands
Type /holomedals or /hm for help.
Configuration
general.prefix
Prefix for the messages.
general.invisible-to-self
Hide holograms to their owners.
general.display-on-staying
Display holograms on only not moving. (reduce lag)
general.update-period
Time (tick) for updating holograms' movement.
general.op-gets-all
If false, OP gets no permission medals.
mysql.enable
Use MySQL database rather than 'userdata.yml' file.
Permissions
holomedals.admin
Gives ability to use /holomedals.
holomedals.medal.<medalName>
Gain the specific medal.
holomedals.give.<medalName>
Player can give the specific medal to anyone.
holomedals.take.<medalName>
Player can take the specific medal from anyone.
Developer API
(Comming Soon!)
Upcoming Features
Looking for new donator perks?
Or, need some special rewards for events/quests/achievements?
How about this one: Holograms above players' heads!
Features
Collectable Medals:
You can create 'medals' with custom display text and icon to give players as a gift.
Players collect the medals that you created and choose a medal to attach its hologram to themselves, and the holograms are shown above their heads.
(It's like 'title' feature from other RPG games)
GUI for list of collected medals:
It's easy to manage your medals as using GUI.
Just one click for choosing a medal for display. No need to type commands!
MySQL Supported:
It supports not only saving data with file, but also MySQL database.
(Notice: it's only for users' data, not medals' data.)
Permission Medal [New in 1.1]:
'holomedals.medal.<MedalName>' permission gives you its medal automatically.
Now you don't need to send medals to your moderaters manually!
PlaceholderAPI Supported [New in 1.1]:
'%holomedals_display_medal%' and hologram text support.
Multiple Lines for Holograms [New in 1.2]:
You can split lines by using '|' character!
(Example: "Hello|My name is %player_name%")
Screenshots
▲ Moving hologram (Default)
▲ Stationary hologram ('general.display-on-staying: true' in config.yml)
If you worry about lag, you may try the second type ;D
▲ Admin GUI
▲ Player GUI
▲ Examples of medals
▲ Example of multiple-line holograms
▲ Icons on GUI (Admin / User)
Dependencies
This plugin requires HolographicDisplays by filoghost
and ProtocolLib by dmulloy2
(Optional: PlaceholderAPI)
How to create medals
Step #1:
Bring your item to use as the icon of medal.
Step #2:
Type the command: /hm create <medalName> <displayName>
Step #3:
You got it!
Use this command to see the medal you've created: /hm list
Then free to give the medal to players. /hm give <playerName> <medalName>
Don't forget if you wanna equip your medal, must use '/medals'.
Commands
Type /holomedals or /hm for help.
Configuration
general.prefix
Prefix for the messages.
general.invisible-to-self
Hide holograms to their owners.
general.display-on-staying
Display holograms on only not moving. (reduce lag)
general.update-period
Time (tick) for updating holograms' movement.
general.op-gets-all
If false, OP gets no permission medals.
mysql.enable
Use MySQL database rather than 'userdata.yml' file.
Permissions
holomedals.admin
Gives ability to use /holomedals.
holomedals.medal.<medalName>
Gain the specific medal.
holomedals.give.<medalName>
Player can give the specific medal to anyone.
holomedals.take.<medalName>
Player can take the specific medal from anyone.
Developer API
(Comming Soon!)
Upcoming Features
- Adding language file for editing messages
- Giving some effects when displaying specific medal
- Need your idea!