No description
gradle/wrapper | ||
src | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
paxteryaPlugin
Custom plugin to integrate the Paxterya Minecraft server with our backend services and add simple QOL features
Features
-
Fetches roles and suffixes from paxterya backend server, gives corresponding permissions and displays the role in scoreboard
-
Adds private messages and group messages
-
Adds an automatic afk feature
-
Can replace specific words in chat messages with custom game information
-
Allows the configuration of 'regions', general purpose areas in the world which are drawn to dynmap and show an in-game message when entering them
Gradle tasks
gradlew build
to run tests and generate the plugin jar in build/libs/
gradlew test
to run tests