Commit Graph

4762 Commits

Author SHA1 Message Date
NotMyFault 5653d0f175
Release 6.1.3 2021-10-18 20:22:13 +02:00
NotMyFault b022a97196
fix: Flag list parsing for console players (#3277)
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
dordsor21 cb596ee6ea
Fix StackOverFlow 2021-10-18 17:27:51 +01:00
Xaver106 4e391136c0
Add and Trust permission now count correctly (#3290) 2021-10-15 11:28:23 +01:00
renovate[bot] a6a0e1d12f
chore: Update dependency org.checkerframework:checker-qual to v3.18.1 (#3283)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-10 00:23:32 +02:00
NotMyFault d2776eed5a
[ci skip] Move to work level templates 2021-10-08 18:09:58 +02:00
NotMyFault 6528c60f4d
fix: Fix greeting & farewell captions not being used (#3272)
* fix: Fix greeting & farewell captions not being used

Fixes #3250

* feat: Allow alias in greeting & farewell flag
2021-10-07 08:10:00 +00:00
NotMyFault 7ee46be2ac
feat: Allow plot alias in title (#3273)
Fixes #3171
2021-10-07 08:07:13 +00:00
renovate[bot] 13bc231091
chore: Update com.fastasyncworldedit to v1.17-343 (#3282)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-05 10:26:42 +02:00
renovate[bot] 55d1a40394
chore: Update plugin shadow to v7.1.0 (#3284)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 20:18:56 +02:00
Pierre Maurice Schwang d70f99b489
fix: Respect tab-complete aliases (Fixes #3266) (#3268)
* Fixes #3250

* ListFlag#merge should not allow duplicates (Fixes #3157) (#3265)

* feat: Respect non-visible players in tab completion (Closes #3263) (#3264)

* Respect non-visible players in tab completion (Closes #3263)

* 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

* Respect tab-complete aliases (Fixes #3266)

* Useless import

Co-authored-by: NotMyFault <mc.cache@web.de>
Co-authored-by: dordsor21 <dordsor21@gmail.com>
2021-10-04 17:10:36 +02:00
renovate[bot] fde9735da2
chore: Update dependency net.kyori:adventure-api to v4.9.2 (#3278)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 17:05:52 +02:00
renovate[bot] 20f0aa3656
chore: Update com.fastasyncworldedit to v1.17-341 (#3275)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 17:05:38 +02:00
renovate[bot] 0b7bf2d26d
chore: Update dependency dev.notmyfault.serverlib:ServerLib to v2.3.1 (#3276)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-04 17:05:24 +02:00
NotMyFault f10e38af63
[ci skip] chore: Improve pr template fields 2021-10-04 15:43:44 +02:00
NotMyFault 21727ebfc7
build: Overhaul build & deployment workflow (#3267)
* Fixes #3250

* 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
Pierre Maurice Schwang e322ee85fd
feat: Respect non-visible players in tab completion (Closes #3263) (#3264)
* Respect non-visible players in tab completion (Closes #3263)

* 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
Pierre Maurice Schwang 541255fe7e
ListFlag#merge should not allow duplicates (Fixes #3157) (#3265) 2021-10-03 14:31:57 +02:00
renovate[bot] 20c2f36f6c
Update com.fastasyncworldedit to v1.17-336 (#3258)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 18:09:46 +02:00
renovate[bot] 744f7a18ae
Update dependency org.junit.jupiter:junit-jupiter to v5.8.1 (#3259)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-29 18:09:35 +02:00
NotMyFault 18eece0b71
[ci skip] chore: Renovate
Closes #3260
2021-09-29 18:09:12 +02:00
Kevin Ludwig 4f12dcf966
Return base plot when using alias (#3253) 2021-09-25 15:58:31 +02:00
NotMyFault ee832528db
[ci skip] Adjust renovate config
Closes #3252
2021-09-21 00:52:25 +02:00
NotMyFault bb5d6c91da
Update Fawe version 2021-09-20 16:21:18 +02:00
dordsor21 6d4adecb32
6.1.3 2021-09-18 23:07:10 +01:00
dordsor21 c37b13dcb3
Fix bad move to adventure 2021-09-18 21:54:22 +01:00
renovate[bot] 086dac2ea4
Update dependency net.kyori:adventure-platform-bukkit to v4.0.0 (#3245)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-16 15:29:17 +02: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
renovate[bot] c8989b3332
Update dependency org.junit.jupiter:junit-jupiter to v5.8.0 (#3244)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-13 10:23:38 +02:00
NotMyFault 9f54472dd6
Relocate annotations properly 2021-09-12 13:56:08 +02:00
NotMyFault 115932c65a
6.1.2 2021-09-11 14:28:08 +02:00
dordsor21 04821f777e
Mappings be obfuscated 2021-09-11 12:19:46 +01:00
dordsor21 cfae804780
6.1.1 2021-09-10 15:01:05 +01:00
dordsor21 4568b17c54
Fix issues with chunk saving in single world plots 2021-09-10 14:05:12 +01:00
NotMyFault 7bc76a3824
Update serverlib 2021-09-09 21:50:11 +02:00
renovate[bot] 4b8180807c
Update dependency com.intellectualsites.http:HTTP4J to v1.3 (#3239)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-09 21:44:23 +02: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 da3fb1abec
Closes #3236 2021-09-07 13:52:47 +02:00
NotMyFault 62d6b21081
[ci skip] Closes #3232 Closes #3233 2021-09-06 15:04:07 +02:00
NotMyFault 4caaead7ee
Renovate
Closes #3217
Closes #3226
Closes #3227
Closes #3229
Closes #3230
2021-09-06 13:47:40 +02:00
NotMyFault be38086f6c
Update Fawe 2021-09-05 00:13:32 +02:00
NotMyFault c18b0f943c
Switch deployment to the central repository 2021-09-04 13:58:16 +02:00