Commit Graph

5468 Commits

Author SHA1 Message Date
8e5e33eec2 Fix #3127 2021-09-07 14:02:48 +01:00
da3fb1abec Closes #3236 2021-09-07 13:52:47 +02:00
62d6b21081 [ci skip] Closes #3232 Closes #3233 2021-09-06 15:04:07 +02:00
4caaead7ee Renovate
Closes #3217
Closes #3226
Closes #3227
Closes #3229
Closes #3230
2021-09-06 13:47:40 +02:00
be38086f6c Update Fawe 2021-09-05 00:13:32 +02:00
c18b0f943c Switch deployment to the central repository 2021-09-04 13:58:16 +02:00
f036980dc5 Disband wilderness permission pack 2021-09-03 20:01:37 +02:00
0e4f54e9c0 Bump (FA)WE versions 2021-08-29 10:56:57 +01:00
7a3d5bd737 Don't trigger async catcher when adding chunk ticket
- Apparently PaperLib#getChunkAtAsync#whenComplete doesn't necessarily run the task on the main thread
2021-08-25 15:24:07 +01:00
2ab1973668 Handle administrative overrides sanely 2021-08-25 11:49:54 +02:00
387c6e79ba Return after invalid plot size 2021-08-25 11:10:02 +02:00
e3e00d34ef Improve error message claiming plots with ids 2021-08-25 01:36:19 +02:00
40e651188e Improve javadoc linking 2021-08-24 15:34:21 +02:00
b2915d9bd7 add license... 2021-08-23 10:11:43 +02:00
6ec136a03d Make sure lock is free'd even on error (fixes #3116) 2021-08-23 10:05:38 +02:00
a8fc6662e0 Allow visit to work when players are not the owner of the base plot 2021-08-22 16:26:49 +01:00
fb8e749411 Still allow serialisation of PlotTitle flag 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) 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.
2021-08-22 15:54:05 +01:00
daa8ffc38f 6.0.10 2021-08-19 20:51:51 +02:00
34f0236e9f Add option to "update" blocks that are altered in P2 queues. (#3200) 2021-08-19 20:30:38 +02:00
8f0ae7e51d Clean up chunk coordinators and queue coordinators (#3208) 2021-08-19 12:31:47 +01:00
2988ad6b11 Address style violations 2021-08-18 11:58:18 +02:00
252d6a2866 Fix nms chunk reference 2021-08-17 22:43:58 +01:00
b8c9ae2b0b Bump FAWE version 2021-08-17 22:43:47 +01:00
bfe2dda5b1 Closes #3212 2021-08-17 16:38:24 +02:00
33a79595af Add TitleFlag (#3202) 2021-08-16 09:02:58 +00:00
eb2848e5d7 Fix bad method names etc for chunk/world listener 2021-08-15 13:58:56 +01:00
da4ae9f4f5 Slightly change how flag permissions are handled (#3201) 2021-08-14 13:13:01 +00:00
b841a7c03b Fix javadoc linking of deprecated methods 2021-08-11 17:58:24 +02:00
4ee5e3d134 Invert toggle messages where the toggle disables rather than enables 2021-08-08 16:51:21 +01:00
0e05935ad4 Fix #3166 2021-08-08 14:06:59 +01:00
78a775530a Merge branch 'v6' of github.com:IntellectualSites/PlotSquared into v6 2021-08-08 12:36:23 +01:00
dd36036334 Allow players to /plot home from non-plot-areas if per-world-teleport is enabled 2021-08-08 12:36:08 +01:00
3b2a04e4db Fix/v6/click event actions (#3178)
Co-authored-by: NotMyFault <mc.cache@web.de>
Co-authored-by: dordsor21 <dordsor21@gmail.com>
2021-08-08 11:28:43 +00:00
5ab8d50b86 Don't keep PlotFlagUpdateHandlers forever
This allows Plots, FlagContainers and its PlotFlagUpdateHandlers being cleaned up by the GC correctly
2021-08-08 12:18:25 +01:00
391476ba26 6.0.9 2021-08-05 14:08:41 +02:00
25a69f4ca0 Escalate null entries in the db to the warn level 2021-08-04 23:09:38 +02:00
c8c946cc10 Fix /p kick msg (#3186)
* Negate mob-place flag debug message

* fixed a little typo :)

* Added check for dragon egg teleportation event
https://github.com/IntellectualSites/PlotSquared/issues/3074

* Basic dragon egg interact bugfix (Left-click interaction)

* Lifted admin if-condition out of roads (out-of-plot) only block (for animals)

* Fix https://github.com/IntellectualSites/PlotSquared/issues/3185
/p kick missing permission feedback format fix

* remove unnecessary import

Co-authored-by: NotMyFault <mc.cache@web.de>
2021-08-04 20:59:19 +02:00
a405611b3a Fix emptying buckets in plot border (#3192)
* Fix emptying buckets in plot border

* Note on 1.13 compatibility for bucket-empty event

Co-authored-by: NotMyFault <mc.cache@web.de>
2021-08-03 21:03:53 +00:00
fd4cec39c4 Fix sponge absorbing water across plot borders (#3191)
* Fix sponge absorbing water across plot borders

* Shorten for-loops by using removeIf

* Use 'Location' instead of 'var'

Co-authored-by: NotMyFault <mc.cache@web.de>
2021-08-03 19:07:02 +00:00
e7fa057abe Detach shoulder entities from natural mob spawning 2021-08-03 10:20:59 +02:00
a86c06bb81 Update a few dependencies 2021-08-01 20:10:06 +02:00
9afaead81c Move to security advisory 2021-07-31 18:15:53 +02:00
6e7bd0a536 Left over from 89e17bb468 2021-07-31 10:43:11 +02:00
89e17bb468 Properly handle economy initialization (fixes #3189) 2021-07-30 20:29:12 +02:00
8fc9e0b13f Be a bit more helpful with deleted plotworlds and invalid db entries 2021-07-28 22:23:55 +02:00
6ad51bba65 Hot-fix for IntellectualSites#3179 (#3188)
Authored by @SirYwell ty!
2021-07-28 12:42:20 +02:00
9d396fa91f Fixes #3184 2021-07-27 15:04:22 +02:00
a8c3ac6cee Fixes #3181 2021-07-26 22:19:17 +02:00