Limits/src/main/java/world/bentobox/limits
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
..
calculators Added locale text 2021-12-26 16:17:14 -08:00
commands Implement Limits "offset" command. 2022-03-28 19:04:15 +03:00
events Code clean up. Java updates. 2021-12-22 14:37:10 -08:00
listeners Add limits offsets to the GUI and Placeholder 2022-03-27 14:45:43 +03:00
objects Rework how offsets are used. 2022-01-02 16:31:02 -08:00
Limits.java Implement Limits "offset" command. 2022-03-28 19:04:15 +03:00
LimitsPladdon.java Turned into a Pladdon 2022-03-25 17:29:27 +01:00
Settings.java Fix bugs in map keys and groups. Fix code smells. 2021-12-25 09:10:53 -08:00