https://github.com/megapixel99/moderatorplugin
configure mod for a verification server (https://github.com/Megapixel99/VerifyPluginServer)
https://github.com/megapixel99/moderatorplugin
Last synced: 12 months ago
JSON representation
configure mod for a verification server (https://github.com/Megapixel99/VerifyPluginServer)
- Host: GitHub
- URL: https://github.com/megapixel99/moderatorplugin
- Owner: Megapixel99
- License: mit
- Created: 2020-10-31T23:43:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T19:06:32.000Z (over 5 years ago)
- Last Synced: 2025-02-04T21:41:19.832Z (over 1 year ago)
- Language: Java
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ModeratorPlugin
## Purpose of this Plugin
Configure moderator status for a MineCraft server using the server from:
https://github.com/Megapixel99/VerifyPluginServer.
List of commands:
/mod
/staff
/de-mod
List of permissions:
mod: Sets the player as a mod in the database
staff: Sets the player as a staff member in the database
de-mod: revoke the moderator status of someone in the database
## System (environment) properties
To ensure the plugin builds successfully you will need to change the following
in `moderatorManagement.java`:
* configure the server host to your host (and port, if applicable)
* set the Bearer Token which will be used (if you choose to use one)
## How to build this plugin
This plugin was developed and built with NetBeans. A tutorial on how to do
this can be found here:
https://www.spigotmc.org/wiki/spigot-plugin-development/
If you wish to use an IDE other that NetBeans please see the
"Creating a blank plugin" section here:
https://www.spigotmc.org/wiki/spigot-plugin-development/
## License
```
Copyright 2020 Seth Wheeler
Licensed under the MIT License.
```