Joo200
Joo200
I added Adventure as a module to acf. It's still a work in progress. TODOs: - [x] Make a proper implementation for MessageType and MessageFormatters. (take a look at the...
This PR adds a new method to Context. With this method you can resolve preProcess tags in your own TagResolver. This should be handy for TagResolvers which do not directly...
### Version Current master branch in github ### Host machine and operating system unrelated ### Target machine and operating system (if different from host) unrelated ### Compiler name and version...
### WorldEdit Version 7.0.11-SNAPSHOT ### WorldGuard Version 7.0.8-SNAPSHOT ### Platform Version all ### Confirmations - [X] I am using the most recent Minecraft release. - [X] I am using a...
Paper 1.18.2 includes MiniMessage and Adventure 4.10.0. With this PR I want to add MiniMessage support when available. E.g. `/rg flag __global__ deny-message Hey, sorry! You can't here.` will display...
Sometimes it can be handy to add custom domains instead of the player uuid, name or a permission group. E.g. if you have more dynamic domains or you don't want...
This PR will remove the maven build scripts and replace it by gradle dsl scripts which should be more up to date. * Updated many dependencies from outdated versions *...
This event is called when the backend server modifies the tablist entries. The entries can be modified but not removed or changed. This merge request should fix my issue #870...
### API Changes Currently the changes from the backend servers are passed to the client without any event or api to interrupt/change stuff. E.g. it's not possible to change the...
I want to create multiple Merchant with MerchantRecipes based on player permissions. The idea is: Store a List of MerchantRecipes and create a new Merchant for every player with custom...