ThiagoROX
ThiagoROX
Add possibility to modify/remove `meta` through bulkupdate? Example: `/lp bulkupdate users delete "meta == 14_12"`
tuinity.yml ```yml # Configuration file for Tuinity. lag-compensate-block-breaking: true delay-chunkunloads-by: 1 target-chunk-sends-per-player-per-second: 11.0 config-version-please-do-not-modify-me: 1 world-settings: default: max-pending-chunk-loads: 3 optimized-tracker: true optimized-tracker-track-range: -1 optimized-tracker-untrack-range: -1 no-tick-view-distance: 4 spawn-limits: monsters: -1...
For some reason the loading of chunks got even worse on my server. Server with 150 players. tuinity.yml ```yml # Configuration file for Tuinity. lag-compensate-block-breaking: true delay-chunkunloads-by: 1 target-chunk-sends-per-player-per-second: 12.0...
I changed `target-chunk-sends-per-player-per-second` to `15` than `20` and nothing changed.
Server with 150 players. Spark: https://spark.lucko.me/#56jZRHeyMs tuinity.yml ```yml # Configuration file for Tuinity. lag-compensate-block-breaking: true delay-chunkunloads-by: 1 target-chunk-sends-per-player-per-second: 15.0 max-pending-chunk-loads-per-player: 1 config-version-please-do-not-modify-me: 1 world-settings: default: no-tick-view-distance: 4 spawn-limits: monsters: -1...
Server GĂȘnesis (150 players) Version: 003c5b3 30s Spark: https://spark.lucko.me/#6szGioWTaN Server Apocalipse (150 players) Version: 003c5b3 30s Spark: https://spark.lucko.me/#78jMYYozRP
> where can i download latest jar? on top comment? Yes: https://github.com/PaperMC/Paper/pull/8177#issue-1315739094 
I would like to see compatibility with the GriefPrevention protection system. It is a plugin used by thousands of servers. [SimpleClans Integration Example](https://github.com/marcelo-mason/SimpleClans/wiki/Giving-clan-members-access-to-GriefPrevention-lands) When integrating with GriefPrevention you must also...
The GriefPreventions protection system allows adding players who have a specific permission, an easy way to add compatibility with the plugin would be to add a permission to all members...
Another good example I found was the [Parties plugin.](https://github.com/AlessioDP/Parties)