MidnightSugar
MidnightSugar
I keep getting this error whenever I try to chat: `>.... [23:37:27 ERROR]: Could not pass event AsyncPlayerChatEvent to PurpleIRC v1.0-350 java.lang.IllegalStateException: VentureChatEvent may only be triggered synchronously. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:533)...
The adventure api (which is added natively to paper and sponge, but has a maven repo for bukkit) includes a feature called minimessage which uses tags to create json messages...
Possibly add in the new hex color support for 1.16+ servers in the #MSG executor.
I posted this in the discord earlier, but thought I'd put it here too. Right now, if you want to store persistent data you must store everything into the var.json...
Right now area triggers are limited to boxes, but it would be useful to have more shapes like circles and maybe polygons. You could look at worldedit for inspiration for...
The command /trg inventory ... item always uses slot before the actual slot number which is confusing. This is because it starts at index 1 instead of 0.
Currently there is no way to easily change the size and shape of an area trigger using commands. I believe there should be a command /trg area redefine command which...
Some of the naming is a bit unclear imo, here are some ideas to make it easier for new users: - Rename custom triggers to event triggers. - Rename named...
I have been experimenting with denizen recently, and there are some executors that I feel could be ported over to triggerreactor. Due to changes in how both plugins function, some...
I suggest creating a GUI or json button styled list for listing all triggers for easy management, as well as editing settings for it. - List all triggers in an...