Commit Graph

904 Commits

Author SHA1 Message Date
RedDevel2
af760d51f3 Update version tag 2024-03-05 19:16:10 +01:00
Cola
3b2c03ae29 Fix logic 2024-03-05 17:58:56 +11:00
Cola
e11ef3fcf8 Improve check 2024-03-03 17:25:33 +11:00
Cola
00b77a71b3 Add skip existing reinforcements flag to ctar
Admin love
2024-03-02 19:28:05 +11:00
RedDevel2
916735d7fc Update version tags 2024-02-24 18:22:24 +01:00
Alexander
109294b299 Replace MoreClassUtils.castOrNull() with instanceof pattern matching 2024-02-23 21:53:22 +00:00
RedDevel2
15c758c87f Merge pull request #239 from MrJeremyFisher/piglin-door-fix
Fix "Smart" Mobs Being Able To Open Reinforced  Doors
2024-02-20 21:13:29 +01:00
MrJeremyFisher
d7e4422eb8 Fix imports 2024-02-20 09:18:09 -05:00
MrJeremyFisher
9a57d57f69 Prevent flower pot modification if not on group 2024-02-19 17:32:36 -05:00
MrJeremyFisher
7a25639773 Fix "smart" mobs being able to open doors 2024-02-19 17:03:29 -05:00
RedDevel2
aa6d926569 Update version 2024-02-19 22:59:23 +01:00
okx-code
f525b7afeb Don't use snapshots with getHolder
This uses 0.5%-1% of a tick by copying loads of data around that we never use, this uses the new getHolder(boolean) method added by https://github.com/PaperMC/Paper/pull/3535, which is much faster.
2024-02-17 03:05:41 +00:00
AngrySoundTech
9385a243b1 Update plugin names 2024-02-16 15:01:09 -05:00
AngrySoundTech
17d0e31931 Relocate citadel 2024-02-16 12:51:03 -05:00
AngrySoundTech
300089e6dc Bump version to 5.2.0 and update civgradle 2023-12-16 14:27:01 -05:00
AngrySoundTech
f4a20e9fda Merge pull request #70 from Protonull/add-patch-feedback
Add patch-mode feedback
2023-12-06 09:34:07 -05:00
AngrySoundTech
413d38ee15 Merge pull request #69 from Protonull/disallow-hostile-anvils
Prevent usage of hostile anvils
2023-12-06 09:32:58 -05:00
AngrySoundTech
13b8b01ef3 Merge pull request #49 from MelnCat/feat/moss-spreading
Improve moss spreading check logic
2023-12-06 09:32:25 -05:00
Alexander
c329c46fcd Add patch-mode feedback 2023-11-22 03:56:30 +00:00
Alexander
24727e3302 Prevent usage of hostile anvils 2023-11-13 16:29:15 +00:00
Alexander
3ebc7d35b6 Fix CivModCore and NameLayer dependencies 2023-11-13 16:19:51 +00:00
AngrySoundTech
38e869187b Bump version to 5.1.2 2022-11-28 15:04:32 -05:00
AngrySoundTech
c487c25389 Merge pull request #59 from CivMC/revert-52-door
Revert "Do not allow to close trapdoors/doors if the player is not in the group"
2022-11-28 15:03:58 -05:00
AngrySoundTech
2e91279bd4 Revert "Do not allow to close trapdoors/doors if the player is not in the group" 2022-11-28 15:02:41 -05:00
AngrySoundTech
990637ec7e Revert "Fix isAuthorizedPlayerNear distance" 2022-11-28 15:01:59 -05:00
wingzero54
17d7192a6f Update version 2022-10-10 19:18:44 -05:00
MelnCat
fa584547b6 Fix merge conflict 2022-10-10 16:45:23 -07:00
wingzero54
bc99afbfa6 Merge pull request #52 from Aleksey-Terzi/door
Do not allow to close trapdoors/doors if the player is not in the group
2022-10-10 18:39:28 -05:00
wingzero54
12a1c6cb68 Merge pull request #53 from MelnCat/patch-1
Fix isAuthorizedPlayerNear distance
2022-10-10 18:31:24 -05:00
wingzero54
42dba10b9c Merge pull request #55 from Diet-Cola/easymode-fix
Add offhand check to logic
2022-10-10 18:28:05 -05:00
AngrySoundTech
368e7720c8 Update gradle.properties 2022-09-19 11:40:55 -04:00
AngrySoundTech
9c2c13cf33 multiplier -> maturation_time_multiplier 2022-09-18 19:41:23 -04:00
AngrySoundTech
d5e5ecbbe6 Update imports 2022-09-18 19:39:53 -04:00
AngrySoundTech
987be1d213 Support multiple faces for acids 2022-09-18 15:37:31 -04:00
AngrySoundTech
eeb3803359 Support multiple acid types with different modifiers 2022-09-18 14:37:59 -04:00
AngrySoundTech
6f85ae9356 Merge branch 'master' into they-them-theres 2022-09-15 11:08:03 -04:00
Cola
2ba014974e We want to support lored and named reinforcement types 2022-08-30 01:04:14 +01:00
Cola
18e632088c Add offhand check to logic 2022-08-30 00:58:11 +01:00
wingzero54
a72abaf116 version 2022-08-17 10:35:45 -05:00
Haxx0r-4559
5afb40ef12 Remove exposure of group information 2022-08-16 16:02:12 -04:00
Melncat
a331ab5904 Formatting 2022-08-15 22:08:01 -07:00
Melncat
fc2367b606 Fix isAuthorizedPlayerNear distance
Currently, it inputs the diameter of the distance into getNearbyEntities, effectively doubling the radius that it's checking. getNearbyEntities takes in 3 radii, not diameters. 
This change makes isAuthorizedPlayerNear input the radius into getNearbyEntities instead of the diameter.
2022-08-15 10:21:48 -07:00
Aleksey Terzi
3b9fbe1c7e Issue #42: You can close trapdoors that you are not on the group for 2022-08-14 09:48:13 -06:00
MelnCat
0d0d248c2b Check dispenser groups 2022-08-11 19:20:47 -07:00
MelnCat
8ee314c6a2 Improve moss spreading checks 2022-08-11 17:59:13 -07:00
Haxx0r-4559
f796292a3b Fix logged group name in reinforcement check
Untested, but a very simple correction.
2022-08-11 17:31:48 -04:00
wingzero54
7d85283ff5 Version 2022-08-10 09:19:31 -05:00
wingzero54
b9809b9aa3 Merge pull request #41 from Aleksey-Terzi/falling_block
Issue #37: Reinforced gravity blocks disappear
2022-08-10 09:15:41 -05:00
wingzero54
1ddc7dae30 Merge pull request #46 from Diet-Cola/cta-fix
Add null check
2022-08-10 09:13:33 -05:00
Cola
4d4137405f 2nd Null check 2022-07-31 02:24:15 +01:00