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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T12:16:23.000Z (over 1 year ago)
- Last Synced: 2025-04-02T17:53:31.535Z (about 2 months ago)
- Topics: discord, discord-bot, hacktoberfest, minecraft, rcon, serenity, worldguard
- Language: Rust
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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