Alexander Brandes
e51121960d
Back to snapshot for development
...
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-02-18 09:54:06 +01:00
Alexander Brandes
cc011de032
Release 7.3.5
...
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-02-18 09:53:12 +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
renovate[bot]
3d56937f14
Update fawe to v2.9.0 ( #4335 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-12 22:18:56 +01:00
Alexander Brandes
0f1c2cb4e4
Back to snapshot for development
...
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-02-12 20:32:46 +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
Pierre Maurice Schwang
d9537ee9df
Suppress errors due to failed getEntitySpawnReason implementation ( #4334 )
...
fix: suppress errors due to failed getEntitySpawnReason implementation
2024-02-12 18:32:27 +01:00
Hannes Greule
0de6887526
Avoid creating EntityDamageByEntityEvent ( #4332 )
2024-02-12 18:20:20 +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
Maurice
b369683b9c
fix: allow allay breeding ( #4325 )
...
move DUPLICATION to BREEDING
2024-02-12 18:19:44 +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
59787fe7f3
Back to snapshot for development
...
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-02-06 14:33:42 +01:00
Alexander Brandes
6783d5ece6
Release 7.3.3
...
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-02-05 23:04:06 +01:00
renovate[bot]
d9aa2a496c
Update dependency gradle to v8.6 ( #4321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 23:00:08 +01:00
renovate[bot]
809ed6778c
Update release-drafter/release-drafter action to v6 ( #4322 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 22:53:29 +01:00
renovate[bot]
2fe44053a2
Update junit5 monorepo ( #4320 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 22:53:19 +01:00
renovate[bot]
c36b87ca14
Update dependency xyz.jpenilla.run-paper to v2.2.3 ( #4319 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-05 22:53:06 +01:00
renovate[bot]
5aec7653b6
Update dependency com.diffplug.spotless to v6.25.0 ( #4308 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-02 18:05:41 +01:00
renovate[bot]
cc5d01e225
Update gradle/wrapper-validation-action action to v2 ( #4309 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-02 18:05:30 +01:00
Pierre Maurice Schwang
448577774a
Entity#getEntitySpawnReason compatibility for spigot ( #4305 )
...
chore: Entity#getEntitySpawnReason compatibility for spigot
2024-02-02 16:46:39 +01:00
Alexander Brandes
966c878a72
Back to snapshot for development
...
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2024-01-22 20:37:31 +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
Pierre Maurice Schwang
ae941e67a4
Fallback to areas QueueCoordinator when passing null ( #4300 )
...
* fix: fallback to area QueueCoordinator if null passed
* chore: add annotations to suppress IDE warnings
2024-01-21 12:40:38 +01:00
Pierre Maurice Schwang
9566af5fda
Use MUSIC soundcategory for plot music flag ( #4302 )
...
chore/fix: use MUSIC sound category for plot music
2024-01-21 12:38:46 +01:00
Nico Lube
fccc146053
Do not remove entitys with CUSTOM spawn-reason on CreatureSpawnEvent. ( #4297 )
...
Do not remove entitys with CUSTOM spawn-reason.
2024-01-21 12:33:53 +01:00
OneLiteFeather
a1d94af242
Fix home command reset ( #4295 )
...
* 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
renovate[bot]
6371cd4c5a
Update fawe to v2.8.4 ( #4278 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-13 17:04:44 +01:00
Pierre Maurice Schwang
e4613cfc62
Fix minimessage tag resolver in list command ( #4290 )
...
fix: update resolver tag names for list command
2024-01-12 09:35:11 +01:00
Jordan
8c44b2d2d2
feat: add specific admin permissions for placing vehicles ( #4258 )
...
- fixes #3850
2024-01-07 14:57:36 +00:00
Hannes Greule
449af2f3a4
Add admin permission override to edit signs ( #4287 )
...
* add admin permission override to edit signs
* include sign dying
2024-01-06 11:28:33 +01:00
Jordan
ead7acdd76
fix: allow pistons on merged plot road if detect-invalid-edge-pistons true ( #4257 )
...
- fixes #4232
2023-12-31 18:50:29 +00:00
Jordan
1991142d48
refactor: move leave event dispact to after logic ( #4260 )
...
- closes #4171
2023-12-26 15:26:31 +00:00
Alexander Brandes
63ae11b3d3
Back to snapshot for development
2023-12-25 19:54:00 +01:00
Alexander Brandes
86fe3c6846
Release 7.3.1
2023-12-25 19:49:36 +01:00
Pierre Maurice Schwang
a90e179338
Relocate net.kyori.options (Support newer 1.20.4 builds) ( #4280 )
...
chore/fix: relocate net.kyori.option
2023-12-25 18:32:29 +01:00
Alexander Brandes
a6ae287908
Back to snapshot for development
2023-12-22 17:59:33 +01:00
Alexander Brandes
1a33997099
Release 7.3.0
2023-12-22 17:54:28 +01:00
renovate[bot]
6edd4b8220
Update dependency net.kyori:adventure-platform-bukkit to v4.3.2 ( #4276 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-22 17:51:28 +01:00
renovate[bot]
9b0d1e484c
Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.3 ( #4275 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-22 17:51:20 +01:00
renovate[bot]
6971fa4c10
Update github/codeql-action action to v3 ( #4274 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-22 17:36:22 +01:00
renovate[bot]
3c818f3e33
Update dependency org.checkerframework:checker-qual to v3.42.0 ( #4273 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-22 17:36:14 +01:00
renovate[bot]
31be2e5eb3
Update adventure to v4.15.0 ( #4272 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-22 17:36:08 +01:00
renovate[bot]
945a8ad306
Update worldedit to v7.2.18 ( #4271 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-22 17:35:54 +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