Commit Graph

2252 Commits

Author SHA1 Message Date
641e3840cb Do not check interactions outside plot areas () 2024-10-13 10:31:08 +02:00
afb36d98c7 Read Adventure version from version catalogue
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-09-15 14:22:31 +02:00
001ae78fb2 fix: load single plot areas on creation ()
* fix: load single plot areas on creation

* fix: don't allow overlapping plot areas
2024-09-14 10:46:27 +02:00
e1ccda3e6d Prevent vanished players from being in plot kick autocompletion () 2024-08-30 17:50:23 +02:00
db05f1481a Update MySQL properties URL
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-08-25 11:35:59 +02:00
dfd80c4723 Reenable checkerframewowkr javadoc linking ()
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-08-18 01:11:22 +02:00
bbb3736846 Prevent out of world claims ()
* Prevent out of world claims

* update java version in workflows
2024-08-13 07:40:09 +02:00
98aab56616 fix: use the correct block parser as the "default" () 2024-07-09 08:49:03 +02:00
215053e364 Ref: height limit check ()
- The notifyIfOutsideBuildArea method checks the limits and already includes sending the height.height_limit message. This does not need to be called again in the code.
2024-06-01 16:43:43 +02:00
c65c9e7827 fix: PlayerEnterPlotEvent (java doc) description ()
Fixing event description
2024-05-13 20:20:29 +01:00
f88ea94bfe Performance Improvement: high-requency listener ()
* Adding new 'high-frequency-listener' setting

* Moving high-frequency event listener in new class

* Small typo
2024-05-13 20:20:21 +01:00
83fe761fe4 perf: Avoid expensive Plot#getOwner calls in Plot#getOwners ()
* Avoid expensive Plot#getOwner calls in Plot#getOwners

* Don't check for the owner beforehand, because it's done in the loop regardless
2024-05-09 14:58:06 +02:00
c239908aa3 Don't heal dead players ()
fix: don't heal dead players
2024-04-21 13:03:00 +02:00
bc1cc074b8 Make builds reproducible ()
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-04-14 21:04:01 +02:00
5e8d8629c2 fix: skip valid location check for world plots ()
- Checking location on teleport to a single plot means the bukkit world is attempted to be accessed before it is loaded
 - we can just skip this check because we know the player will teleport to a reasonable location
2024-04-12 20:55:22 +02:00
fe324d3ea9 Release 7.3.7
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-04-04 21:47:43 +02:00
ff83868cbc Add a placeholder for grants ()
* Add a placeholder for grants

Signed-off-by: Alexander Brandes <mc.cache@web.de>

* Address feedback

Signed-off-by: Alexander Brandes <mc.cache@web.de>

---------

Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-03-30 18:30:40 +01:00
82f868ae7d Introduce tile-drop flag ()
* added tile-drops flag

* added tile-drops flag

* added tile-drop flag

* updated description

* relocated listener
2024-03-26 17:38:55 +01:00
1b40cea51f Feat: adding "last" argument for Visit cmd to choose the highest number ()
* Refactoring, Adding "last" argument to visit cmd

* Adding reversed plot format

* fixing tab-completion of "last" argument

* reformatting the code-style
2024-03-20 20:00:22 +01:00
1ee76bf2d9 Release 7.3.6
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-03-10 17:57:59 +01:00
2321831044 Prevent loading faraway chunks ()
* Prevent loading faraway chunks

* docs
2024-03-07 21:34:33 +01:00
25e98618b9 feat: introduce a flag section into the config for instabreak ()
* Added and applied config

* removed wrong return logic
2024-03-07 21:34:25 +01:00
5344efd1b7 feat: introduce a fishing flag ()
* introduce fishing flag

* fixed typo in description

* added details to the flags description
2024-03-02 13:43:16 +01:00
28298ffdd6 return false if PLACE_VEHICLE and missing flag ()
fix: return false if PLACE_VEHICLE and missing flag
2024-02-18 05:05:25 +01:00
499d3c39bc Remove static print out of legacy schematic URL ()
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-02-16 20:23:12 +01:00
7b233c944a Release 7.3.4
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-02-12 20:24:23 +01:00
a2e3274215 Introduce base plot count placeholder ()
* Introduce base plot count placeholder

* add world-specific variant
2024-02-12 18:19:59 +01:00
7f1f1e025e feat: configurable accounting for bedrock layer when setting components ()
- Add configuration option to force plot components to be set only above bedrock level
 - Account for build height < gen height where it is not wanted for components to be set at/below bedrock
2024-02-09 13:48:56 +01:00
5021f5b379 Release 7.3.2
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-01-22 20:32:39 +01:00
76ea9e0d3c PostPlotClearEvent added ()
* PostPlotClearEvent added

* Made requested changes

* Clear.java changed

* Changed to PlotPlayer Event

* Removed methods

* Removed methods

* Removed useless import
2024-01-21 15:22:38 +01:00
951f08bc8b Add events for plot buying ()
* cancelable event results are nullable

* chore: add javadocs to CancellablePlotEvent#

* feat: events for plot buy process
2024-01-21 15:21:36 +01:00
a1d94af242 Fix home command reset ()
* Add location not null check
The issue lies within the equals implementation

* Fix setposition method with default value.
Also add a comment too.

---------

Co-authored-by: OneLiteFeather <seelenretterin@onelitefeather.net>
2024-01-20 00:34:46 +01:00
e4613cfc62 Fix minimessage tag resolver in list command ()
fix: update resolver tag names for list command
2024-01-12 09:35:11 +01:00
8c44b2d2d2 feat: add specific admin permissions for placing vehicles ()
- fixes 
2024-01-07 14:57:36 +00:00
1991142d48 refactor: move leave event dispact to after logic ()
- closes 
2023-12-26 15:26:31 +00:00
1a33997099 Release 7.3.0 2023-12-22 17:54:28 +01:00
c6b0b99cd6 Fix MM update in plot condensation 2023-12-22 17:28:00 +01:00
dbfc43e3cd feat: allow for custom plot limit handling ()
* 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
c8b4a2fa39 feat: Allow admin done permission to override requiring plot complexity calculation ()
Co-authored-by: MrJoshuaT <josh@jmt.me>
2023-12-16 21:04:11 +00:00
d851e27aed Fix checkerframework javadoc URL 2023-12-16 17:34:56 +01:00
4a45729c9e feat: add projectile-change-block flag ()
- closes 
2023-12-12 13:53:10 +00:00
85bec710df Release 7.2.1 2023-12-09 10:13:42 +01:00
f5f875eb11 feat: add HasOwner PlotFilter filter ()
* feat: add HasOwner PlotFilter filter
 - closes 

* change since to TODO

* Address feedback

---------

Co-authored-by: Alexander Brandes <mc.cache@web.de>
2023-12-07 18:29:10 +01:00
31ae62b62c Introduce edit-sign flag () 2023-11-26 12:36:01 +00:00
eb63e4351d Feat(API): Mutable Location in PlayerTeleportToPlotEvent ()
* 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
ba7880241b Fix: permission check for integer flags ()
* Changing numeric check to support '0'

* Adding notes

* More detailed description of 'max-plots' setting
2023-11-21 17:26:15 +00:00
be6838f29e Make '/plot download world' clickable () 2023-11-19 14:43:07 +01:00
dc73116401 Fix: remove everyone command ()
Fixing remove everyone command
2023-11-19 13:42:11 +00:00
fdc887850c Release 7.2.0 2023-11-03 15:01:50 +01:00
3cc770970f feat: add configurable border size ()
- allows players to travel past border, but not claim
 - closes 
2023-10-31 10:51:19 +00:00