Commit Graph

  • 005600c99e Show old flag value in remove command (#3711) Traks 2022-06-27 13:31:45 +02:00
  • 26bec7fe2f style: Address javadoc violations NotMyFault 2022-06-26 11:18:33 +02:00
  • 2c5e78edcb Merge branch 'v6' into chore/v6/deprecate-static-permissions-class chore/v6/deprecate-static-permissions-class Alexander Brandes 2022-06-26 11:17:35 +02:00
  • f4b886d977 Minor cleanup of the plot analyze code (#3708) Jordan 2022-06-23 18:18:29 +01:00
  • 8b41342508 Minor cleanup of the plot analyze code - No need to wrap the final analysis into another async method. It's already contained in an async task - Don't overstretch a chunk bounday when setting blocks to newBlocks array chore/analyze-cleanup dordsor21 2022-06-22 14:02:48 +01:00
  • 75fd9b2631 Update to new Spigot generation API (#3659) Jordan 2022-06-22 13:57:39 +01:00
  • c09d0d882e Use single PlotListener instance (#3704) Traks 2022-06-22 13:50:56 +02:00
  • 312cb2996c Better handling of offline projectile shooters (#3705) Traks 2022-06-22 13:50:46 +02:00
  • f218902581 Implement build height limits into more events (#3691) Jordan 2022-06-21 18:09:29 +01:00
  • f27009216c chore: Replace AnnotationHelper class (#3706) Alexander Brandes 2022-06-21 19:09:17 +02:00
  • 3a0c18323d chore: Use WorldEdit logger interface chore/v6/use-we-logger Alexander Brandes 2022-06-21 15:50:46 +02:00
  • 6b680fb2c0 Merge v6/v7 Alexander Brandes 2022-06-21 11:00:53 +02:00
  • ca42da4bec Merge branch 'v6' into feature/v6/more-outside-build-height-support feature/v6/more-outside-build-height-support Jordan 2022-06-20 13:08:56 +01:00
  • 62f842eae5 Replace many booleans with EnumSet feature/v7/new-generation-api dordsor21 2022-06-20 12:58:44 +01:00
  • 76c2f0ff0b We can simplify getting relative offset using floormod dordsor21 2022-06-20 12:38:25 +01:00
  • 802edcba9f Handle exceptions using logger dordsor21 2022-06-20 12:25:34 +01:00
  • 738f89f5dd Implement util method to check if y is within world build limits dordsor21 2022-06-20 12:11:41 +01:00
  • dda52ebc2e build: Update dependency cloud.commandframework:cloud-services to v1.7.0 (#3701) renovate[bot] 2022-06-20 10:47:49 +02:00
  • 9ac8d38bab chore: Remove checkerframework from gradle libs Alexander Brandes 2022-06-20 10:43:43 +02:00
  • 92a051ab55 build: Update dependency org.checkerframework:checker-qual to v3.22.2 renovate/checker-qual renovate[bot] 2022-06-19 22:36:10 +00:00
  • 6a54328f7d refactor: replace usages of switch over keyed enums (#3673) Hannes Greule 2022-06-19 01:59:43 +02:00
  • b2b0ef0a89 Deprecate the static Permissions "util" class that is almost entirely superseded by methods in PermissionHolder instances themselves dordsor21 2022-06-19 00:28:09 +01:00
  • ca7e9c9bd8 Implement build height limits into more events dordsor21 2022-06-18 17:23:29 +01:00
  • 7279862def docs: Publish javadocs to GH actions (#3686) Alexander Brandes 2022-06-17 23:40:29 +02:00
  • 08ce4c872c Adjust schematic height logic when pasting and actually set air as well (#3681) Jordan 2022-06-17 15:39:41 +01:00
  • ad635d3598 chore: Use correct URL docs/v6/publish-javadocs NotMyFault 2022-06-17 00:06:46 +02:00
  • 3672ba9965 chore: Use updated URL NotMyFault 2022-06-17 00:01:06 +02:00
  • 6a8bcceb2a docs: Publish javadocs to GH actions NotMyFault 2022-06-16 23:56:13 +02:00
  • 79121603ee clean up refactor/v6/avoid-switch-over-keyed SirYwell 2022-06-16 17:30:25 +02:00
  • 6187569086 Re-add wrongly removed method dordsor21 2022-06-16 15:53:14 +01:00
  • 94925323e8 Merge branch 'v7' into feature/v7/new-generation-api dordsor21 2022-06-16 15:51:39 +01:00
  • 27ffe4fcdc Address deprecations in queue/generation code (#3658) Jordan 2022-06-16 15:41:03 +01:00
  • 8afcaccb8a Merge branch 'v6' into v7 dordsor21 2022-06-16 15:26:03 +01:00
  • c83b13e374 Merge branch 'v6' into v7 dordsor21 2022-06-16 15:25:33 +01:00
  • 2b0c5b1e21 Reset wall filling on clear (#3680) Jordan 2022-06-16 15:22:27 +01:00
  • 3d5c694daa chore: Comply with OSSRH licensing guidelines (#3684) Alexander Brandes 2022-06-15 20:17:17 +02:00
  • 918c5a2470 Remove needless since javadoc tags fix/v6/schematic-gen-heights dordsor21 2022-06-14 19:07:52 +01:00
  • 23360057b9 Chore: General deprecations (#3660) Jordan 2022-06-13 22:45:27 +01:00
  • d153232969 Fix maximum plot number check in /plot continue counting the current plot twice (#3674) Schuwi 2022-06-13 23:44:56 +02:00
  • cb7d1d30a4 Reset wall filling on clear - Implements #3591 fix/v6/clear-resets-wall dordsor21 2022-06-13 21:06:08 +01:00
  • e922db9f32 Adjust schematic height logic when pasting and actually set air as well - Should fix #3504 dordsor21 2022-06-13 19:29:02 +01:00
  • bb0aa8d5cc fix: Don't publish root directory to maven repository (#3676) Alexander Brandes 2022-06-13 15:23:12 +02:00
  • d69f3b0893 build: Update dependency com.intellectualsites.bom:bom-1.18.x to v1.5 (#3677) renovate[bot] 2022-06-13 11:38:28 +02:00
  • 565838ad43 [ci skip] chore: Update renovate excludes (Closes #3678) Alexander Brandes 2022-06-13 11:36:46 +02:00
  • 8b52461271 build: Back to snapshot for development Alexander Brandes 2022-06-13 11:25:07 +02:00
  • d08381dfed build: Release 6.9.0 6.9.0 Alexander Brandes 2022-06-13 11:23:48 +02:00
  • b6c45f2df3 Add an on-complete task to PlotArea#mergePlots (#3671) Jordan 2022-06-13 08:06:01 +01:00
  • f27bf9a153 fix: Don't publish root directory (Fixes #3647) fix/v6/publishing Alexander Brandes 2022-06-12 18:28:13 +02:00
  • bbb9965526 replace usages of switch over keyed enums SirYwell 2022-06-12 11:43:50 +02:00
  • b9479405e1 Ensure forceSync is provided when constructing chunk coordinators (#3657) Jordan 2022-06-12 09:47:43 +01:00
  • a238ff19bf Implement tile entities to generation using Populators (#3665) Jordan 2022-06-12 09:47:25 +01:00
  • c93b08d0c7 feat: Add 1.19 music disk to the /plot music GUI (#3668) Alexander Brandes 2022-06-12 10:47:00 +02:00
  • 1470b7117a chore: Add tadpole buckets to the list of dispensable items (#3669) Alexander Brandes 2022-06-12 10:46:21 +02:00
  • 70baca7145 Better naming for "legacy" block state populator feature/v6/tile-and-entity-generation dordsor21 2022-06-11 16:32:54 +01:00
  • 7cbc67f4fc chore: Fix typo Alexander Brandes 2022-06-11 17:14:51 +02:00
  • 0a76bbb2b0 Update README.md Alexander Brandes 2022-06-11 17:14:05 +02:00
  • 2a90015037 Address comments Jordan 2022-06-11 16:04:38 +01:00
  • 09cc59a1c1 docs: Unify WE, P2 and Fawe abbreviations (#3672) Alexander Brandes 2022-06-11 16:16:06 +02:00
  • d629e9eecb Fix typo feature/v6/merge-oncomplete-task dordsor21 2022-06-11 14:42:16 +01:00
  • 2802939112 Add an on-complete task to PlotArea#mergePlots dordsor21 2022-06-11 14:25:49 +01:00
  • 666a60a1c7 Merge branch 'v7' into feature/v7/new-generation-api dordsor21 2022-06-11 14:12:32 +01:00
  • 60f7113105 build: Update bom Alexander Brandes 2022-06-11 14:53:39 +02:00
  • f17aa377b7 Better exception handling when setting data to LimitedRegion during chunk population dordsor21 2022-06-11 13:29:57 +01:00
  • e159fa054d 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 dordsor21 2022-06-11 13:24:03 +01:00
  • 26c0c1b7cd Merge branch 'v6' into v7 Alexander Brandes 2022-06-11 14:11:25 +02:00
  • 058c65e34c Ensure Location is still sealed, and add api description annotation to public methods in UncheckedWorldLocation dordsor21 2022-06-11 13:04:05 +01:00
  • 8608604306 Address comments regarding javadocs/comments dordsor21 2022-06-11 13:03:09 +01:00
  • cdc8cdc497 Merge branch 'v7' into feature/v7/new-generation-api dordsor21 2022-06-10 18:26:22 +01:00
  • 307a1a6deb Delegate to platformGenerator in deprecated generation method if applicable when using new generation methods (1.19) dordsor21 2022-06-10 16:44:17 +01:00
  • a59cf08447 chore: Add tadpole buckets to the list of disposables chore/v6/tadpoles Alexander Brandes 2022-06-10 17:09:23 +02:00
  • bf646be482 Only load world cofigurations if WorldEdit has fully enabled (safe to do) (#3666) Jordan 2022-06-10 15:52:17 +01:00
  • ad95215ff6 feat: Add 1.19 music disk to the GUI enhancement/v6/1music-disk Alexander Brandes 2022-06-10 15:21:28 +02:00
  • 95470c81b3 Remove old create method that Guice doesn't like fix/v6/set-forcesync-to-chunk-coordinator dordsor21 2022-06-10 13:49:48 +01:00
  • cc7e17960b docs: Add 1.19 to issue template Alexander Brandes 2022-06-10 13:42:09 +02:00
  • 5f90c663e8 Update Core/src/main/java/com/plotsquared/core/PlotSquared.java fix/v6/config-load-order Alexander Brandes 2022-06-10 01:28:49 +02:00
  • 3c75b170f0 fix: mob cap counting for each connected plot individually (#3643) Bernhard 2022-06-10 01:27:39 +02:00
  • 764c94c9cc Merge branch 'v6' into v7 Alexander Brandes 2022-06-10 01:14:09 +02:00
  • 8d0cc68721 Don't do the big error if heads don't work dordsor21 2022-06-09 22:00:51 +01:00
  • 320363e5ff QueryCapability is effectively a "dumb" method dordsor21 2022-06-09 21:38:06 +01:00
  • 366c26dc15 Fix imports dordsor21 2022-06-09 21:09:25 +01:00
  • 2a79c0a419 Javadocs dordsor21 2022-06-09 21:07:49 +01:00
  • 5402516db0 Only load world cofigurations if WorldEdit has fully enabled (safe to do) - Fixes #3664 dordsor21 2022-06-09 20:50:30 +01:00
  • 90d42b8b9f Implement tile entities to generation using Populators - Fixes #3051 dordsor21 2022-06-09 20:49:43 +01:00
  • 84c9bb0d92 Ensure compiled is actually set to true in BlockBucket dordsor21 2022-06-09 17:25:55 +01:00
  • a79c474957 Deprecate methods for removal that will be removed/had their signatures changed in v7 dordsor21 2022-06-09 13:49:58 +01:00
  • dd996ae44f Address comments chore/v7/queue-deprecations dordsor21 2022-06-09 13:43:00 +01:00
  • 4bb480a238 chore: Update Code of conduct email (#3661) Alexander Brandes 2022-06-09 12:58:31 +02:00
  • 9ffa935c0c build: Switch to bill of materials (#3653) Alexander Brandes 2022-06-09 12:57:37 +02:00
  • 7f8ffc1f56 chore: Update Code of conduct email chore/v6/3651 Alexander Brandes 2022-06-08 22:57:22 +02:00
  • 1b08fc5419 Any fixes to flat world biome setting will target 1.19 dordsor21 2022-06-08 21:15:53 +01:00
  • 9188c8c40d Move to new generation API - Currently not working due to lack of biome-setting capability via BiomeProvider for flat worlds dordsor21 2022-06-08 21:12:16 +01:00
  • 43150abb86 Address deprecations in queue/generation code dordsor21 2022-06-08 21:12:55 +01:00
  • 17cbcf394c Address deprecations for removal throughout the plugin chore/v7/general-deprecations dordsor21 2022-06-08 21:09:55 +01:00
  • 3d87ee41b3 v7 is 7.0.0-SNAPSHOT dordsor21 2022-06-08 14:42:14 +01:00
  • 763f7681a7 Re-add old factory create method and deprecate for removal dordsor21 2022-06-07 16:41:36 +01:00
  • a46037b1f1 Ensure forceSync is provided when constructing chunk coordinators dordsor21 2022-06-07 16:24:27 +01:00
  • 00f089bcb7 fix: Use the correct bom version build/v6/managed-deps NotMyFault 2022-06-07 00:31:20 +02:00
  • 7257775dad Update build.gradle.kts Alexander Brandes 2022-06-07 00:17:34 +02:00
  • 5c418edcef build: Update bom Alexander Brandes 2022-06-06 19:45:12 +02:00
  • b278c4eaaf build: Update dependency net.kyori:adventure-text-minimessage to v4.11.0 renovate/adventure-text-minimessage Renovate Bot 2022-06-06 14:42:22 +00:00