Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osiris-team/autoplug-plugin
Enables AutoPlug-Client command execution from inside Minecraft.
https://github.com/osiris-team/autoplug-plugin
autoplug bukkit bukkit-plugin spigot spigot-plugin webapp
Last synced: 10 days ago
JSON representation
Enables AutoPlug-Client command execution from inside Minecraft.
- Host: GitHub
- URL: https://github.com/osiris-team/autoplug-plugin
- Owner: Osiris-Team
- License: other
- Created: 2020-04-29T09:22:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T19:02:09.000Z (7 months ago)
- Last Synced: 2024-10-11T04:45:35.579Z (26 days ago)
- Topics: autoplug, bukkit, bukkit-plugin, spigot, spigot-plugin, webapp
- Language: Java
- Homepage: https://autoplug.one/
- Size: 3.26 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://rapidus-info.webnode.com/_files/200000003-4d08d4d08f/AutoPlug%20GitHub%20Header%20800x80.png)
## Links
- [AutoPlug-Client](https://github.com/Osiris-Team/AutoPlug-Client)
- [AutoPlug-Plugin-Development](https://bit.ly/approgress)
- [Discord](https://discord.com/invite/GGNmtCC)## AutoPlug-Plugin | Installation
(pre-requisite) [AutoPlug-Client](https://www.spigotmc.org/resources/autoplug-automatic-plugin-server-java-self-updater.78414/) installed.
1. Download latest version of AutoPlug-Plugin from [here](https://www.spigotmc.org/resources/autoplug-plugin.95568/).
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
```yaml
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](https://www.jetbrains.com/help/idea/contribute-to-projects.html).
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](https://java.com/), with [JDK 8](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html), inside of [IntelliJ IDEA](https://www.jetbrains.com/idea/)
- Built with [Maven](https://maven.apache.org/), profiles: clean package
- `AutoPlug-Plugin.jar` gets exported to the `/target` folderIf you don't know how to import a GitHub project, check out this guide:
- For IntelliJ IDEA checkout the [Cloning Guide](https://blog.jetbrains.com/idea/2020/10/clone-a-project-from-github/)
## AutoPlug-Plugin | Libraries
- [Dream-Yaml](https://github.com/Osiris-Team/Dream-Yaml) is used for handling YAML files.
- In-Game GUIs created with [SmartInvs](https://github.com/MinusKube/SmartInvs).