(pre-requisite) AutoPlug-Client installed.
- Download latest version of AutoPlug-Plugin from here.
- Stop your server and move the downloaded jar into the /plugins directory.
- Start your server.
Its actually pretty straightforward. It enables you to execute AutoPlug-Client console commands from in-game (even over an in-game GUI).
commands:
.:
description: Opens the AutoPlug-Plugin-GUI.
usage: /.
permission: autoplug.plugin.gui
.restart:
description: Restarts the server.
usage: /.restart
permission: autoplug.plugin.restart
.r:
description: Restarts the server. (Shortcut)
usage: /.r
permission: autoplug.plugin.restart
.stop:
description: Stops the server.
usage: /.stop
permission: autoplug.plugin.stop
.st:
description: Stops the server. (Shortcut)
usage: /.st
permission: autoplug.plugin.stop
.stop both:
description: Stops the server and the AutoPlug-Client.
usage: /.stop both
permission: autoplug.plugin.stopboth
.stb:
description: Stops the server and the AutoPlug-Client. (Shortcut)
usage: /.stb
permission: autoplug.plugin.stopboth
.kill:
description: Kills the server.
usage: /.kill
permission: autoplug.plugin.kill
.k:
description: Kills the server. (Shortcut)
usage: /.k
permission: autoplug.plugin.kill
.kill both:
description: Kills the server and the AutoPlug-Client.
usage: /.kill both
permission: autoplug.plugin.killboth
.kb:
description: Kills the server and the AutoPlug-Client. (Shortcut)
usage: /.kb
permission: autoplug.plugin.killboth
If you have never contributed before, we recommend this Beginners Article. If you are planning to make big changes, create an issue first, where you explain what you want to do. Thank you in advance for every contribution!
- Written in Java, with JDK 8, inside of IntelliJ IDEA
- Built with Maven, profiles: clean package
AutoPlug-Plugin.jar
gets exported to the/target
folder
If you don't know how to import a GitHub project, check out this guide:
- For IntelliJ IDEA checkout the Cloning Guide
- Dream-Yaml is used for handling YAML files.
- In-Game GUIs created with SmartInvs.