CDS Minecraft plugin
Simple plugin for Minecraft, without any useful feature
🖥
Installation
🧾
Requirements
🔧
Configuration
Copy path
After the .jar has been produced, the following lines in the pom.xml file will make sure it is copied it to its destination. Make sure the path is correct for you.
<tasks>
<copy file="target/cds-plugin-1.0-SNAPSHOT.jar" todir="../minecraft_19/plugins" />
</tasks>
Reload script
Change the reload.sh file to better suit your needs. It is called after the .jar has been copied to the plugins directory, and right now it reloads the server's configuration with the new version of the plugin
Install
mvn install
🧪
Test
mvn test