Skip to content

Enables AutoPlug-Client command execution from inside Minecraft.

License

Notifications You must be signed in to change notification settings

Osiris-Team/AutoPlug-Plugin

Repository files navigation

Links

AutoPlug-Plugin | Installation

(pre-requisite) AutoPlug-Client installed.

  1. Download latest version of AutoPlug-Plugin from here.
  2. Stop your server and move the downloaded jar into the /plugins directory.
  3. Start your server.

AutoPlug-Plugin | What can it do?

Its actually pretty straightforward. It enables you to execute AutoPlug-Client console commands from in-game (even over an in-game GUI).

AutoPlug-Plugin | Commands

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

AutoPlug-Plugin | Contribute

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:

AutoPlug-Plugin | Libraries