Commit Graph

  • 2ab1973668
    Handle administrative overrides sanely NotMyFault 2021-08-25 11:49:54 +02:00
  • 387c6e79ba
    Return after invalid plot size NotMyFault 2021-08-25 11:10:02 +02:00
  • e3e00d34ef
    Improve error message claiming plots with ids NotMyFault 2021-08-25 01:36:19 +02:00
  • 40e651188e
    Improve javadoc linking NotMyFault 2021-08-24 15:34:21 +02:00
  • b2915d9bd7 add license... SirYwell 2021-08-23 10:11:43 +02:00
  • 6ec136a03d Make sure lock is free'd even on error (fixes #3116) SirYwell 2021-08-23 10:05:38 +02:00
  • a8fc6662e0
    Allow visit to work when players are not the owner of the base plot dordsor21 2021-08-22 16:26:49 +01:00
  • fb8e749411
    Still allow serialisation of PlotTitle flag dordsor21 2021-08-22 15:58:15 +01:00
  • 4b26a7e300
    Allow PlotTitle to have a "null" mode (default plot title flag should be the configured values) dordsor21 2021-08-22 15:55:09 +01:00
  • 8a53b41b52
    Improve ChunkListener class - Add quicker method for getting chunks (not requiring a slow stream done by CB) but comment it out for now because we shouldn't need to do our own GC for loaded chunks; they're "handled much better by minecraft as of 1.14" (not really) meaning the required methods for testing if a chunk is allowed to be unloaded is not present. We instead must now rely on the ChunkUnloadEvent for setting if a chunk should be saved. - Optimise the shouldSave method by not requiring access to injected classes frequently. Location#getPlot methods are not optimised for frequent usage in the same task. dordsor21 2021-08-22 15:54:05 +01:00
  • daa8ffc38f
    6.0.10 NotMyFault 2021-08-19 20:51:51 +02:00
  • 34f0236e9f
    Add option to "update" blocks that are altered in P2 queues. (#3200) dordsor21 2021-08-19 19:30:38 +01:00
  • cb8e466e0f
    Merge branch 'v6' into features/v6/update-queue-edges dordsor21 2021-08-19 12:32:47 +01:00
  • 8f0ae7e51d
    Clean up chunk coordinators and queue coordinators (#3208) Traks 2021-08-19 13:31:47 +02:00
  • cc95c15f0d
    Merge branch 'v6' into features/v6/update-queue-edges NotMyFault 2021-08-18 21:57:20 +02:00
  • d1f55f4a0c
    Merge branch 'v6' into cancel-tasks NotMyFault 2021-08-18 21:57:05 +02:00
  • 2988ad6b11
    Address style violations NotMyFault 2021-08-18 11:58:18 +02:00
  • 252d6a2866
    Fix nms chunk reference dordsor21 2021-08-17 22:43:58 +01:00
  • b8c9ae2b0b
    Bump FAWE version dordsor21 2021-08-17 22:43:47 +01:00
  • f4da5f1a3a
    Merge branch 'v6' into cancel-tasks NotMyFault 2021-08-17 22:20:37 +02:00
  • 096c1ee60a Amend QueueCoordinator enqueue javadoc Traks 2021-08-17 20:08:46 +02:00
  • b30f0c11b6 Let ChunkCoordinator extend Runnable Traks 2021-08-17 20:06:33 +02:00
  • bfe2dda5b1
    Closes #3212 NotMyFault 2021-08-17 16:38:24 +02:00
  • f0adec9802
    Update dependency gradle to v7.2 Renovate Bot 2021-08-17 12:08:14 +00:00
  • 1a1e9500c0
    Merge branch 'v6' into features/v6/update-queue-edges NotMyFault 2021-08-16 21:18:04 +02:00
  • 33a79595af
    Add TitleFlag (#3202) dordsor21 2021-08-16 10:02:58 +01:00
  • 16d7d252d8
    Merge branch 'v6' into features/v6/titleflag dordsor21 2021-08-16 09:59:55 +01:00
  • eb2848e5d7
    Fix bad method names etc for chunk/world listener dordsor21 2021-08-15 13:58:56 +01:00
  • d46d2ea0ad
    Rename to "PlotTitleFlag" dordsor21 2021-08-14 14:35:34 +01:00
  • e66f3e59d8
    Merge branch 'v6' into features/v6/update-queue-edges dordsor21 2021-08-14 14:33:27 +01:00
  • 6ceaf8b907
    Readable formatting dordsor21 2021-08-14 14:33:11 +01:00
  • da4ae9f4f5
    Slightly change how flag permissions are handled (#3201) dordsor21 2021-08-14 14:13:01 +01:00
  • 57d50502a4
    Merge branch 'v6' into features/v6/flag-permission-valued dordsor21 2021-08-14 14:10:09 +01:00
  • 0790f86143 Don't register queue coordinators in global list Traks 2021-08-12 19:48:36 +02:00
  • 0990f518fd Fix chunk coordinator cancellation Traks 2021-08-12 18:40:12 +02:00
  • a1a901a739
    Fix typos fredster33 2021-08-11 16:43:07 -07:00
  • b841a7c03b
    Fix javadoc linking of deprecated methods NotMyFault 2021-08-11 17:58:24 +02:00
  • 52c375f5b9
    Fix license because IntelliJ bad dordsor21 2021-08-08 21:10:29 +01:00
  • 5e67f3a827
    Default to title only without quotations dordsor21 2021-08-08 21:07:02 +01:00
  • fc28581dc7
    Merge branch 'features/v6/flag-permission-valued' into features/v6/titleflag dordsor21 2021-08-08 21:05:28 +01:00
  • ecac3be490
    Switch to faux-record "PlotTitle" instead of array - Shadow doesn't support records yet. dordsor21 2021-08-08 21:05:07 +01:00
  • b69a32f9dd
    Fix style dordsor21 2021-08-08 21:02:08 +01:00
  • cd2c714249
    Remove missed printlns dordsor21 2021-08-08 17:48:33 +01:00
  • 5b20763b45
    Remove another typo dordsor21 2021-08-08 17:28:20 +01:00
  • f685afeb6c
    Fix typo in permission dordsor21 2021-08-08 17:27:46 +01:00
  • 089903ece8
    TitleFlag is not valued dordsor21 2021-08-08 17:25:22 +01:00
  • accdaaf49a
    Merge remote-tracking branch 'origin/features/v6/flag-permission-valued' into features/v6/titleflag dordsor21 2021-08-08 17:23:48 +01:00
  • 0bc580a73e
    Add TitleFlag - Allows players to set custom plot titles - Figured this would be the best implementation..? - /plot flag set "a title" "the subtitle" - Added it to list of flags to be sanitised for clickables just in case... dordsor21 2021-08-08 17:22:37 +01:00
  • 066fe181fb
    Merge branch 'v6' into features/v6/flag-permission-valued NotMyFault 2021-08-08 17:53:22 +02:00
  • 4ee5e3d134
    Invert toggle messages where the toggle disables rather than enables dordsor21 2021-08-08 16:51:21 +01:00
  • 82e20f64e7
    Slightly change how flag permissions are handled - Some flags should not check for a permission "value", mainly string flags - Add a default true method for asking a flag if it requires a "valued" permission - Add "keyed" permissions, where we would only expect certain values from a permission, allowing for the "*" modifer to make sense - Flag permissions without the ".*" make sense to be given to players in the permpack (Fixes #3158) - Fixes #3151 dordsor21 2021-08-08 15:26:10 +01:00
  • 5a9d236070
    Merge branch 'v6' into features/v6/update-queue-edges NotMyFault 2021-08-08 15:14:17 +02:00
  • 0e05935ad4
    Fix #3166 dordsor21 2021-08-08 14:06:59 +01:00
  • 2c205b2d6a
    Add option to "update" blocks that are altered in P2 queues. dordsor21 2021-08-08 13:41:32 +01:00
  • 78a775530a
    Merge branch 'v6' of github.com:IntellectualSites/PlotSquared into v6 dordsor21 2021-08-08 12:36:23 +01:00
  • dd36036334
    Allow players to /plot home from non-plot-areas if per-world-teleport is enabled dordsor21 2021-08-08 12:36:08 +01:00
  • 3b2a04e4db
    Fix/v6/click event actions (#3178) Hannes Greule 2021-08-08 13:28:43 +02:00
  • fdb02e6b7e
    Fix bad merge?? dordsor21 2021-08-08 12:25:40 +01:00
  • f3871f6390
    Merge branch 'v6' into fix/v6/click-event-actions dordsor21 2021-08-08 12:19:34 +01:00
  • 5ab8d50b86 Don't keep PlotFlagUpdateHandlers forever This allows Plots, FlagContainers and its PlotFlagUpdateHandlers being cleaned up by the GC correctly SirYwell 2021-08-06 10:33:38 +02:00
  • c00677b5d4 Don't keep PlotFlagUpdateHandlers forever This allows Plots, FlagContainers and its PlotFlagUpdateHandlers being cleaned up by the GC correctly SirYwell 2021-08-06 10:33:38 +02:00
  • 391476ba26
    6.0.9 NotMyFault 2021-08-05 14:08:41 +02:00
  • 25a69f4ca0
    Escalate null entries in the db to the warn level NotMyFault 2021-08-04 23:09:38 +02:00
  • c8c946cc10
    Fix /p kick msg (#3186) Patrick "IPat" Hein 2021-08-04 20:59:19 +02:00
  • a405611b3a
    Fix emptying buckets in plot border (#3192) Traks 2021-08-03 23:03:53 +02:00
  • 30a4f57c11
    Merge branch 'v6' into bucket-fix NotMyFault 2021-08-03 23:01:23 +02:00
  • 0b537f5d98 Note on 1.13 compatibility for bucket-empty event Traks 2021-08-03 21:33:10 +02:00
  • fd4cec39c4
    Fix sponge absorbing water across plot borders (#3191) Traks 2021-08-03 21:07:02 +02:00
  • 91be111cd3
    Merge branch 'v6' into sponge-fix NotMyFault 2021-08-03 21:03:41 +02:00
  • e7fa057abe
    Detach shoulder entities from natural mob spawning NotMyFault 2021-08-03 10:20:59 +02:00
  • 097e3c3fac Use 'Location' instead of 'var' Traks 2021-08-02 22:27:15 +02:00
  • 646ba3661e Shorten for-loops by using removeIf Traks 2021-08-02 22:24:16 +02:00
  • 4e66b29c95
    Merge branch 'v6' into sponge-fix NotMyFault 2021-08-01 22:36:58 +02:00
  • c0811c217b
    Merge branch 'v6' into bucket-fix NotMyFault 2021-08-01 22:36:21 +02:00
  • a86c06bb81
    Update a few dependencies NotMyFault 2021-08-01 20:10:06 +02:00
  • 9afaead81c
    Move to security advisory NotMyFault 2021-07-31 18:15:53 +02:00
  • 940ee05a67
    Merge branch 'v6' into bucket-fix NotMyFault 2021-07-31 15:21:04 +02:00
  • 22020a0179
    Merge branch 'v6' into sponge-fix NotMyFault 2021-07-31 15:20:39 +02:00
  • 7652b862f1 Fix sponge absorbing water across plot borders Traks 2021-07-31 12:26:14 +02:00
  • 6e7bd0a536
    Left over from 89e17bb468476d2399576090393a79018e22fd0d NotMyFault 2021-07-31 10:43:11 +02:00
  • e930365395 Fix emptying buckets in plot border Traks 2021-07-31 01:38:55 +02:00
  • 89e17bb468 Properly handle economy initialization (fixes #3189) SirYwell 2021-07-30 20:29:12 +02:00
  • 8fc9e0b13f
    Be a bit more helpful with deleted plotworlds and invalid db entries NotMyFault 2021-07-28 22:23:55 +02:00
  • 6ad51bba65
    Hot-fix for IntellectualSites#3179 (#3188) Aurélien 2021-07-28 12:42:20 +02:00
  • 5b77526cd3 Hot-fix for IntellectualSites#3179 Aurelien30000 2021-07-28 12:36:35 +02:00
  • e27d6b8534
    Hot-fix for https://github.com/IntellectualSites/PlotSquared/issues/3179 Aurélien 2021-07-28 12:10:32 +02:00
  • 8033e56ca2
    Merge branch 'v6' into fix/v6/click-event-actions NotMyFault 2021-07-27 21:28:41 +02:00
  • b176aa5ecf Add clarifying docs SirYwell 2021-07-27 21:17:16 +02:00
  • 67f9ef437e remove unnecessary import IPat 2021-07-27 18:17:22 +02:00
  • 3960c2079e Fix https://github.com/IntellectualSites/PlotSquared/issues/3185 /p kick missing permission feedback format fix IPat 2021-07-27 18:13:07 +02:00
  • 2f008fd599 Merge remote-tracking branch 'upstream/v6' into v6 IPat 2021-07-27 17:51:21 +02:00
  • 9d396fa91f
    Fixes #3184 NotMyFault 2021-07-27 15:04:22 +02:00
  • a8c3ac6cee
    Fixes #3181 NotMyFault 2021-07-26 22:19:17 +02:00
  • 9a9365a04d
    Fixes #3180 NotMyFault 2021-07-26 21:23:59 +02:00
  • c00e0d5549 Strip click events when parsing flags SirYwell 2021-07-24 23:18:29 +02:00
  • a6c8ffde33 Add ComponentTransforms SirYwell 2021-07-24 23:15:19 +02:00
  • 56883ebe9a Add StringFlag SirYwell 2021-07-24 23:14:50 +02:00
  • c9b012ea5b
    Leave a note when using deprecated commands NotMyFault 2021-07-24 18:01:26 +02:00
  • 9dd35e87d6
    We're using .editorconfig > code_style.xml NotMyFault 2021-07-23 22:23:49 +02:00
  • 82f0b4194f
    Update Fawe version NotMyFault 2021-07-23 17:36:34 +02:00