To build this Project on your local machine you need to have maven installed and added to your PATH
-
Clone the Repository:
git clone https://github.com/Duckulus/Bingo
-
Move to the project directory:
cd Bingo
-
Build the Project using maven
mvn clean package
This Plugin features a Localization System which allows you to edit the game messages based on the users client language.
To do so go into the localization folder inside the Plugins data directory (server/plugins/Bingo/localization
) and edit the files.
To add your own language you have to look up its Language Code.
Inside the Localization Directory create a file called
[code].yml
and copy the contents of en_us.yml
. Now you can translate it into your own language.
Contributions to the Plugins Native Languages(Currently only English and German) are also welcome. To Contribute, fork the project and add your language files here and follow the procedure described above. After that you can open a Pull request.