garbagemule / MobArena

MobArena plugin for Minecraft
GNU General Public License v3.0
195 stars 151 forks source link

Signs.yml should let us translate leaderboard signs. #549

Open Nesseley opened 5 years ago

Nesseley commented 5 years ago

Feature request

Short description After 1.14 mojang changed the color you can type with on signs to better match the new 6 types of signs. This makes the mobarena leaderboard unreadable.

Implementation details leaderboard-main:

garbagemule commented 5 years ago

It does make sense to be able to customize the leaderboard strings, but I'm not sure if signs.yml is the right place for them. It is very tightly coupled to the join-leave-info signs and shoehorning leaderboards into the same file and format may be a rash decision.

Worst case scenario, we'd have a leaderboards.yml file specifically for leaderboard customization.

Nesseley commented 5 years ago

'leaderboards.yml' sounds good to me! :)