dordsor21
c0bfa297bb
Ensure use of new generation methods only on 1.19 and above
2022-06-27 17:40:46 +01:00
Jordan
75fd9b2631
Update to new Spigot generation API ( #3659 )
...
* Address deprecations in queue/generation code
* Move to new generation API
- Currently not working due to lack of biome-setting capability via BiomeProvider for flat worlds
* Any fixes to flat world biome setting will target 1.19
* Ensure compiled is actually set to true in BlockBucket
* Delegate to platformGenerator in deprecated generation method if applicable when using new generation methods (1.19)
* Re-add wrongly removed method
* Handle exceptions using logger
* We can simplify getting relative offset using floormod
* Replace many booleans with EnumSet
* Address comments, remove needless boolean return for populateChunk
2022-06-22 14:57:39 +02:00
Alexander Brandes
6b680fb2c0
Merge v6/v7
2022-06-21 11:00:53 +02:00
renovate[bot]
dda52ebc2e
build: Update dependency cloud.commandframework:cloud-services to v1.7.0 ( #3701 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-20 10:47:49 +02:00
Alexander Brandes
9ac8d38bab
chore: Remove checkerframework from gradle libs
...
Closes #3700
2022-06-20 10:43:43 +02:00
Hannes Greule
6a54328f7d
refactor: replace usages of switch over keyed enums ( #3673 )
2022-06-19 00:59:43 +01:00
Alexander Brandes
7279862def
docs: Publish javadocs to GH actions ( #3686 )
...
* docs: Publish javadocs to GH actions
* chore: Use updated URL
* chore: Use correct URL
2022-06-17 23:40:29 +02:00
Jordan
08ce4c872c
Adjust schematic height logic when pasting and actually set air as well ( #3681 )
2022-06-17 15:39:41 +01:00
Jordan
27ffe4fcdc
Address deprecations in queue/generation code ( #3658 )
2022-06-16 15:41:03 +01:00
dordsor21
8afcaccb8a
Merge branch 'v6' into v7
2022-06-16 15:26:03 +01:00
dordsor21
c83b13e374
Merge branch 'v6' into v7
...
# Conflicts:
# Core/src/main/java/com/plotsquared/core/command/Chat.java
# Core/src/main/java/com/plotsquared/core/command/Save.java
# Core/src/main/java/com/plotsquared/core/configuration/caption/Templates.java
# Core/src/main/java/com/plotsquared/core/plot/PlotArea.java
# Core/src/main/java/com/plotsquared/core/util/MainUtil.java
# Core/src/main/java/com/plotsquared/core/util/RegExUtil.java
# build.gradle.kts
# gradle/libs.versions.toml
2022-06-16 15:25:33 +01:00
Jordan
2b0c5b1e21
Reset wall filling on clear ( #3680 )
...
- Implements #3591
2022-06-16 16:22:27 +02:00
Alexander Brandes
3d5c694daa
chore: Comply with OSSRH licensing guidelines ( #3684 )
2022-06-15 20:17:17 +02:00
Jordan
23360057b9
Chore: General deprecations ( #3660 )
...
Address deprecations for removal throughout the plugin
2022-06-13 23:45:27 +02:00
Schuwi
d153232969
Fix maximum plot number check in /plot continue
counting the current plot twice ( #3674 )
...
Fix max plot restriction check in continue command
Co-authored-by: Alexander Brandes <mc.cache@web.de>
2022-06-13 23:44:56 +02:00
Alexander Brandes
bb0aa8d5cc
fix: Don't publish root directory to maven repository ( #3676 )
...
* fix: Don't publish root directory (Fixes #3647 )
* fix: More investigations
* fix: Exclude task 'jar' from root project
* chore: Keep group ID in the root scope
2022-06-13 15:23:12 +02:00
renovate[bot]
d69f3b0893
build: Update dependency com.intellectualsites.bom:bom-1.18.x to v1.5 ( #3677 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-13 11:38:28 +02:00
Alexander Brandes
565838ad43
[ci skip] chore: Update renovate excludes ( Closes #3678 )
2022-06-13 11:36:46 +02:00
Alexander Brandes
8b52461271
build: Back to snapshot for development
2022-06-13 11:25:07 +02:00
Alexander Brandes
d08381dfed
build: Release 6.9.0
2022-06-13 11:23:48 +02:00
Jordan
b6c45f2df3
Add an on-complete task to PlotArea#mergePlots ( #3671 )
...
* Add an on-complete task to PlotArea#mergePlots
* Fix typo
2022-06-13 09:06:01 +02:00
Jordan
b9479405e1
Ensure forceSync is provided when constructing chunk coordinators ( #3657 )
...
* Ensure forceSync is provided when constructing chunk coordinators
* Re-add old factory create method and deprecate for removal
* Remove old create method that Guice doesn't like
2022-06-12 10:47:43 +02:00
Jordan
a238ff19bf
Implement tile entities to generation using Populators ( #3665 )
...
* Implement tile entities to generation using Populators
- Fixes #3051
* Javadocs
* Don't do the big error if heads don't work
* Address comments regarding javadocs/comments
* Ensure Location is still sealed, and add api description annotation to public methods in UncheckedWorldLocation
* Clean up HybridGen
- There's no need for while loops acting as a modulo after we've already performed a modulo
- Make the code-sections calculating if positions are in the wall/road more readable
- Collaps duplicate if-elseif bodies
* Better exception handling when setting data to LimitedRegion during chunk population
* Address comments
Co-authored-by: Alexander Brandes <mc.cache@web.de>
* Better naming for "legacy" block state populator
Co-authored-by: Alexander Brandes <mc.cache@web.de>
2022-06-12 10:47:25 +02:00
Alexander Brandes
c93b08d0c7
feat: Add 1.19 music disk to the /plot music GUI ( #3668 )
...
feat: Add 1.19 music disk to the GUI
2022-06-12 10:47:00 +02:00
Alexander Brandes
1470b7117a
chore: Add tadpole buckets to the list of dispensable items ( #3669 )
...
chore: Add tadpole buckets to the list of disposables
Signed-off-by: Alexander Brandes <mc.cache@web.de>
2022-06-12 10:46:21 +02:00
Alexander Brandes
7cbc67f4fc
chore: Fix typo
2022-06-11 17:14:51 +02:00
Alexander Brandes
0a76bbb2b0
Update README.md
2022-06-11 17:14:05 +02:00
Alexander Brandes
09cc59a1c1
docs: Unify WE, P2 and Fawe abbreviations ( #3672 )
2022-06-11 16:16:06 +02:00
Alexander Brandes
60f7113105
build: Update bom
2022-06-11 14:53:39 +02:00
Alexander Brandes
26c0c1b7cd
Merge branch 'v6' into v7
2022-06-11 14:11:25 +02:00
Jordan
bf646be482
Only load world cofigurations if WorldEdit has fully enabled (safe to do) ( #3666 )
...
* Only load world cofigurations if WorldEdit has fully enabled (safe to do)
- Fixes #3664
(cherry picked from commit f2e1e99be3b4f1fd5ce00e32ea7773dd4d1855aa)
* Fix imports
* QueryCapability is effectively a "dumb" method
* Update Core/src/main/java/com/plotsquared/core/PlotSquared.java
Co-authored-by: Alexander Brandes <mc.cache@web.de>
2022-06-10 16:52:17 +02:00
Alexander Brandes
cc7e17960b
docs: Add 1.19 to issue template
2022-06-10 13:42:09 +02:00
Bernhard
3c75b170f0
fix: mob cap counting for each connected plot individually ( #3643 )
...
cap meta is now handled in the base plot
2022-06-10 01:27:39 +02:00
Alexander Brandes
764c94c9cc
Merge branch 'v6' into v7
2022-06-10 01:14:09 +02:00
dordsor21
a79c474957
Deprecate methods for removal that will be removed/had their signatures changed in v7
2022-06-09 13:49:58 +01:00
Alexander Brandes
4bb480a238
chore: Update Code of conduct email ( #3661 )
2022-06-09 12:58:31 +02:00
Alexander Brandes
9ffa935c0c
build: Switch to bill of materials ( #3653 )
...
* build: Switch to managed dependencies
* build: Move bom to root build script
* build: Update bom
* Update build.gradle.kts
* fix: Use the correct bom version
2022-06-09 12:57:37 +02:00
dordsor21
3d87ee41b3
v7 is 7.0.0-SNAPSHOT
2022-06-08 14:42:14 +01:00
Bernhard
0a32268784
Prevent blocks moving/generating below and above build height ( #3641 )
...
* fix: cancel BlockFormEvent outside of build limit
* refactor: rename variables for easier readability
* fix: cancel liquid flow outside build limit
* refactor: implement to/from context
2022-06-05 20:51:07 +02:00
Alexander Brandes
ae3b8c06f6
chore: Address Paper javadoc warnings ( #3648 )
2022-06-05 20:50:49 +02:00
Alexander Brandes
713c4ad0d2
Remove aggregation of cross module javadocs ( #3646 )
...
chore: Don't aggregate javadocs anymore
2022-06-03 23:13:41 +02:00
NotMyFault
fd8832ac98
Merge branch 'v6' into v7
2022-06-01 20:13:07 +02:00
NotMyFault
48386c0828
build: Back to snapshot for development
2022-06-01 20:12:50 +02:00
NotMyFault
625b3921e1
build: Release 6.8.1
2022-06-01 20:09:36 +02:00
Alexander Brandes
48aa37d173
Update Readme SVG ( #3642 )
...
docs: Update Readme SVG
2022-05-30 13:47:25 +02:00
Alexander Brandes
228acc196c
Merge branch 'v7' of https://github.com/IntellectualSites/PlotSquared into v7
2022-05-29 22:05:37 +02:00
Alexander Brandes
62197f3deb
Merge branch 'v6' into v7
2022-05-29 22:05:17 +02:00
Bernhard
2c2314e95c
refactor: return info.server
for %plotsquared_currentplot_owner%
if plot is a server plot ( #3640 )
2022-05-25 10:18:10 +02:00
Bernhard
5eb2fc3ad0
Kick players on merged plots appropriately ( #3639 )
...
fix: kick denied player regardless on all connected plots
2022-05-24 20:30:06 +02:00
renovate[bot]
82cd9a092c
build: Update fawe to v2.2.0 ( #3637 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-24 13:33:54 +02:00