Commit Graph

844 Commits

Author SHA1 Message Date
Yasin ca11fd1695
API: add ClaimTransferEvent (#1641) 2021-12-05 10:42:32 -08:00
Adam a844e39865
Fix some issues with splash potions (#1636)
- Fix NPE on non-player thrower
- Fix non-player thrower warning console when blocked
- Fix only first entity being saved
- Allow dispensers inside the same claim to harm entities with potions (consistent with arrows)
- Fix spamming player on multi-hit/multi-effect
2021-10-25 09:38:33 -07:00
Bobcat00 ed92324c26
Fix check for expiring chest claims (#1600)
fixes #1597
2021-09-28 08:40:49 -07:00
Logan Barrett e6ce386bcf
resolve NPE when calling Claim.allowEdit (#1580) 2021-09-12 10:58:15 -07:00
drbot7 134729167b
Protect candles from being extinguished (#1526) 2021-08-19 08:51:35 -07:00
multirp e8c5b37119
ink/glow ink sacs on signs require build permission (#1508) 2021-08-08 11:29:18 -07:00
Adam 219cf6edd1
Fix max depth below world height (#1502) 2021-08-02 08:32:23 -07:00
MrPowerGamerBR 7723d10196
Fix NPE when using allowBuild in a claim that the player has permission to build (#1500) 2021-07-31 10:15:15 -07:00
drbot7 6382a9fee4
Config option on silencing ban messages (#1480)
Enabled by default as per previous behavior.
2021-07-21 10:12:24 -07:00
drbot7 16036bdc19
Deny pumpkin carving in untrusted claims (#1473)
Fixes #1352
2021-07-17 08:58:21 -07:00
Adam d930e45440
Fix falling block and vehicle block change handling (#1424) 2021-07-16 09:22:15 -07:00
drbot7 fadc1aab30
protect glow berries (#1459)
Addresses comment in https://github.com/TechFortress/GriefPrevention/issues/1352#issuecomment-877190767
2021-07-16 09:21:02 -07:00
Adam 528f9f9777
Update to 1.17 (#1448)
* Update to include 1.17 materials and tags

* Use world height for claim max height

* Account for worlds with min height < 0

Fix restore not working under y 0
Change default max claim depth to integer min value
Fix creative claims always going to 0, not world min height

* Update material listings to include new blocks
  * Fixes a few missed cases from previous versions
* Replaced claim to bounding box bandaid for world max height increase with actual world limit
* Account for worlds with min height less than zero
  * New default maximum depth is now integer min value (-2147483648) to not restrict users no matter how weirdly they set up worlds
  * Creative claims always extend to world min height, not 0
  * RestoreNature restores to a max depth of world min height instead of 0

Closes #1309 
Closes #1431
2021-07-10 12:31:12 -07:00
Adam 6727fa76e3
Fix deprecated claim API (#1439)
Closes #1438
2021-07-04 11:38:39 -07:00
Adam bbb1e5d58c
Add ClaimPermissionCheckEvent (#1006)
Also contains a bit of refactoring on internal logic. Modifies (secondary) siege mechanics.

* Un-couple siege from core claim functions

* UUID overload, documentation, naming clarity

* Add internal special message override support

* Fix permission calculation issues in subclaims

* Migrate egg handling to new methods

* Use suppliers for denial message

In many use cases addons don't care why a denial occurred, only that it did. On-demand calculation is vastly preferable to reduce server impact.
2021-06-24 01:28:59 -07:00
drbot7 fbf4c7c45b
Protect glow item frames (#1413)
Consistent with regular item frames
2021-06-19 09:52:16 -07:00
zhenghanlee f4680c4051
Change method signature of allowBreak method in main class (#1406) 2021-06-17 14:11:46 -07:00
Adam cac5aa04f1
Prevent nametag usage unless player can kill target (#1337)
Addresses discussion #1333
2021-05-29 12:36:02 -07:00
RoboMWM 64df0e8297 don't delete claims in unloaded worlds in flatfile storage
Closes #1338
2021-05-29 12:33:41 -07:00
Adam e6d608bcb9
Fix ignoring height (#1260) 2021-04-07 19:33:44 -07:00
Adam b3774efad8
Check before casting to mob (#1281)
fixes #1278
2021-02-23 10:39:41 -08:00
RoboMWM 8956a37e9d use git describe variable for version
I wish there was an inverse of describe-short, i.e. only includes the
count + commit hash
2021-01-24 12:00:24 -08:00
RoboMWM 83e89b3772 remove unused lightning strike event handler 2021-01-19 17:29:53 -08:00
RoboMWM 6ac16665b3 Add cocoa to farm blocks
closes #839
2021-01-19 17:29:23 -08:00
YanisBft 5a70d694e7
Prevent egg hatching in claims without container permission (#1128) 2021-01-13 08:17:38 -08:00
Frank van der Heijden e95b7986e4
Add the involved entities in PreventPvPEvent (#1186) 2021-01-09 09:11:28 -08:00
Erik Eide 7ce30c6bec
Allow for sqlite backend to be used (#1157) 2020-12-18 08:55:02 -08:00
Erik Eide 329bfb54de
Add waterlogging check for buckets (#1156)
Co-authored-by: Adam <Jikoo.Games@gmail.com>
2020-12-16 12:32:43 -08:00
Adam 1edd0a921e
Fix resizing 1-wide claims (#1148) 2020-12-12 10:33:29 -08:00
Adam d126b90ce9
Fix rounding error on partial negative coordinates (#1147) 2020-12-11 09:18:03 -08:00
Frank van der Heijden c014901b7a
Prevent doublechests forming on claim boundary (#1054) 2020-12-10 11:13:44 -08:00
Adam 3350e2a0bf
Fix claim bounding boxes not covering whole claim (#1145) 2020-12-10 09:56:14 -08:00
Adam 03ab872f6d
Fix reversed conditional (#1138) 2020-12-09 08:02:46 -08:00
Adam f01798fb46
Refactor pistons to use new bounding box (#1139) 2020-12-09 07:59:35 -08:00
Adam e74ad1f94b
revert to using static calls instead of instance (#1017) 2020-12-09 00:47:39 -08:00
Adam de7a1372f0
Avoid requesting invalid names from Mojang (old UUID conversion code) (#1092) 2020-12-09 00:31:38 -08:00
Adam d5c5e4983e
Refactor boundary checks into unified bounding box (#1126) 2020-12-09 00:28:22 -08:00
Adam 293142deca
Stop block explosions damaging claimed entities (#1122)
#1115
2020-11-29 11:54:48 -08:00
RoboMWM eaaa42365e reinstate default of max accrual blocks to 80k
comment in #1107

c7327d4#diff-bd72da6eb91964fbaa474bafcaac56434a55926a9743ec41c3dba6de30eedc86L531

This is when it changed, when he added the multiple accrual rate
permissions.
2020-11-28 22:28:08 -08:00
Adam 8465d19d28
Update to current Biome API (#1044) 2020-11-18 07:46:57 -08:00
Adam 1f98733f3b
Fix claims in other worlds preventing piston movement with EVERYWHERE_SIMPLE(#1099) 2020-11-15 06:15:00 -08:00
Adam 8c7abf9fd5
Piston should not be included in moved block bounding box (#1088) 2020-11-05 09:04:27 -08:00
Adam e1086c3206
Fix incorrect retract check and everywhere modes checking subclaim (#1083)
* Retraction checked block behind piston when no blocks were moved
* Everywhere modes are supposed to ignore subclaims, so piston claim should not be a subclaim
2020-10-29 09:52:43 -07:00
Adam 0ceb6f8e21
Fix subclaims being added to chunk claims map when resized (#1082) 2020-10-29 09:23:33 -07:00
FreeMonoid 746f10449d
Fix restore nature removing top level of liquids (#1066) 2020-10-23 19:41:46 -07:00
FreeMonoid 03074bf934
Make placing and breaking boats use containertrust (#1065)
Consistent with minecarts
2020-10-23 19:36:47 -07:00
Frank van der Heijden af25b289f4
Fix piston checks in subclaims (#1056) 2020-10-11 21:21:43 -07:00
jacob1 a34a0fecab
Fix piston retraction checking one block further than it needs to (#1036) 2020-10-11 21:15:54 -07:00
Frank van der Heijden e4a666f8be
Make sound of piston explosions toggleable (#996) 2020-10-11 20:59:17 -07:00
Luis Michaelis 97cbd80a70
Allow any type of Zombie to convert villagers. (#1050) 2020-10-08 20:53:11 -07:00