https://github.com/guillaume-bh/ovh-stop
This is a Minecraft plugin to stop your OVH instance (if the server is hosted with OVH Cloud) when the server is stopping.
https://github.com/guillaume-bh/ovh-stop
Last synced: 3 months ago
JSON representation
This is a Minecraft plugin to stop your OVH instance (if the server is hosted with OVH Cloud) when the server is stopping.
- Host: GitHub
- URL: https://github.com/guillaume-bh/ovh-stop
- Owner: Guillaume-BH
- License: gpl-3.0
- Created: 2025-01-09T19:09:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T19:28:20.000Z (5 months ago)
- Last Synced: 2025-01-09T20:27:22.500Z (5 months ago)
- Language: Java
- 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 OVH instance when the server is stopping.
## Configuration
To use this plugin, you need to edit the `config.yml` file in the plugin folder.
Replace those values with your own in the `config.yml` file:
- The `OVH_APPLICATION_KEY` with your OVH Application Key.
- The `OVH_APPLICATION_SECRET` with your OVH Application Secret.
- The `OVH_CONSUMER_KEY` with your OVH Consumer Key.
- The `OVH_PROJECT_ID` with your OVH Project ID.```yaml
OVH_APPLICATION_KEY: "YOUR_OVH_APPLICATION_KEY"
OVH_APPLICATION_SECRET: "YOUR_OVH_APPLICATION_SECRET"
OVH_CONSUMER_KEY: "YOUR_OVH_CONSUMER_KEY"
OVH_PROJECT_ID: "YOUR_OVH_PROJECT_ID"
```