Commit Graph

2217 Commits

Author SHA1 Message Date
Alexander Brandes 1a33997099
Release 7.3.0 2023-12-22 17:54:28 +01:00
Alexander Brandes c6b0b99cd6
Fix MM update in plot condensation 2023-12-22 17:28:00 +01:00
Pierre Maurice Schwang dbfc43e3cd
feat: allow for custom plot limit handling (#4261)
* feat: allow for custom plot limit handling

* feat: allow for custom plot limit handling

* chore: use fluent setter
2023-12-18 21:07:41 +01:00
MrJoshuaT c8b4a2fa39
feat: Allow admin done permission to override requiring plot complexity calculation (#4267)
Co-authored-by: MrJoshuaT <josh@jmt.me>
2023-12-16 21:04:11 +00:00
Alexander Brandes d851e27aed
Fix checkerframework javadoc URL 2023-12-16 17:34:56 +01:00
Jordan 4a45729c9e
feat: add projectile-change-block flag (#4185)
- closes #4081
2023-12-12 13:53:10 +00:00
Alexander Brandes 85bec710df
Release 7.2.1 2023-12-09 10:13:42 +01:00
Jordan f5f875eb11
feat: add HasOwner PlotFilter filter (#4259)
* feat: add HasOwner PlotFilter filter
 - closes #3831

* change since to TODO

* Address feedback

---------

Co-authored-by: Alexander Brandes <mc.cache@web.de>
2023-12-07 18:29:10 +01:00
Hannes Greule 31ae62b62c
Introduce `edit-sign` flag (#4236) 2023-11-26 12:36:01 +00:00
Pierre Maurice Schwang eb63e4351d
Feat(API): Mutable Location in PlayerTeleportToPlotEvent (#4196)
* feat: ability to overwrite spawn location for plot teleports

* chore/feat: migrate to LocationTransformer to resolve unnecessary chunk loads

* chore: simplify transform type
2023-11-21 17:26:30 +00:00
RedstoneFuture ba7880241b
Fix: permission check for integer flags (#4217)
* Changing numeric check to support '0'

* Adding notes

* More detailed description of 'max-plots' setting
2023-11-21 17:26:15 +00:00
Alexander Brandes be6838f29e
Make '/plot download world' clickable (#4239) 2023-11-19 14:43:07 +01:00
RedstoneFuture dc73116401
Fix: remove everyone command (#4106)
Fixing remove everyone command
2023-11-19 13:42:11 +00:00
Alexander Brandes fdc887850c
Release 7.2.0 2023-11-03 15:01:50 +01:00
Jordan 3cc770970f
feat: add configurable border size (#4213)
- allows players to travel past border, but not claim
 - closes #2962
2023-10-31 10:51:19 +00:00
RedstoneFuture 95c7f621fb
Fix: including "highestLimit" number (#4218)
Including "highestLimit" number
2023-10-29 10:55:01 +01:00
Hannes Greule 15b4cbdb0f
Simplify Plot#getConnectedPlots and share cache between connected plots (#4212)
* Simplify Plot#getConnectedPlots and share cache between connected plots

* add missing isMerged check
2023-10-23 16:38:41 +02:00
Alexander Brandes c013b92e62
Address deprecated 'Times#of()' in 'PlotPlayer' (#4207) 2023-10-15 12:05:04 +00:00
Jordan b00a46b286
chore: remove poorly implemented /ps debug loadedchunks command (#4180)
- the same (but correctly implemented) functionality exists in other plugins
 - closes #4140
2023-10-10 11:06:22 +01:00
Alexander Brandes c7bfd48a21
Release 7.1.0 2023-10-09 17:03:09 +02:00
Pierre Maurice Schwang dc13783db8
chore: mitigate possible future sqlite driver problems (#4200)
* chore: mitigate possible future sqlite driver problems

* chore/feat: log driver version on error

---------

Co-authored-by: Alexander Brandes <mc.cache@web.de>
2023-10-09 16:55:09 +02:00
Alexander Brandes d111740f64
Updater checkerqual 2023-10-07 20:48:53 +02:00
Jordan a30cdb37d6
fix: load flags after we is initialised (#4186)
* fix: load flags after we is initliased
 - fixes #4073
 - it could be possible to add a callback in the WE initilised event listener, but that overcomplicates it a bit and this is fine tbh

* Extract method
2023-10-07 20:14:54 +02:00
Alexander Brandes f848162066
Default to latest version of informative-annotations (#4199)
* Default to latest version of informative-annotations

* Update Core/build.gradle.kts
2023-10-07 20:14:10 +02:00
Alexander Brandes 40c70aa98d
Replace javadoc.io with javadocs.dev 2023-10-05 20:48:49 +02:00
Pierre Maurice Schwang 0d2b36bac8
Fix: No response to errors in plot user group modifications (#4197) 2023-10-05 14:54:11 +01:00
Alexander Brandes fc783574a3
Migrate 'EntityUtil#capNumeral' to an enhanced switch (#4195)
* Migrate 'EntityUtil#capNumeral' to an enhanced switch

* Apply feedback
2023-10-04 11:34:50 +02:00
Jordan 5f7bb784f0
feat: add concrete-harden flag (#4184) 2023-10-04 09:41:47 +01:00
Jordan 26c55a318f
feat: add placeholder for plot size (#4181) 2023-10-02 20:37:00 +01:00
Alexander Brandes ee68bc3d9e
Fix 'ChunkCoordinatorBuilder#unloadAfter()' javadocs (#4194) 2023-10-02 19:37:43 +02:00
Alexander Brandes 79454da1a6
Address deprecated 'Project.buildDir' in build scripts (#4191) 2023-10-01 14:07:36 +02:00
BlockyTheDev c1555ddbc7
Fix `#isAccessible()` deprecation in `HybridPlotWorld` (#4177)
Fixes https://github.com/IntellectualSites/PlotSquared/issues/4165
2023-10-01 11:50:19 +02:00
BlockyTheDev 4fe0c586d9
Address deprecated URL instantiation (#4178)
Fixes https://github.com/IntellectualSites/PlotSquared/issues/4166
2023-10-01 11:50:12 +02:00
Matt b7c9453a1a
Rewrite javadocs for PlotId class (#4157) 2023-09-15 13:17:42 -04:00
Alexander Brandes 1aa370d562
Fixup bad commit d3dab0d736 2023-09-13 21:13:30 +02:00
Matt d3dab0d736 Added documentation for PlotWeather 2023-09-12 21:13:04 -04:00
Matt 764156b267 Minor doc rewrite 2023-09-12 20:58:24 -04:00
Matt 665f5251bf Added docs to PlotItemStack 2023-09-12 20:42:58 -04:00
Alexander Brandes 3c2aa99e86
Fix javadoc for 'PlotModificationManager#setComponent()' 2023-08-26 11:30:56 +02:00
Matt b74ba30281 Fixed NPE in DebugRoadRegen command 2023-08-21 19:09:35 -04:00
Matt ba9dab1f73 Fixed a typo. 2023-08-18 00:28:51 -04:00
Matt 8e60fdb477 Merge remote-tracking branch 'origin/main' 2023-08-18 00:10:03 -04:00
Matt 443fe8dd47 Added deprecation 2023-08-18 00:09:48 -04:00
Alexander Brandes e56e52ba4f
Fix 'grant' placeholder 2023-08-11 14:05:23 +02:00
Alexander Brandes d4c90283d6
Cleanup dependencies 2023-08-08 22:33:24 +02:00
Alexander Brandes 72f511ce99
Release 7.0.0-rc.4 2023-08-02 13:51:03 +02:00
Jordan 0d63c2bdb6
feat: allow bypass of econ costs (#4126) 2023-08-02 13:48:07 +02:00
Jordan 9b0b39ac2e
feat: add a permission requirement to /plot merge all (#4127) 2023-07-31 14:04:08 +02:00
Jordan 638f0bd078
fix: do not use overall max schem height for checking road schem height (#4124) 2023-07-30 12:17:35 +02:00
Jordan c27b838dad
fix: add missing method in UncheckedWorldLocation (#4112)
Co-authored-by: Alexander Brandes <mc.cache@web.de>
2023-07-24 18:00:56 +00:00