dont believe in https://github.com/alexpvpmindustry/AlexServerPluginPublic i have legit proof of not doing what alex accuses me of but you can believe what you want, i wont judge you.
i also give alex credit of makng 30% of the plugin
this is outdated now since alex changed the code so i couldnt copyright strike but just so you know youll soon have an update.#TODO:
phase 1: make admins and mods ability asap
- use https://github.com/Anuken/AuthorizePlugin/blob/master/src/authorize/AuthorizePlugin.java to save data
commands needed in phase1
- Admin commands:
- /ban – bans players
* /kick – forcekicks players for 1 hr
-
/skipmap – skips the current map and starts another
-
Mod commands:
* /kick – forcekicks players for 1 hr -
Normal commands:
- /report – allows people to report players that cheat/grief
phase 2: sync this across a database
make it pull stuff from database (maybe making json but uploading them to pipedream like urls) make rank system be displayed make rtv system integrated to this plugin make chat be paired with discord and moderation tools for admins
Clone this repository first.
To edit the plugin display name and other data, take a look at plugin.json
.
Edit the name of the project itself by going into settings.gradle
.
See src/example/AlexServerPlugin.java
for some basic commands and event handlers.
Every main plugin class must extend Plugin
. Make sure that plugin.json
points to the correct main plugin class.
Please note that the plugin system is in beta, and as such is subject to changes.
gradlew jar
/ ./gradlew jar
Output jar should be in build/libs with the name AlexServerPlugin.jar
.
Simply place the output jar from the step above in your server's config/mods
directory and restart the server.
List your currently installed plugins/mods by running the mods
command.