Commit Graph

  • 449af2f3a4
    Add admin permission override to edit signs (#4287) Hannes Greule 2024-01-06 11:28:33 +01:00
  • ad24287619
    include sign dying fix/admin-perms-edit-sign SirYwell 2024-01-05 12:21:45 +01:00
  • b64db18f7d
    add admin permission override to edit signs SirYwell 2024-01-03 16:12:02 +01:00
  • cf117ff13b
    feature: add a miniplaceholders expansion feature/miniplaceholders Alexander Söderberg 2024-01-03 11:50:15 +01:00
  • ead7acdd76
    fix: allow pistons on merged plot road if detect-invalid-edge-pistons true (#4257) Jordan 2023-12-31 19:50:29 +01:00
  • 1991142d48
    refactor: move leave event dispact to after logic (#4260) Jordan 2023-12-26 16:26:31 +01:00
  • 63ae11b3d3
    Back to snapshot for development Alexander Brandes 2023-12-25 19:54:00 +01:00
  • 86fe3c6846
    Release 7.3.1 7.3.1 Alexander Brandes 2023-12-25 19:49:36 +01:00
  • a90e179338
    Relocate net.kyori.options (Support newer 1.20.4 builds) (#4280) Pierre Maurice Schwang 2023-12-25 18:32:29 +01:00
  • a6ae287908
    Back to snapshot for development Alexander Brandes 2023-12-22 17:59:33 +01:00
  • 1a33997099
    Release 7.3.0 7.3.0 Alexander Brandes 2023-12-22 17:54:28 +01:00
  • 6edd4b8220
    Update dependency net.kyori:adventure-platform-bukkit to v4.3.2 (#4276) renovate[bot] 2023-12-22 17:51:28 +01:00
  • 9b0d1e484c
    Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.3 (#4275) renovate[bot] 2023-12-22 17:51:20 +01:00
  • 6971fa4c10
    Update github/codeql-action action to v3 (#4274) renovate[bot] 2023-12-22 17:36:22 +01:00
  • 3c818f3e33
    Update dependency org.checkerframework:checker-qual to v3.42.0 (#4273) renovate[bot] 2023-12-22 17:36:14 +01:00
  • 31be2e5eb3
    Update adventure to v4.15.0 (#4272) renovate[bot] 2023-12-22 17:36:08 +01:00
  • 945a8ad306
    Update worldedit to v7.2.18 (#4271) renovate[bot] 2023-12-22 17:35:54 +01:00
  • c6b0b99cd6
    Fix MM update in plot condensation Alexander Brandes 2023-12-22 17:28:00 +01:00
  • fe2cfd9b89
    Fix code style feat/v7/vehicle-placement-permissions dordsor21 2023-12-21 13:43:14 +00:00
  • 936f3a36c5
    Add since tags feat/v7/plot-components-lower-height dordsor21 2023-12-20 16:04:57 +00:00
  • 31b3aca32f
    Fix typo Jordan 2023-12-20 16:04:08 +00:00
  • dbfc43e3cd
    feat: allow for custom plot limit handling (#4261) Pierre Maurice Schwang 2023-12-18 21:07:41 +01:00
  • c8b4a2fa39
    feat: Allow admin done permission to override requiring plot complexity calculation (#4267) MrJoshuaT 2023-12-16 21:04:11 +00:00
  • d851e27aed
    Fix checkerframework javadoc URL Alexander Brandes 2023-12-16 17:34:56 +01:00
  • 8cd92c8ffa
    Adjust for if plot bedrock is enabled dordsor21 2023-12-12 14:45:48 +00:00
  • d85e3f443f
    feat: configurable accounting for bedrock layer when setting components dordsor21 2023-12-12 14:41:52 +00:00
  • 4a45729c9e
    feat: add projectile-change-block flag (#4185) Jordan 2023-12-12 13:53:10 +00:00
  • 7931c0864e
    Update dependency org.checkerframework:checker-qual to v3.41.0 (#4265) renovate[bot] 2023-12-09 10:26:00 +01:00
  • 1456b29d93
    Update fawe to v2.8.3 (#4264) renovate[bot] 2023-12-09 10:25:53 +01:00
  • 761477b76d
    Update dependency com.diffplug.spotless to v6.23.3 (#4263) renovate[bot] 2023-12-09 10:25:46 +01:00
  • e61bcf905f
    Back to snapshot for development Alexander Brandes 2023-12-09 10:21:05 +01:00
  • 85bec710df
    Release 7.2.1 7.2.1 Alexander Brandes 2023-12-09 10:13:42 +01:00
  • d130794453
    Prepare for 1.20.3/4 Alexander Brandes 2023-12-08 07:29:19 +01:00
  • f5f875eb11
    feat: add HasOwner PlotFilter filter (#4259) Jordan 2023-12-07 17:29:10 +00:00
  • 89511f07f9
    Fix: disable sign-coloring when edit-sign flag is false (#4252) Tamikaschu 2023-12-06 22:56:22 +01:00
  • fb3da2f97c chore: use fluent setter feat/plotLimitApi Pierre Maurice Schwang 2023-12-04 19:59:23 +01:00
  • a0ee0caba9 feat: allow for custom plot limit handling Pierre Maurice Schwang 2023-12-04 19:31:44 +01:00
  • c0b1179d22 feat: allow for custom plot limit handling Pierre Maurice Schwang 2023-12-04 18:49:21 +01:00
  • 3e889b4d64
    refactor: move leave event dispact to after logic - closes #4171 refactor/v7/send-leave-event-after-logic dordsor21 2023-12-03 16:16:05 +00:00
  • 3dc4410a1e
    feat: add specific admin permissions for placing vehicles - fixes #3850 dordsor21 2023-12-03 16:05:47 +00:00
  • 4bfc982fdc
    fix: allow pistons on merged plot road if detect-invalid-edge-pistons true - fixes #4232 fix/v7/merged-plot-pistons dordsor21 2023-12-03 14:17:37 +00:00
  • 7b6747938d
    Build PRs on Java 17 and 21 jdk14-21 Alexander Brandes 2023-12-02 10:51:34 +01:00
  • 1a18adcd95
    Declare explicit runtime dependency on 'junit-platform-launcher' (#4255) Alexander Brandes 2023-12-02 00:17:28 +01:00
  • 65858c5f3e
    Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.2 (#4245) renovate[bot] 2023-12-02 00:00:21 +01:00
  • 5c7520b5f5
    Update dependency org.junit.jupiter:junit-jupiter to v5.10.1 (#4246) renovate[bot] 2023-12-02 00:00:13 +01:00
  • f3b9cd5ded
    Update dependency xyz.jpenilla.run-paper to v2.2.2 (#4248) renovate[bot] 2023-12-01 23:47:33 +01:00
  • 8a3eb25805
    Update fawe to v2.8.2 (#4249) renovate[bot] 2023-12-01 23:47:26 +01:00
  • 48bbd3c018
    Update dependency com.diffplug.spotless to v6.23.2 (#4250) renovate[bot] 2023-12-01 23:47:17 +01:00
  • bf85013f70
    Update dependency gradle to v8.5 (#4251) renovate[bot] 2023-12-01 23:47:10 +01:00
  • d36a2d236b
    Update dependency org.checkerframework:checker-qual to v3.40.0 (#4253) renovate[bot] 2023-12-01 23:46:59 +01:00
  • 79f111ec0a
    Update actions/setup-java action to v4 (#4254) renovate[bot] 2023-12-01 23:46:38 +01:00
  • 31ae62b62c
    Introduce edit-sign flag (#4236) Hannes Greule 2023-11-26 13:36:01 +01:00
  • cdb44d4884
    fix: re-add default spawn option and disclude armour stands (#4240) Jordan 2023-11-25 20:30:48 +00:00
  • eb63e4351d
    Feat(API): Mutable Location in PlayerTeleportToPlotEvent (#4196) Pierre Maurice Schwang 2023-11-21 18:26:30 +01:00
  • ba7880241b
    Fix: permission check for integer flags (#4217) RedstoneFuture 2023-11-21 18:26:15 +01:00
  • be6838f29e
    Make '/plot download world' clickable (#4239) Alexander Brandes 2023-11-19 14:43:07 +01:00
  • dc73116401
    Fix: remove everyone command (#4106) RedstoneFuture 2023-11-19 14:42:11 +01:00
  • b6a87df072
    Fixup renovate warnings Alexander Brandes 2023-11-19 09:49:55 +01:00
  • 8195afaa2f
    Fix: chest_boat not removing (#4231) ch4ika 2023-11-06 14:38:32 +01:00
  • 561eac2fbd
    Back to snapshot for development Alexander Brandes 2023-11-03 15:06:30 +01:00
  • fdc887850c
    Release 7.2.0 7.2.0 Alexander Brandes 2023-11-03 15:01:50 +01:00
  • e3bfd9b8bf
    Add info about service providers to debugpaste (#4226) Hannes Greule 2023-11-03 14:58:38 +01:00
  • e689337188
    Update dependency me.clip:placeholderapi to v2.11.5 (#4220) renovate[bot] 2023-11-02 21:25:40 +01:00
  • ee6ae6cba0
    Update worldedit to v7.2.17 (#4222) renovate[bot] 2023-11-02 21:25:30 +01:00
  • dc8d7809bd
    Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.0 (#4223) renovate[bot] 2023-11-02 07:55:10 +01:00
  • dcd63ed4d9
    Update fawe to v2.8.1 (#4221) renovate[bot] 2023-11-02 07:55:03 +01:00
  • 3cc770970f
    feat: add configurable border size (#4213) Jordan 2023-10-31 10:51:19 +00:00
  • 1c3776b605
    Delay economy initialization to server load (#4216) Hannes Greule 2023-10-29 10:55:31 +01:00
  • 95c7f621fb
    Fix: including "highestLimit" number (#4218) RedstoneFuture 2023-10-29 10:55:01 +01:00
  • 15b4cbdb0f
    Simplify Plot#getConnectedPlots and share cache between connected plots (#4212) Hannes Greule 2023-10-23 16:38:41 +02:00
  • 812eac18d3
    Label PRs with merge conflicts Alexander Brandes 2023-10-22 12:53:43 +02:00
  • a5c1f1a74b feature: connection pooling & SQL refactoring feature/connection-pooling Alexander Söderberg 2023-10-21 06:24:32 +02:00
  • 16a4ee835c
    chore/fix(:runServer): cache fawe artifact and fix java 21 (#4209) Pierre Maurice Schwang 2023-10-16 19:23:25 +02:00
  • 944e90334a chore/fix: cache fawe artifact and fix java 21 fix/runServerFollowup Pierre Maurice Schwang 2023-10-15 22:47:24 +02:00
  • f41453a412
    Build PRs on JDK 17 and 21 actions-21 Alexander Brandes 2023-10-15 19:43:51 +02:00
  • c013b92e62
    Address deprecated 'Times#of()' in 'PlotPlayer' (#4207) Alexander Brandes 2023-10-15 14:05:04 +02:00
  • 23b371f794 chore: simplify transform type feat/mutablePlotTeleportLocation Pierre Maurice Schwang 2023-10-14 21:28:57 +02:00
  • b00a46b286
    chore: remove poorly implemented /ps debug loadedchunks command (#4180) Jordan 2023-10-10 11:06:22 +01:00
  • 44b1127181
    Back to snapshot for development Alexander Brandes 2023-10-09 17:14:17 +02:00
  • c7bfd48a21
    Release 7.1.0 7.1.0 Alexander Brandes 2023-10-09 17:03:09 +02:00
  • dc13783db8
    chore: mitigate possible future sqlite driver problems (#4200) Pierre Maurice Schwang 2023-10-09 16:55:09 +02:00
  • b0823306a9
    Merge branch 'main' into chore/sqlite3.43-mitigate chore/sqlite3.43-mitigate Alexander Brandes 2023-10-08 21:41:29 +02:00
  • 0a390ab342
    Update dependency gradle to v8.4 (#4202) renovate[bot] 2023-10-07 21:08:28 +02:00
  • d111740f64
    Updater checkerqual Alexander Brandes 2023-10-07 20:48:53 +02:00
  • 28e97e8441
    Replace deprecated ageable with breedable (#4193) Phillipp Glanz 2023-10-07 20:15:26 +02:00
  • a30cdb37d6
    fix: load flags after we is initialised (#4186) Jordan 2023-10-07 19:14:54 +01:00
  • 830503d2ab
    Merge branch 'main' into chore/sqlite3.43-mitigate Alexander Brandes 2023-10-07 20:14:30 +02:00
  • f848162066
    Default to latest version of informative-annotations (#4199) Alexander Brandes 2023-10-07 20:14:10 +02:00
  • ab246cd304 chore/feat: log driver version on error Pierre Maurice Schwang 2023-10-06 13:26:33 +02:00
  • 2ffec0a3a5
    Merge branch 'main' into chore/sqlite3.43-mitigate Pierre Maurice Schwang 2023-10-06 12:58:21 +02:00
  • c91983c3a8 chore: mitigate possible future sqlite driver problems Pierre Maurice Schwang 2023-10-06 12:55:00 +02:00
  • 90598938dd
    Update Core/build.gradle.kts ammend-40c70aa98d73b6975ce8b05a4c88fd76c81bed33 Alexander Brandes 2023-10-06 10:06:13 +02:00
  • bb4bde5211
    Default to latest version of informative-annotations Alexander Brandes 2023-10-05 21:33:14 +02:00
  • 40c70aa98d
    Replace javadoc.io with javadocs.dev Alexander Brandes 2023-10-05 20:48:49 +02:00
  • 0d2b36bac8
    Fix: No response to errors in plot user group modifications (#4197) Pierre Maurice Schwang 2023-10-05 15:54:11 +02:00
  • d7e5bcdaa5
    Update publishing profile Alexander Brandes 2023-10-04 13:45:11 +02:00
  • fc783574a3
    Migrate 'EntityUtil#capNumeral' to an enhanced switch (#4195) Alexander Brandes 2023-10-04 11:34:50 +02:00
  • 5b060be682 chore: set since for deprecation annotations fix/playerComponents Pierre Maurice Schwang 2023-10-04 11:27:19 +02:00
  • 5f7bb784f0
    feat: add concrete-harden flag (#4184) Jordan 2023-10-04 09:41:47 +01:00
  • 9d2c632ca8 chore/feat: migrate to LocationTransformer to resolve unnecessary chunk loads Pierre Maurice Schwang 2023-10-03 16:12:10 +02:00