Ginko

Results 8 issues of Ginko

- [x] Add a toggle for the bypass permission check because it can be slow with a lot of players - [x] Add the ability to disable the notification sound...

enhancement

You can currently only schedule a Task with RegionScheduler by passing in Location. The ability to pass in World, Chunk, chunkX and chunkZ is completely missing. These methods might get...

Add ability to listen to packets for either one or more players over a specific time.

enhancement

- teleportAsync can now be used with passing teleportCause - PaperImplementation now tests for the existence of Entity#teleportAsync so we can properly use it on Paper as well - PaperImplementation...

With the plugin's configuration being as large as it currently is, it would be a good idea to look into splitting it into multiple configuration files. This should help admins...

enhancement

Add the ability to configure log message levels for each module. Logging is currently very basic and is not available on quite a few modules, reducing the amount of debugging...

enhancement

With packet exploits being the most common source of lag, the ability to listen to incoming packets from players would be a great start for initial debugging. Great start would...

enhancement

Replace "PreventGoingBelowBedrockFloor" and "NetherRoof" with a more simplified and configurable HeighLimits module that allows per-world configuration and action configuration. Possible Actions should include: - Damage - Kill - Teleportation (+...

enhancement