Commit Graph

18 Commits

Author SHA1 Message Date
BONNe be3554bf8c Implement Limits "offset" command.
Offset command have:
- set <player> <material|entity> <number> - sets the specific limit offset for material or entity.
- add <player> <material|entity> <number> - adds the specific limit offset for material or entity.
- remove <player> <material|entity> <number> - removes the specific limit offset for material or entity.
- reset <player> <material|entity> - resets limit offset for material or entity.
- view <player> <material|entity> - views the specific limit offset for material or entity.

Relates to the #149
2022-03-28 19:04:15 +03:00
tastybento 51408751a6 Code clean up. Java updates. 2021-12-22 14:37:10 -08:00
tastybento 05a8a0ebbe Fix tests 2021-09-06 17:14:06 -07:00
tastybento 8ce7c3e631 Updated to BentoBox 1.15.4 API 2020-12-27 11:11:54 -08:00
tastybento 4f92611df0 Check for specific types and not classes
https://github.com/BentoBoxWorld/Limits/issues/105
2020-09-30 14:46:07 -07:00
tastybento d0e7ec0d68 Adds tests for EntityLimitListener 2020-09-27 16:54:00 -07:00
tastybento b8682960cf Improves the Limit Panel with sorting and pages. 2020-09-07 15:05:51 -07:00
tastybento a316eaabc6 Added type chevron 2020-06-26 16:23:16 -07:00
Aurora d2b1a0527d
merge with upstream 2020-06-21 18:23:08 +02:00
tastybento 2329e2c61e Fix tests 2020-06-04 07:59:24 -07:00
wea_ondara f25c027a2b adjust test cases to previous changes 2020-04-12 14:55:35 +02:00
tastybento 39f527777d Ignore negative permissions.
Fixes https://github.com/BentoBoxWorld/Limits/issues/73
2020-03-18 08:36:40 -07:00
tastybento fb6f6757d5 Added permission limits for entities
https://github.com/BentoBoxWorld/Limits/issues/47
2020-01-09 14:42:37 -08:00
tastybento f907784bd7 Entity limits are now counted to include nether and end.
https://github.com/BentoBoxWorld/Limits/issues/43
2020-01-08 15:12:24 -08:00
tastybento 6abd0e3588 Renamed package to world.bentobox for CI 2019-12-16 07:47:51 -08:00
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 e5bdb80982 updates POM to use build numbers in filename 2019-08-07 21:31:38 -07:00
tastybento a886aaac1f Added test to JoinListenerTest to fix permission setting 2019-07-04 18:07:56 -07:00