NicBOMB 21cfa62cf2 Update gradle-wrapper.properties
> Just change the URL yourself, it's a one line fix that can be done with the GitHub web editor

Since I was not having any issues building, I wanted to know if you can build with 7.4.2 instead of 7.4.
This change will likely go through, I just want to double check you can actually build it with 7.4.2 instead of 7.4 before merging.
2022-06-08 15:39:07 -07:00
2022-01-06 18:34:44 +00:00
2022-02-15 04:22:37 +00:00
2020-04-13 14:24:31 +01:00
2022-04-17 06:39:20 +01:00
2020-04-13 14:24:31 +01:00
2020-06-24 21:37:58 +01:00
2020-10-07 17:49:49 +01:00

Rankup3

Installation

Rankup can be compiled with the gradlew build command. The compiled plugin jar will be in the /build/libs directory. A gradle wrapper is included, so installation of Gradle is not necessary.

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%