Commit Graph

21 Commits

Author SHA1 Message Date
tastybento
af59047f57 Uses multi-threaded island scanning.
Optimized for Paper. Requires BentoBox 1.9.0 or later.

Makes admin calc command alias recount.

https://github.com/BentoBoxWorld/Limits/issues/52
2019-11-16 16:23:37 -08:00
tastybento
d97fa9b9ae Ignore event true.
https://github.com/BentoBoxWorld/Limits/issues/51
2019-11-09 14:46:30 -08:00
tastybento
fdfc080307 Removed code smells. 2019-11-08 12:35:47 -08:00
Gabriele C
3f58de3d7e Fix 1.13.2 support 2019-10-05 22:05:39 +02:00
BONNe
ad225b0dfb
Comment out debug code 2019-09-13 12:26:02 +03:00
tastybento
06da189e26 Added recount command for players. Fixed counting for crops.
https://github.com/BentoBoxWorld/Limits/issues/44
2019-09-10 19:01:39 -07:00
tastybento
4603e9e1a9 Removed dependency on EpicSpawners
https://github.com/BentoBoxWorld/Limits/issues/25
2019-08-16 19:55:58 -07:00
tastybento
e5f900a193
Merge pull request #23 from YellowZaki/patch-3
Personalize messages differencing between block an entities
2019-06-16 14:39:44 -07:00
YellowZaki
bd9db6245f
limits.hit-limit -> block-limits.hit-limit 2019-06-16 14:35:10 +02:00
tastybento
e0ad361c8b Change for where server does not have EpicSpawners installed.
https://github.com/BentoBoxWorld/addon-limits/issues/20
2019-05-28 23:27:35 -07:00
tastybento
448229892c Adds support for EpicSpawners 2019-05-18 09:40:58 -07:00
tastybento
dbb771bb65 Remove duplicate method after merging PR 2019-03-09 00:03:09 -08:00
YellowZaki
8248d62a98 Added /(admincmd) limitscalc <player> (#14)
* Added /(admincmd) limitscalc <player>

* Remove blocks attached to block and redstone torch fix

* Removed unnecesary method

* Made /(admin) limits calc <player> a subcommand + fix redstone displaying on GUI

* Correct player has island check
2019-02-26 07:35:28 -08:00
YellowZaki
f4740869da Added BlockFromToEvent (when lava/water removes blocks) (#13)
I've only added redstone things because they are the most common blocks to be limited and removed by water/lava.
2019-02-25 11:18:27 -08:00
tastybento
36ee63a70b Fixes permission limits for new islands, resets, owner change etc. 2019-02-09 11:13:20 -08:00
tastybento
148daf63f3 Fixes permissions
Code cleanup
2019-02-09 10:30:02 -08:00
tastybento
aa63b412c8 Added limits command.
https://github.com/BentoBoxWorld/addon-limits/issues/3
2019-02-09 10:07:16 -08:00
tastybento
df5b3a94e9 Adds permissions to limits
https://github.com/BentoBoxWorld/addon-limits/issues/5

Also adds gamemodes to config.
2019-02-08 22:35:29 -08:00
tastybento
3f120a4553 Fixes island deletion handling.
https://github.com/BentoBoxWorld/addon-limits/issues/7
2019-02-08 18:34:23 -08:00
tastybento
337635d1d8 Fixes reloading of data in YAML database
https://github.com/BentoBoxWorld/addon-limits/issues/6
2019-02-07 19:39:27 -08:00
tastybento
b7b6c04f5f Performs block limiting.
Store blocks placed in the database.

Entity limits are not done yet.
2019-02-06 23:20:45 -08:00