Commit Graph
1268 Commits
Author SHA1 Message Date
AdamandGitHub 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
AdamandGitHub 6727fa76e3 Fix deprecated claim API (#1439)
Closes #1438
2021-07-04 11:38:39 -07:00
AdamandGitHub 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
drbot7andGitHub fbf4c7c45b Protect glow item frames (#1413)
Consistent with regular item frames
2021-06-19 09:52:16 -07:00
zhenghanleeandGitHub f4680c4051 Change method signature of allowBreak method in main class (#1406) 2021-06-17 14:11:46 -07:00
AdamandGitHub 6e62779d0d Include scope in dependency information (#1390)
Ideally will reduce the number of people shading GP into their projects by mistake.
2021-06-04 17:23:18 -07:00
AdamandGitHub 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
RoboMWMandGitHub e63d1d9e51 Update bug-report.md 2021-04-29 08:34:13 -07:00
AdamandGitHub e6d608bcb9 Fix ignoring height (#1260) 2021-04-07 19:33:44 -07:00
AdamandGitHub b3774efad8 Check before casting to mob (#1281)
fixes #1278
2021-02-23 10:39:41 -08:00
RoboMWMandGitHub e0f7e3c887 slightly reduce chatbox height 2021-02-19 08:17:28 -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
RoboMWMandGitHub 4e09977414 Update README.md 2021-01-23 13:52:50 -08:00
RoboMWMandGitHub 21d7b100b1 Update README.md 2021-01-23 13:50:38 -08:00
RoboMWMandGitHub 01241d8112 Update README.md 2021-01-23 13:45:55 -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
RoboMWM db842edc51 [maven-release-plugin] prepare for next development iteration 2021-01-18 20:33:23 -08:00
RoboMWM 2b69191e73 [maven-release-plugin] prepare release 16.17.1 2021-01-18 20:33:07 -08:00
HexedHeroandGitHub 936b20afa2 Update build instructions to use 16.17.1 (#1163) 2021-01-18 20:27:22 -08:00
YanisBftandGitHub 5a70d694e7 Prevent egg hatching in claims without container permission (#1128) 2021-01-13 08:17:38 -08:00
Frank van der HeijdenandGitHub e95b7986e4 Add the involved entities in PreventPvPEvent (#1186) 2021-01-09 09:11:28 -08:00
RoboMWMandGitHub 2f0f98db25 add "test with vanilla client" debugging step 2020-12-19 08:32:57 -08:00
Erik EideandGitHub 7ce30c6bec Allow for sqlite backend to be used (#1157) 2020-12-18 08:55:02 -08:00
RoboMWMandGitHub ddcf4b2da3 apparently MOSS is censoring "dumcord" which is leading to dropped messages... 2020-12-17 13:20:44 -08:00
RoboMWMandGitHub 1838c78112 update chat page 2020-12-17 12:41:33 -08:00
329bfb54de Add waterlogging check for buckets (#1156)
Co-authored-by: Adam <[email protected]>
2020-12-16 12:32:43 -08:00
Erik EideandGitHub c235bb0a00 Make POM more explicit about plugin versions (#1153)
- Add missing POM sections: name, description, inceptionYear, packaging, licenses, and issueManagement
- For tests, use junit-jupiter instead of both junit-jupiter-api and junit-jupiter-engine
- Dependency versions:
    - junit-jupiter 5.6.2 -> 5.7.0
    - git-commit-id-plugin 3.0.0 -> 4.0.3
- Explicitly use the latest plugin versions, rather than the dated default versions from the Super POM
- Define Java language source- and target level directly in the maven-compiler-plugin configuration
2020-12-14 00:09:58 -08:00
RoboMWM 2d68fa5cd2 [maven-release-plugin] prepare for next development iteration 2020-12-13 18:57:26 -08:00
RoboMWM 8b139c2239 [maven-release-plugin] prepare release 16.17.0 2020-12-13 18:57:10 -08:00
RoboMWM bac6ce0b62 add maven release plugin 2020-12-13 18:55:57 -08:00
RoboMWMandGitHub 0052152f05 remove release drafter for now
Will experiment more on another repo later
2020-12-13 18:38:12 -08:00
RoboMWM bb7768cf6f prepare pom for deploying to maven central 2020-12-13 17:02:32 -08:00
RoboMWMandGitHub f50e08bccf Update README.md 2020-12-13 01:15:05 -08:00
RoboMWMandGitHub 690975d71f dumcord will live on 2020-12-13 00:14:40 -08:00
RoboMWMandGitHub 9d4d8c5e1c Update README.md 2020-12-12 23:47:21 -08:00
AdamandGitHub 1edd0a921e Fix resizing 1-wide claims (#1148) 2020-12-12 10:33:29 -08:00
AdamandGitHub d126b90ce9 Fix rounding error on partial negative coordinates (#1147) 2020-12-11 09:18:03 -08:00
Frank van der HeijdenandGitHub c014901b7a Prevent doublechests forming on claim boundary (#1054) 2020-12-10 11:13:44 -08:00
AdamandGitHub 3350e2a0bf Fix claim bounding boxes not covering whole claim (#1145) 2020-12-10 09:56:14 -08:00
AdamandGitHub 03ab872f6d Fix reversed conditional (#1138) 2020-12-09 08:02:46 -08:00
AdamandGitHub f01798fb46 Refactor pistons to use new bounding box (#1139) 2020-12-09 07:59:35 -08:00
AdamandGitHub e74ad1f94b revert to using static calls instead of instance (#1017) 2020-12-09 00:47:39 -08:00
AdamandGitHub de7a1372f0 Avoid requesting invalid names from Mojang (old UUID conversion code) (#1092) 2020-12-09 00:31:38 -08:00
AdamandGitHub d5c5e4983e Refactor boundary checks into unified bounding box (#1126) 2020-12-09 00:28:22 -08:00
RoboMWMandGitHub 6927a0b48c add discussions URL to readme 2020-12-09 00:23:44 -08:00
RoboMWMandGitHub 058b3003f8 Update index.html 2020-12-08 18:39:34 -08:00
RoboMWMandGitHub 21977ce379 reduce chatbox height a tad 2020-12-08 18:35:42 -08:00
RoboMWMandGitHub 07fad148ee properly indent chat page 2020-12-08 18:32:51 -08:00