https://github.com/kizzycode/minecraftwebhook-rust
A webhook to trigger predefined minecraft commands
https://github.com/kizzycode/minecraftwebhook-rust
Last synced: 10 months ago
JSON representation
A webhook to trigger predefined minecraft commands
- Host: GitHub
- URL: https://github.com/kizzycode/minecraftwebhook-rust
- Owner: KizzyCode
- Created: 2023-08-05T20:54:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T22:34:19.000Z (about 1 year ago)
- Last Synced: 2025-02-06T04:44:16.195Z (12 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE BSD 2-CLAUSE.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/BSD-2-Clause)
[](https://opensource.org/licenses/MIT)
[](https://ci.appveyor.com/project/KizzyCode/MinecraftWebhook-rust)
# `MinecraftWebhook`
Welcome to `MinecraftWebhook` 🎉
This crate provides HTTP webhooks to trigger predefined minecraft commands.
## Example config
```toml
[server]
address = "127.0.0.1:8080"
[rcon]
address = "example.org:25575"
password = "insertsupersecurepasswordhere"
[webhooks]
hello-world = "say Hello World"
seed = "seed"
```