https://github.com/zekrotja/plotty
A simple little Discord bot to manage WorldGuard plots on our Minecraft server.
https://github.com/zekrotja/plotty
discord discord-bot hacktoberfest minecraft rcon serenity worldguard
Last synced: 20 days ago
JSON representation
A simple little Discord bot to manage WorldGuard plots on our Minecraft server.
- Host: GitHub
- URL: https://github.com/zekrotja/plotty
- Owner: zekroTJA
- License: mit
- Created: 2022-11-22T21:44:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-19T22:40:32.000Z (7 months ago)
- Last Synced: 2025-09-28T14:58:14.656Z (about 1 month ago)
- Topics: discord, discord-bot, hacktoberfest, minecraft, rcon, serenity, worldguard
- Language: Rust
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plotty
A simple little discord bot to manage WorldGuard plots on our Minecraft server.
## Commands
### Personal
#### `/bind`
Usage: `/bind `
Bind your Minecraft username to your Discord account. This is necessary to perform any region commands. Also, this automatically adds you to the server whitelist. You can also re-run this command if you have changed your Minecraft username.
### Regions
#### `/region list`
Usage: `/region list`
List all your registered regions.
#### `/region create`
Usage: `/region create `
Create a new personal region with the given corner coordinates.
#### `/region redefine`
Usage: `/region redefine `
Re-define the perimeter of one of your registered regions.
#### `/region member add`
Usage: `/region member add `
Add a member to one of your regions.
#### `/region member remove`
Usage: `/region member remove `
Remove a member from one of your regions.
#### `/region delete`
Usage: `/region delete `
Delete one of your regions.
## Project Status
🚧 WIP