https://github.com/megapixel99/verifyplugin
Vefification Plugin for Minecraft Spigot
https://github.com/megapixel99/verifyplugin
Last synced: over 1 year ago
JSON representation
Vefification Plugin for Minecraft Spigot
- Host: GitHub
- URL: https://github.com/megapixel99/verifyplugin
- Owner: Megapixel99
- License: mit
- Created: 2020-10-31T22:47:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T19:03:49.000Z (over 5 years ago)
- Last Synced: 2025-02-04T21:41:19.864Z (over 1 year ago)
- Language: Java
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VerifyPlugin
## Purpose of this Plugin
To make it harder for random people to come on a private Minecraft server
and destroy it (or take it over) this plugin sets the default GameMode to
spectator and requires that players verify who they are with a server which
can be found here: https://github.com/Megapixel99/VerifyPluginServer.
List of commands:
/verify
/reset
/mute
/unmute
/help
List of permissions:
reset: Allows reset command
mute: Allows mute and unmute command
## System (environment) properties
To ensure the plugin builds successfully you will need to change the following in `verify.java`:
* configure the server host to your host host (and port, if applicable)
* set the help verbiage to whatever you call your players
(i.e. if your player base is university students the help verbiage should be
set to "you are a university student")
* configure the name of your world file
* 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.
```