okx-code ce6aa9430d 3.5.7-alpha.2
- add %prestige_percent_left/done_formatted%
- fix prestige bug
- show ranks as completed if at last rank
2019-08-09 02:17:18 +01:00
2019-04-15 22:28:38 +01:00
2019-08-09 02:17:18 +01:00
2019-08-09 02:17:18 +01:00
2018-10-23 17:08:57 +01:00
2018-08-23 17:40:24 +01:00
2018-08-23 17:40:24 +01:00
2018-08-23 17:40:16 +01:00
2019-08-03 21:52:19 +01:00
2018-08-23 17:40:24 +01:00

Rankup3

Translation

If you would like to contribute to translating the plugin, you can fork it. Locale names are in ISO-639-1 and are in the folder src/main/resources/locale

When a locale is added, it should be saved here, ie through adding a line such as saveLocale("es");. However, I can do it if you forget.

You can use the English locale to help translate.

Locales should be added or modified with a pull request, but if you wish to contribute often I can give you push access to this branch.

Here is a blank template for new locales:

rankup:
  requirements-not-met: 
  no-rankup: 
  success-public: 
  success-private: 
  confirmation: 
  title:  
  must-prestige: 
  list:
    complete: 
    current: 
    incomplete: 
    header: ""
    footer: ""
  cooldown:
    singular: 
    plural: 
prestige:
  requirements-not-met: 
  no-prestige: 

  success-public: 
  success-private: 

  confirmation: 
  title: 

  list:
    complete: 
    current: 
    incomplete: 
    header: ""
    footer: ""
  cooldown:
    singular: 
    plural: 

not-high-enough: 
not-in-ladder: 
invalid-rankup: 
S
Description
No description provided
Readme 797 KiB
Languages
Java 100%