Joo200

Results 23 issues of 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...

type: enhancement
area: text-minimessage
status: needs discussion

### 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...

status:pending
type:bug

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...

status:pending
type:api

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...

type: feature

### 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...

type: feature

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...