2271 Commits

Author SHA1 Message Date
Pierre Maurice Schwang
f2924f8a73
chore: spotlessApply 2025-02-23 21:51:54 +01:00
Pierre Maurice Schwang
670c241d76
fix: OOB in hasNext of iterator when streaming plots 2025-02-23 21:37:22 +01:00
Pierre Maurice Schwang
9c64c2e5fa
chore: doesn't need to be internal anymore 2025-02-23 20:34:21 +01:00
Pierre Maurice Schwang
fb2165e4e0
chore/feat: add comparator for plots, implement PlotQuery#asStream 2025-02-23 20:34:20 +01:00
Pierre Maurice Schwang
30867354cc
chore/fix: update iterator 2025-02-23 20:34:20 +01:00
Pierre Maurice Schwang
36de196d3d
chore: don't filter on base-plot twice 2025-02-23 20:34:20 +01:00
Pierre Maurice Schwang
60f81c4732
chore/feat: don't query full plot list twice 2025-02-23 20:34:20 +01:00
Pierre Maurice Schwang
d9a46635fd
chore: simplify OwnersIncludeFilter (don't construct owner list twice) 2025-02-23 20:34:20 +01:00
Pierre Maurice Schwang
424806c5f4
chore/feat: add stream operations to PlotQuery, avoid larger lookups 2025-02-23 20:34:19 +01:00
Alexander Brandes
2f6db9c3db
Back to snapshot for development
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2025-02-23 11:27:30 +01:00
Jordan
eb0d854870
fix: allow queues to not generate chunks (#4599)
- initially apply to regenallroads
 - additionally add a 10s timeout for requesting a chunk before resubmitting it to the queue
 - addresses #4310
2025-02-23 11:21:18 +01:00
TheJonstone✓
4e2ea67992
fix: update error message of /p remove <player> if player does not need to be removed (#4592) 2025-02-22 19:25:49 +00:00
Phillipp Glanz
1b9d0d5317
Improve teleport behavior for home command (#4369) 2025-02-15 15:29:21 +00:00
Pierre Maurice Schwang
974c639a51
fix: grow music inventory dynamically (#4583) 2025-01-26 12:51:54 +01:00
Hannes Greule
960b7b2a8b
Add option to prevent entities from being moved from plot (#4554) 2024-12-22 11:12:10 +01:00
Jordan
bc4e2c51da
fix: update to changes in 1.21 class paths (#4546) 2024-12-06 17:52:17 +01:00
Alexander Brandes
c46b4ddeaa
Add 1.21 music discs (Fixes #4551)
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-12-06 17:51:31 +01:00
Maurice
32d36b28fa
feat: add InteractionInteractFlag (#4538) 2024-11-19 16:48:03 +01:00
RedstoneFuture
5e628cc758
Restriction: Adding "weaving-death-place" flag (#4519)
* Adding "weaving-death-place" flag

* Improving spelling of flag description

* Reworking event listener for Weaving effect

* Undoing import optimization

* Fixing weaving-death-place check for plots
2024-11-01 11:06:46 +00:00
Hannes Greule
641e3840cb
Do not check interactions outside plot areas (#4515) 2024-10-13 10:31:08 +02:00
Alexander Brandes
afb36d98c7
Read Adventure version from version catalogue
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-09-15 14:22:31 +02:00
Pierre Maurice Schwang
001ae78fb2
fix: load single plot areas on creation (#4490)
* fix: load single plot areas on creation

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

* update java version in workflows
2024-08-13 07:40:09 +02:00
Jordan
98aab56616
fix: use the correct block parser as the "default" (#4456) 2024-07-09 08:49:03 +02:00
RedstoneFuture
215053e364
Ref: height limit check (#4427)
- 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
RedstoneFuture
c65c9e7827
fix: PlayerEnterPlotEvent (java doc) description (#4426)
Fixing event description
2024-05-13 20:20:29 +01:00
RedstoneFuture
f88ea94bfe
Performance Improvement: high-requency listener (#4402)
* Adding new 'high-frequency-listener' setting

* Moving high-frequency event listener in new class

* Small typo
2024-05-13 20:20:21 +01:00
Vrganj
83fe761fe4
perf: Avoid expensive Plot#getOwner calls in Plot#getOwners (#4418)
* 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
Pierre Maurice Schwang
c239908aa3
Don't heal dead players (#4407)
fix: don't heal dead players
2024-04-21 13:03:00 +02:00
Alexander Brandes
bc1cc074b8
Make builds reproducible (#4395)
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-04-14 21:04:01 +02:00
Jordan
5e8d8629c2
fix: skip valid location check for world plots (#4388)
- 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
Alexander Brandes
fe324d3ea9
Release 7.3.7
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-04-04 21:47:43 +02:00
Alexander Brandes
ff83868cbc
Add a placeholder for grants (#4380)
* 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
Nicolai
82f868ae7d
Introduce tile-drop flag (#4371)
* added tile-drops flag

* added tile-drops flag

* added tile-drop flag

* updated description

* relocated listener
2024-03-26 17:38:55 +01:00
RedstoneFuture
1b40cea51f
Feat: adding "last" argument for Visit cmd to choose the highest number (#4219)
* 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
Alexander Brandes
1ee76bf2d9
Release 7.3.6
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-03-10 17:57:59 +01:00
Hannes Greule
2321831044
Prevent loading faraway chunks (#4370)
* Prevent loading faraway chunks

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

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

* fixed typo in description

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

* add world-specific variant
2024-02-12 18:19:59 +01:00
Jordan
7f1f1e025e
feat: configurable accounting for bedrock layer when setting components (#4266)
- 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
Alexander Brandes
5021f5b379
Release 7.3.2
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-01-22 20:32:39 +01:00
David
76ea9e0d3c
PostPlotClearEvent added (#4268)
* 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
Pierre Maurice Schwang
951f08bc8b
Add events for plot buying (#4291)
* cancelable event results are nullable

* chore: add javadocs to CancellablePlotEvent#

* feat: events for plot buy process
2024-01-21 15:21:36 +01:00