dordsor21
|
c37b13dcb3
|
Fix bad move to adventure
|
2021-09-18 21:54:22 +01:00 |
|
dordsor21
|
b2b8598b5b
|
Fix #3246
|
2021-09-15 13:19:25 +01:00 |
|
NotMyFault
|
61e5d9f1b6
|
Move /p components title to translations file matching other parts of components
- Also component-ify title, this must not be limited to a String.
|
2021-09-15 11:13:03 +02:00 |
|
dordsor21
|
4568b17c54
|
Fix issues with chunk saving in single world plots
|
2021-09-10 14:05:12 +01:00 |
|
dordsor21
|
d77a8c8fa4
|
Some improvements to events (#3238)
#3222 #3072
|
2021-09-09 21:37:44 +02:00 |
|
NotMyFault
|
27a8fcd739
|
Plot location may be final
|
2021-09-09 12:36:09 +02:00 |
|
SirYwell
|
c25a0c65a2
|
Don't check same plot over and over again
|
2021-09-08 18:37:45 +02:00 |
|
NotMyFault
|
b224a8d1b8
|
Include world in plot chat & spy template
|
2021-09-07 16:36:08 +02:00 |
|
NotMyFault
|
87d134215f
|
Fix placeholder if world already exists.
|
2021-09-07 16:20:45 +02:00 |
|
dordsor21
|
93e280dba4
|
Remove unneeded commented out code
|
2021-09-07 15:08:00 +01:00 |
|
dordsor21
|
732f79bbfc
|
Fix #3231
|
2021-09-07 14:47:37 +01:00 |
|
dordsor21
|
8e5e33eec2
|
Fix #3127
|
2021-09-07 14:02:48 +01:00 |
|
NotMyFault
|
387c6e79ba
|
Return after invalid plot size
|
2021-08-25 11:10:02 +02:00 |
|
NotMyFault
|
e3e00d34ef
|
Improve error message claiming plots with ids
|
2021-08-25 01:36:19 +02:00 |
|
NotMyFault
|
40e651188e
|
Improve javadoc linking
|
2021-08-24 15:34:21 +02:00 |
|
SirYwell
|
b2915d9bd7
|
add license...
|
2021-08-23 10:11:43 +02:00 |
|
SirYwell
|
6ec136a03d
|
Make sure lock is free'd even on error (fixes #3116)
|
2021-08-23 10:05:38 +02:00 |
|
dordsor21
|
a8fc6662e0
|
Allow visit to work when players are not the owner of the base plot
|
2021-08-22 16:26:49 +01:00 |
|
dordsor21
|
fb8e749411
|
Still allow serialisation of PlotTitle flag
|
2021-08-22 15:58:15 +01:00 |
|
dordsor21
|
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 |
|
dordsor21
|
34f0236e9f
|
Add option to "update" blocks that are altered in P2 queues. (#3200)
|
2021-08-19 20:30:38 +02:00 |
|
Traks
|
8f0ae7e51d
|
Clean up chunk coordinators and queue coordinators (#3208)
|
2021-08-19 12:31:47 +01:00 |
|
NotMyFault
|
2988ad6b11
|
Address style violations
|
2021-08-18 11:58:18 +02:00 |
|
NotMyFault
|
bfe2dda5b1
|
Closes #3212
|
2021-08-17 16:38:24 +02:00 |
|
dordsor21
|
33a79595af
|
Add TitleFlag (#3202)
|
2021-08-16 09:02:58 +00:00 |
|
dordsor21
|
da4ae9f4f5
|
Slightly change how flag permissions are handled (#3201)
|
2021-08-14 13:13:01 +00:00 |
|
NotMyFault
|
b841a7c03b
|
Fix javadoc linking of deprecated methods
|
2021-08-11 17:58:24 +02:00 |
|
dordsor21
|
4ee5e3d134
|
Invert toggle messages where the toggle disables rather than enables
|
2021-08-08 16:51:21 +01:00 |
|
dordsor21
|
0e05935ad4
|
Fix #3166
|
2021-08-08 14:06:59 +01:00 |
|
dordsor21
|
78a775530a
|
Merge branch 'v6' of github.com:IntellectualSites/PlotSquared into v6
|
2021-08-08 12:36:23 +01:00 |
|
dordsor21
|
dd36036334
|
Allow players to /plot home from non-plot-areas if per-world-teleport is enabled
|
2021-08-08 12:36:08 +01:00 |
|
Hannes Greule
|
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 |
|
SirYwell
|
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 |
|
NotMyFault
|
25a69f4ca0
|
Escalate null entries in the db to the warn level
|
2021-08-04 23:09:38 +02:00 |
|
Patrick "IPat" Hein
|
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 |
|
NotMyFault
|
a86c06bb81
|
Update a few dependencies
|
2021-08-01 20:10:06 +02:00 |
|
NotMyFault
|
6e7bd0a536
|
Left over from 89e17bb468
|
2021-07-31 10:43:11 +02:00 |
|
NotMyFault
|
8fc9e0b13f
|
Be a bit more helpful with deleted plotworlds and invalid db entries
|
2021-07-28 22:23:55 +02:00 |
|
NotMyFault
|
9d396fa91f
|
Fixes #3184
|
2021-07-27 15:04:22 +02:00 |
|
NotMyFault
|
a8c3ac6cee
|
Fixes #3181
|
2021-07-26 22:19:17 +02:00 |
|
NotMyFault
|
9a9365a04d
|
Fixes #3180
|
2021-07-26 21:23:59 +02:00 |
|
NotMyFault
|
c9b012ea5b
|
Leave a note when using deprecated commands
|
2021-07-24 18:01:26 +02:00 |
|
dordsor21
|
3b27b6c850
|
FAWE-Bukkit shouldn't be in core
|
2021-07-23 16:24:30 +01:00 |
|
Traks
|
1e41734826
|
Send usage for '/p v' for too many arguments
|
2021-07-23 15:34:25 +01:00 |
|
Traks
|
a83a79c17e
|
Error message for '/p v' when page out of range
|
2021-07-23 15:34:25 +01:00 |
|
Traks
|
8a77d5a450
|
Fix index out of bounds for '/p h'
|
2021-07-23 15:33:35 +01:00 |
|
dordsor21
|
51ff043af9
|
Prevent users defining their own click events in descriptions/farewells/greetings by default
|
2021-07-22 21:45:51 +01:00 |
|
NotMyFault
|
a0557112a1
|
Handle db command args sanely
|
2021-07-21 15:55:26 +02:00 |
|
NotMyFault
|
6d71e0f8be
|
Fixes 3168
|
2021-07-20 22:21:32 +02:00 |
|
dordsor21
|
31522b6502
|
Check plot ownership/event before handling Direction.ALL
|
2021-07-17 17:51:48 +01:00 |
|