Commit Graph

  • 89bb62a8fb
    build: Update dependency me.clip:placeholderapi to v2.11.2 renovate[bot] 2022-07-03 15:22:41 +00:00
  • 7f436c405b
    fix: Don't fail post processing compilation on non-ascii charmap (#3719) Alexander Brandes 2022-07-03 14:58:17 +02:00
  • 2357da7175
    fix: Don't fail post processing compilation on non-ascii charmap Alexander Brandes 2022-07-03 14:22:27 +02:00
  • f9f1a21cab fix javadoc SirYwell 2022-07-03 12:02:15 +02:00
  • dce4922d34 improve handling of missing message files SirYwell 2022-07-03 11:57:59 +02:00
  • 2493eb0684 addition: remove beacon effects when player leaves a plot DerEingerostete 2022-07-01 20:42:06 +02:00
  • a9f68eb351 Prevent headless pistons deleting walls Traks 2022-07-01 01:15:15 +02:00
  • 4d4d2ab087
    Ignore cancelled projectile launch events (#3709) Traks 2022-06-28 21:15:09 +02:00
  • 6b7aab9f39
    Merge dabbaca170836d68faa05955d41bf951de7e3431 into 91017acce48ec4ffa04747cf28c05a621367619e Traks 2022-06-27 19:37:54 +02:00
  • 91017acce4
    Realistically only need the "highest" y level of adding overlay block errors dordsor21 2022-06-27 17:41:47 +01:00
  • c0bfa297bb
    Ensure use of new generation methods only on 1.19 and above dordsor21 2022-06-27 17:40:46 +01:00
  • e90fd231d9
    build: Update dependency com.github.spotbugs:spotbugs-annotations to v4.7.1 (#3714) renovate[bot] 2022-06-27 17:00:13 +02:00
  • 68f3b15b68
    build: build: Update dependency com.github.spotbugs:spotbugs-annotations to v4.7.1 renovate[bot] 2022-06-27 14:55:23 +00:00
  • cd9f0789de
    build: Update bom to 1.9 Alexander Brandes 2022-06-27 16:47:32 +02:00
  • 5f4c8d92df
    build: Back to snapshot for development Alexander Brandes 2022-06-27 14:57:32 +02:00
  • 263cb47a21
    build: Release 6.9.1 6.9.1 Alexander Brandes 2022-06-27 14:56:44 +02:00
  • 005600c99e
    Show old flag value in remove command (#3711) Traks 2022-06-27 13:31:45 +02:00
  • c811b73c27
    Merge 0db4038f94376c959d23c32fb661e8533d2cc5e8 into 26bec7fe2f89f1ea98a06a7adf56d70996ad2a19 renovate[bot] 2022-06-27 06:45:41 +00:00
  • 0db4038f94
    build: build: Update dependency org.ajoberstar.grgit to v5 renovate[bot] 2022-06-27 06:45:39 +00:00
  • ec0b9f3d5d
    Merge 8d304dd3cf5ab33407a8e09a949cc145f5edf9fb into 26bec7fe2f89f1ea98a06a7adf56d70996ad2a19 Traks 2022-06-26 13:58:22 +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
  • 8d304dd3cf Show old flag value in remove command Traks 2022-06-25 14:02:28 +02:00
  • dabbaca170 Ignore cancelled projectile launch events Traks 2022-06-23 20:24:30 +02:00
  • f4b886d977
    Minor cleanup of the plot analyze code (#3708) Jordan 2022-06-23 18:18:29 +01:00
  • 31e7c18e79
    Merge 8b41342508d6a9482aef46bc3328c1aea61f8d67 into c09d0d882ee075872c98c13b04db57abf4e442f5 Jordan 2022-06-22 13:03:17 +00: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
  • 01be8b9822
    Address comments, remove needless boolean return for populateChunk dordsor21 2022-06-22 13:45:17 +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
  • a9d0335bb6
    Merge 05c3045f3c46be18a75764bc908e4a2ea3e26a61 into f218902581d049a7693f9cfc17d5364e0817234d Traks 2022-06-21 19:09:47 +02:00
  • e6e79debb9
    Merge ab770e2854a0c7ae130b30181739a08ef7abfaf8 into f218902581d049a7693f9cfc17d5364e0817234d Traks 2022-06-21 19:09:33 +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
  • 7b8e67aa51
    Merge 3a0c18323d1cf1bccbd083e9b49bcc5e745cc88b into dda52ebc2e989cabba7977a6990f166e31dc3d40 Alexander Brandes 2022-06-21 13:52:53 +00:00
  • 3a0c18323d
    chore: Use WorldEdit logger interface chore/v6/use-we-logger Alexander Brandes 2022-06-21 15:50:46 +02:00
  • 7753bc560e
    chore: Replace AnnotationHelper class Alexander Brandes 2022-06-21 15:37:37 +02:00
  • 617b936ca1
    Add code tag to javadoc Jordan 2022-06-21 13:33:19 +01:00
  • fea3415c9a
    Extract duplicate player-build-height-checking to plot area - Extract to core module to allow any possible future platforms to access the method, as they will always duplicate dordsor21 2022-06-21 13:25:34 +01:00
  • 64f38d9f9a
    Merge 62f842eae5d936c29333fa77c5ceffd383185ebc into 6b680fb2c0973977e65a1f29aefae692c07f437d Jordan 2022-06-21 11:01:45 +02:00
  • 6b680fb2c0
    Merge v6/v7 Alexander Brandes 2022-06-21 11:00:53 +02:00
  • 05c3045f3c Better handling of offline projectile shooters Traks 2022-06-21 02:30:09 +02:00
  • ab770e2854 Use single PlotListener instance Traks 2022-06-21 00:24:41 +02:00
  • 57712aa737
    Merge ca42da4becfd2927ff8d44aed93795b91c1e0c4b into dda52ebc2e989cabba7977a6990f166e31dc3d40 Jordan 2022-06-20 12:08:59 +00: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
  • e4fa38a4a9
    build: Update dependency cloud.commandframework:cloud-services to v1.7.0 renovate[bot] 2022-06-20 08:44:47 +00:00
  • 9ac8d38bab
    chore: Remove checkerframework from gradle libs Alexander Brandes 2022-06-20 10:43:43 +02:00
  • 05a823c4ca
    Merge 0297147c75507d116000fd50262ae8d7e6e99fdd into 6a54328f7dddc62951aa30ea138c221d2a31091b renovate[bot] 2022-06-19 22:36:18 +00:00
  • 0297147c75
    build: Update dependency cloud.commandframework:cloud-services to v1.7.0 renovate[bot] 2022-06-19 22:36:15 +00:00
  • dd086b8ec7
    Merge 92a051ab55f7df3f31faddf9dc3d571ceb9c0655 into 6a54328f7dddc62951aa30ea138c221d2a31091b renovate[bot] 2022-06-19 22:36:12 +00: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
  • 9901fd5a0f
    Merge 79121603eec3c267286a5abc164ca165e1df6970 into 7279862def31abac314f7aff54b452548ff8b653 Hannes Greule 2022-06-17 23:40:34 +02:00
  • 7279862def
    docs: Publish javadocs to GH actions (#3686) Alexander Brandes 2022-06-17 23:40:29 +02:00
  • 263ca4fc17
    Merge ad635d359822a0d2f65a39a772a89847c8989b89 into 08ce4c872c0f7a95e1106a4f2ee6030ee92f4de0 Alexander Brandes 2022-06-17 14:39:48 +00: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
  • ecb378d48c
    Merge branch 'v7' into chore/v7/queue-deprecations dordsor21 2022-06-16 15:40:08 +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
  • 7812eeec75
    Merge 918c5a2470ba5c16dd5a8fca2427d6c2a9995c70 into 2b0c5b1e21a5216377bee3b193c973b4e7f291f8 Jordan 2022-06-16 15:24:14 +01:00
  • 2b0c5b1e21
    Reset wall filling on clear (#3680) Jordan 2022-06-16 15:22:27 +01:00
  • 3f2a7c8de3
    Merge cb7d1d30a4bfaf7055755f4f14200078b21e62a7 into 3d5c694daa5ea69ac67090f6fbcf46d92631b3bf Jordan 2022-06-15 20:17:47 +02:00
  • 3d5c694daa
    chore: Comply with OSSRH licensing guidelines (#3684) Alexander Brandes 2022-06-15 20:17:17 +02:00
  • bb72bdd67a
    chore: Comply with OSSRH licensing guidelines Alexander Brandes 2022-06-15 20:02:18 +02:00
  • 918c5a2470
    Remove needless since javadoc tags fix/v6/schematic-gen-heights dordsor21 2022-06-14 19:07:52 +01:00
  • 9a6ff66922
    refactor: Address checkstyle violations Alexander Brandes 2022-06-14 15:33:31 +02:00
  • 347d55a253
    Merge branch 'v6' into feature/v6/beacon-flag Alexander Brandes 2022-06-14 15:23:57 +02:00
  • b896199092 fix: added spigot fallback listener and fixed NPE DerEingerostete 2022-06-14 13:14:34 +02: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
  • bac44ab0ad
    Merge 99e4b8ddb465b4cb92607fc969243b974eb327c5 into bb0aa8d5ccdfc0bb947cfa827ead249338775e9b Schuwi 2022-06-13 17:12:18 +02:00
  • bb0aa8d5cc
    fix: Don't publish root directory to maven repository (#3676) Alexander Brandes 2022-06-13 15:23:12 +02:00
  • 5e82d8915a
    chore: Keep group ID in the root scope Alexander Brandes 2022-06-13 14:00:29 +02:00
  • 80fff7fbf1
    resolve conflicts Alexander Brandes 2022-06-13 13:46:22 +02:00
  • f5a700f60e
    fix: Exclude task 'jar' from root project Alexander Brandes 2022-06-13 13:44:29 +02:00
  • abeeddf3d1
    fix: More investigations Alexander Brandes 2022-06-13 13:12:35 +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
  • 554d1ddf65
    build: Update dependency com.intellectualsites.bom:bom-1.18.x to v1.5 Renovate Bot 2022-06-13 09:37:45 +00: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
  • 7814f82ca8
    build: Update dependency net.kyori:adventure-platform-bukkit to v4.1.1 Renovate Bot 2022-06-13 09:24:53 +00:00
  • d08381dfed
    build: Release 6.9.0 6.9.0 Alexander Brandes 2022-06-13 11:23:48 +02:00
  • 99e4b8ddb4
    Merge branch 'v6' into Schuwi/fix-continue Alexander Brandes 2022-06-13 11:11:42 +02:00