No description
Find a file
2022-01-08 23:37:49 +02:00
gradle/wrapper Update to 1.18 and version to 1.0 (yay) 2021-11-30 15:07:38 +02:00
src Improved logging 2022-01-08 23:37:49 +02:00
.gitignore Fetch and display suffix from api 2021-06-20 16:51:45 +02:00
build.gradle Improved logging 2022-01-08 23:37:49 +02:00
gradlew add gradle-wrapper.jar, make gradlew executable 2021-06-20 14:57:47 +02:00
gradlew.bat Added gradle support with paper dependency 2021-06-18 16:12:35 +03:00
LICENSE Initial commit 2020-05-15 13:53:25 +02:00
README.md Update README.md 2021-07-13 19:16:36 +00:00
settings.gradle Added gradle support with paper dependency 2021-06-18 16:12:35 +03:00

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