This module is part of the plugin-project [1]. You can use it as standalone project or as bundle.
Clone this project and enter your gitlab credentials in your gradle user home
properties (~/.gradle/gradle.propreties
):
timesnakeUser=<user>
timesnakePassword=<access_token>
timesnakePluginDir=<plugins_dir>
Replace <user>
with your gitlab username and <access_token>
with an access-token.
You can optionally replace <plugins_dir>
with a directory to export the plugin directly (therefore run the
gradle exportAsPlugin
task).
To use this project in the multimodule plugin-project, read the setup guide in the root module [1].
To test this module, you must set up a test server, therefore read regarding guide in the root module [1].
The code style guide can be found in the plugin root project [1].
The source is licensed under the GNU GPLv2 license that can be found in the LICENSE file.
[1] https://git.timesnake.de/timesnake/minecraft/plugin-root-project