Skip to content

Simple (and useless) Minecraft plugin

License

Notifications You must be signed in to change notification settings

TendTo/CDS-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

📚 Reference