(pre-requisite) AutoPlug-Client installed.
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!
AutoPlug-Plugin.jar
gets exported to the /target
folderIf you don't know how to import a GitHub project, check out this guide: