Commit Graph

238 Commits

Author SHA1 Message Date
Flemmli97
d6f7555f1c player ability dependency 2021-06-08 19:04:02 +02:00
Flemmli97
e4c55d3eaa check for negative 2021-05-31 15:13:34 +02:00
Flemmli97
c6b4661657 add gunpowder currency support. disabled by default 2021-05-31 14:32:46 +02:00
Flemmli97
146a670f38 add gunpowder currency support. disabled by default 2021-05-31 14:30:18 +02:00
Flemmli97
a4c8eb885d remove negative additional claim blocks amount 2021-05-31 14:22:48 +02:00
Flemmli97
54d0035b44 fix several entities not protected on indirect non projectile player attacks (e.g. through player ignited tnt) fix #52 2021-05-31 14:22:18 +02:00
Flemmli97
b2830bea2c change the permission of some blocks (PROJECTILES) on direct interaction to OPENCONTAINER 2021-05-31 14:21:11 +02:00
Flemmli97
e82a8b26e9 changelog 2021-05-12 20:24:57 +02:00
Flemmli97
f06bf034a9 truly fix personal groups saving issues. idk why i dont notice this right away 2021-05-12 20:24:14 +02:00
Flemmli97
0c3f006611 error logging in case permission is missing during reading 2021-05-12 20:06:26 +02:00
Flemmli97
763439d907 add snowman + enderman grief permission closes #31 2021-05-12 19:58:24 +02:00
Flemmli97
d75f788288 remove italic gui text 2021-05-12 18:30:35 +02:00
Flemmli97
656498e3c9 claim yeeting. maybe. idk 2021-05-12 13:29:29 +02:00
Flemmli97
da5044d5c4 fix gui items not updated on shift 2021-05-03 21:05:25 +02:00
Flemmli97
96130119af fix wrong json value being read... 2021-05-03 20:18:03 +02:00
Flemmli97
00eb9ad753 fix nullpointer... i was pretty sure i was using the other method 2021-05-03 20:04:55 +02:00
Flemmli97
b4d00c25e4 fix nullpointer... i was pretty sure i was using the other method 2021-05-03 20:04:45 +02:00
Flemmli97
b58c6f2aa6 fix nullpointer... i was pretty sure i was using the other method 2021-05-03 20:03:51 +02:00
Flemmli97
0c7a58d3af localized various gui parts 2021-05-02 22:04:27 +02:00
Flemmli97
ecd50b8ec1 default + personal groups (close #51) + basic help command 2021-05-02 22:04:26 +02:00
Flemmli97
f3e7b6c2cc change some collection init 2021-05-02 18:24:46 +02:00
Flemmli97
45ba4c185f change some collection init 2021-05-02 18:18:16 +02:00
Flemmli97
623a47d877 change some collection init 2021-05-02 18:06:56 +02:00
Flemmli97
3cfcb19f6d update issue template 2021-05-02 15:39:05 +02:00
Flemmli97
3704988513 add chorus fruit permission. fix wither permission 2021-04-19 13:48:47 +02:00
Flemmli97
b86285bc63 split spawn control in hostile and non hostile entities 2021-04-19 12:59:45 +02:00
Flemmli97
3832a7268c fix error trying to give modify players that never joined 2021-04-19 12:57:14 +02:00
Flemmli97
e80e8f4a62 drop and pickup permission 2021-04-12 01:50:31 +02:00
Flemmli97
035ec2adfb fix various entity bypassing claim #48. sync failed block placing. refactor block checks 2021-04-11 23:34:45 +02:00
Flemmli97
b5a560e11f fix #33 inventory desync 2021-04-11 23:14:38 +02:00
Flemmli97
5c9403cf7c check if new owner has enough blocks. fix #41 2021-04-04 12:33:10 +02:00
Flemmli97
e5e1fc921a
Merge pull request #39 from Giraffe1966/particle-fix
Fix claiming in the End dimension. fix #46, #40
2021-04-04 12:11:17 +02:00
Flemmli97
d9d3422029
Merge pull request #42 from Setadokalo/fix-iconlink
Fix icon link in mod json
2021-04-04 12:10:43 +02:00
Flemmli97
ebc3fc690c
Merge pull request #43 from Setadokalo/fix-permisson-suggestions
Fix permissions suggestions to only suggest completions of already typed text
2021-04-04 12:10:30 +02:00
Giraffe1966
7516505bda Use World.isHeightInvalid() instead for determining where to place particles. 2021-03-25 10:18:37 -04:00
Setadokalo
106abd033e Permissions only suggest completions to typed text 2021-03-19 16:12:26 -05:00
Setadokalo
fe828a53b2 fix icon link in mod json 2021-03-19 16:07:06 -05:00
Flemmli97
46699d1352 changelog 2021-03-10 20:05:25 +01:00
Flemmli97
d31774a2f1 add piercing specific handling to fix #34 but also keep current behaviour 2021-03-10 20:04:55 +01:00
Flemmli97
3e944f6477 remove wrong annotation. and for some reason the javax one is missing for me 2021-03-10 19:43:24 +01:00
Flemmli97
79d5311498 changelog + version 2021-03-09 13:32:41 +01:00
Flemmli97
053d8ed500 add fabric permission api support. closes #35 2021-03-09 13:29:26 +01:00
Flemmli97
a8c8d7508b ignore block config. for things like gravestones. fixes #37 but also #36 2021-03-08 21:45:19 +01:00
Flemmli97
d82cec790e add permission check event 2021-03-08 21:42:12 +01:00
Giraffe1966
0b0dc5b262 Fix issue where the sever would freeze if a particle marking a claim boundary was over the void.
This bug could have caused crashes if a claim was created between islands in the End.
2021-02-20 02:09:34 -05:00
Flemmli97
ff969ce245 version and changelog 2021-01-21 21:15:09 +01:00
Flemmli97
5078ace153 enderchest, enchantment table, piston and water permission close #26 2021-01-21 21:13:13 +01:00
Flemmli97
07c3c1a69f fix #29 player claimdata lost on death 2021-01-21 21:13:13 +01:00
Flemmli97
6b59f18377 multiline permission description fix #24 2021-01-21 21:12:00 +01:00
Flemmli97
c64a24757d multiline permission description fix #24 2021-01-21 18:19:18 +01:00