Commit Graph

1937 Commits

Author SHA1 Message Date
b022a97196 fix: Flag list parsing for console players ()
Instead of recreating the logic, we can simply reuse what we created above and string-ify that for parsing.
2021-10-18 20:20:52 +02:00
cb596ee6ea Fix StackOverFlow 2021-10-18 17:27:51 +01:00
4e391136c0 Add and Trust permission now count correctly () 2021-10-15 11:28:23 +01:00
6528c60f4d fix: Fix greeting & farewell captions not being used ()
* fix: Fix greeting & farewell captions not being used

Fixes 

* feat: Allow alias in greeting & farewell flag
2021-10-07 08:10:00 +00:00
7ee46be2ac feat: Allow plot alias in title ()
Fixes 
2021-10-07 08:07:13 +00:00
21727ebfc7 build: Overhaul build & deployment workflow ()
* Fixes 

* build: Overhaul build & deployment workflow

- Move to release drafter
- Replace publishing with gradle nexus
- Conventional commits are handy
- Determine build status in gh actions before deploying
2021-10-04 15:28:47 +02:00
e322ee85fd feat: Respect non-visible players in tab completion (Closes ) ()
* Respect non-visible players in tab completion (Closes )

* Deprecate old Tab-Complete methods instead of hard-replacing them

* wtf git

* Mark for removal, useless new-lines

* Pass ConsolePlayer.getConsole() instead of Nullable param
2021-10-03 14:32:02 +02:00
541255fe7e ListFlag#merge should not allow duplicates (Fixes ) () 2021-10-03 14:31:57 +02:00
4f12dcf966 Return base plot when using alias () 2021-09-25 15:58:31 +02:00
bb5d6c91da Update Fawe version 2021-09-20 16:21:18 +02:00
c37b13dcb3 Fix bad move to adventure 2021-09-18 21:54:22 +01:00
b2b8598b5b Fix 2021-09-15 13:19:25 +01:00
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
4568b17c54 Fix issues with chunk saving in single world plots 2021-09-10 14:05:12 +01:00
d77a8c8fa4 Some improvements to events ()
 
2021-09-09 21:37:44 +02:00
27a8fcd739 Plot location may be final 2021-09-09 12:36:09 +02:00
c25a0c65a2 Don't check same plot over and over again 2021-09-08 18:37:45 +02:00
b224a8d1b8 Include world in plot chat & spy template 2021-09-07 16:36:08 +02:00
87d134215f Fix placeholder if world already exists. 2021-09-07 16:20:45 +02:00
93e280dba4 Remove unneeded commented out code 2021-09-07 15:08:00 +01:00
732f79bbfc Fix 2021-09-07 14:47:37 +01:00
8e5e33eec2 Fix 2021-09-07 14:02:48 +01: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 ) 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
34f0236e9f Add option to "update" blocks that are altered in P2 queues. () 2021-08-19 20:30:38 +02:00
8f0ae7e51d Clean up chunk coordinators and queue coordinators () 2021-08-19 12:31:47 +01:00
2988ad6b11 Address style violations 2021-08-18 11:58:18 +02:00
bfe2dda5b1 Closes 2021-08-17 16:38:24 +02:00
33a79595af Add TitleFlag () 2021-08-16 09:02:58 +00:00
da4ae9f4f5 Slightly change how flag permissions are handled () 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 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 ()
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
25a69f4ca0 Escalate null entries in the db to the warn level 2021-08-04 23:09:38 +02:00
c8c946cc10 Fix /p kick msg ()
* 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
a86c06bb81 Update a few dependencies 2021-08-01 20:10:06 +02:00
6e7bd0a536 Left over from 89e17bb468 2021-07-31 10:43:11 +02:00
8fc9e0b13f Be a bit more helpful with deleted plotworlds and invalid db entries 2021-07-28 22:23:55 +02:00
9d396fa91f Fixes 2021-07-27 15:04:22 +02:00
a8c3ac6cee Fixes 2021-07-26 22:19:17 +02:00