Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaume-bh/vultr-stop
A simple Minecraft plugin to "terminate" the server if it's hosted with Vultr
https://github.com/guillaume-bh/vultr-stop
config java java-8 minecraft-plugin minecraft-server-plugin vultr vultr-api
Last synced: 4 days ago
JSON representation
A simple Minecraft plugin to "terminate" the server if it's hosted with Vultr
- Host: GitHub
- URL: https://github.com/guillaume-bh/vultr-stop
- Owner: Guillaume-BH
- License: gpl-3.0
- Created: 2024-10-14T09:47:48.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T09:49:27.000Z (2 months ago)
- Last Synced: 2024-12-18T16:19:03.239Z (4 days ago)
- Topics: config, java, java-8, minecraft-plugin, minecraft-server-plugin, vultr, vultr-api
- Language: Java
- Homepage: https://discord.gg/w5YE4Adc77
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reloaded-MC Vultr Stop
This is a plugin to stop your Vultr instance when the server is stopping.
## Configuration
To use this plugin, you need to edit the `config.yml` file in the plugin folder.
Replace the `VULTR_API_KEY` with your Vultr API Key.
`config.yml`
```yaml
VULTR_API_KEY: "" # Your Vultr API Key
```