Commit Graph

33 Commits

Author SHA1 Message Date
Adam eff759463d
Fix error in piston mode migration (#1013) 2020-09-17 08:19:51 -07:00
Adam 581e8881e9
Add new, efficient options for handling pistons (#933) 2020-09-14 16:45:08 -07:00
Adam e8c9222337
Fix /AbandonAllClaims usage (#1009)
Closes #1008
2020-09-14 08:19:06 -07:00
Adam 81cfc8f2d9
Confirm /abandonallclaims (#1000) 2020-09-07 04:19:09 -07:00
Eli, wyldt- b6434298fc
support raid trigger prevention (#913) 2020-07-28 21:27:20 -07:00
Adam ac93505e2f
Fix conflicting piston settings (#907) 2020-07-25 11:50:18 -07:00
RoboMWM ac5a666b8d remove all suppressions of deprecation warnings 2020-06-20 12:28:25 -07:00
RoboMWM 732fa2e015 these changes are sometimes not getting exported or something 2020-06-08 23:15:52 -07:00
RoboMWM 40f554d386 reformat code
- Lots of tabs to spaces going on
- That's a lot of changes!

#63
2020-06-08 21:57:55 -07:00
Izmoqwy 093cbb0e93
Add config to limit bonus claim blocks (on purchase) (#786) 2020-05-03 17:59:27 -07:00
Adam 61c1ccda3f
Fix DeleteUserClaimsInWorld command (#720)
Closes #718
2020-02-15 02:26:39 -08:00
RoboMWM 956bdbc688 Do not attempt fuzzy matching players
Fixes #541
2020-02-01 20:39:41 -08:00
Bobcat00 85205e9b6f Add config option to ignore piston movements (#671) 2019-12-15 15:15:50 -08:00
Edson Passos dda2a50c70 trust change event (#623) 2019-09-17 19:19:30 -07:00
Shane Bee 7c7e98e5e6 Modify lectern permissions (#579)
- /accesstrust for viewing (with a config to disable permission requirement)
- /containertrust for modifying

Closes #537

Co-authored-by: Zedadias Wick <zedwick@gmail.com>
2019-08-10 08:44:42 -07:00
RoboMWM cdeac80635 config to prevent ravagers from breaking blocks in claims
Defaults to true to remain consistent with behavior of preventing
enderman from taking blocks and entities from trampling crops

Closes #530

Also intellij is insistent on replacing tabs
2019-07-29 21:48:33 -07:00
RoboMWM 59d9e6f556 Remove travel agent and related config option
- Removed Claims.PortalGenerationRequiresPermission

Closes #534
2019-06-09 10:33:38 -07:00
Shane Bee f96d62aa05 Config to allow fire spread and damage within claims (#445) 2019-01-09 15:50:21 -08:00
112madgamer 1a7a6eca42 Siege cooldown (#418) closes #415 2018-11-19 00:03:24 -08:00
112madgamer 3e1e058001 Allow Donkey and llama protection to be disabled (#406) 2018-11-03 01:38:45 -07:00
RoboMWM 5fc85097a7 typo 2018-09-22 06:30:28 -07:00
RoboMWM cf217e27c4 config for OfflinePlayer cache, closes #238
The OfflinePlayer cache holds players who have logged in within the last
X number of days (default 90).
2018-09-22 05:37:35 -07:00
RoboMWM f6b35d71bf Claim expiration: improvements+config option. Closes #24
- Claim expiration collects all players (uuids) that own claims, and
iterates this set instead of iterating through every single claim.
- Individual claims had a "last modified" timestamp, so this method was
valid before, but makes no sense now since expiration is based on player
inactivity instead of claim inactivity.

New config option under the advanced node allows controlling the
frequency each player in the aforementioned set is checked for
inactivity.
2018-09-22 05:21:00 -07:00
RoboMWM 93a36dd9e1 Remove old try-catch block, add metrics 2018-09-22 04:47:40 -07:00
RoboMWM cb6a42cbc6 Don't "reload" the database when migrating to SQL
FYI, I do not recommend migrating to SQL for GP.
Fixes #369
2018-09-19 00:57:14 -07:00
RoboMWM 5e2f128a8d sieged claims are never pvp-safe zones. Fixes #199 2018-09-19 00:36:21 -07:00
ArchdukeLiamus 393aa27329 fire/lava near players config can be changed in non-PvP worlds (#371)
Also allows this feature to be disabled in worlds where PvP rules aren't applied.
2018-09-15 15:12:41 -07:00
RoboMWM ebd7e1b0d0 Check if claim owner is abandoning claim before adjusting accrued claim blocks. Closes #322 2018-09-04 13:11:26 -07:00
RoboMWM 59d0cfc56c Avoid unnecessary call to setAccruedClaimBlocks when AbandonReturRatio is set to 1.0 2018-08-17 17:25:46 -07:00
RoboMWM d8e0a094e4 fix wrong parameter used in /gpblockinfo, closes #313 2018-08-17 09:45:44 -07:00
zedwick 19c0f3220f The 1.13 PR (#320)
- Removes all code and config pertaining to the "mods" config section

- RestoreNature has issues in oceans
2018-08-13 06:53:14 -07:00
jacob1 ad07915664 Fix /rsc in admin claims (#300)
* Fix restrictsubclaim in admin claims

* Allow players with /ignoreclaims on to toggle restrictsubclaim flag
2018-07-24 17:38:46 -07:00
Narimm b38e4aedb6 Refactor to maven standard layout (#270) 2018-06-11 23:11:37 -07:00