Commit Graph

2059 Commits

Author SHA1 Message Date
cee0bbb805 Revert target usage 2020-08-20 23:29:51 +02:00
77eb75fcc6 Adapt adventure changes 2020-08-20 23:28:42 +02:00
55211907f2 Use command descriptions from translations 2020-08-20 23:16:15 +02:00
e1e7cd1479 Add missing license headers 2020-08-20 17:11:12 +02:00
2d3c729215 Extract plot modifications to external class 2020-08-20 17:10:50 +02:00
f391cfd432 Extract comment logic from the plot class 2020-08-20 16:03:06 +02:00
352136f0c6 Cleanup logging system 2020-08-18 15:50:28 +02:00
b6e7f90f6a Fix logger.info format 2020-08-18 15:34:43 +02:00
86cfeb76b6 More json stuff 2020-08-18 12:22:26 +02:00
d91357a807 Update messages_en.json 2020-08-18 10:59:44 +02:00
3c8d7a808b Prefix changes and others 2020-08-17 23:21:18 +02:00
d6a80c7ea5 More json stuff, fixes and enhancements 2020-08-17 22:26:01 +02:00
05a15ac689 Fix a few typos and spaces 2020-08-17 19:39:43 +02:00
580cc359e5 fabb9b6fd7 (r41530745) 2020-08-17 18:56:27 +02:00
630284e7ae More json fixes 2020-08-17 18:42:42 +02:00
cc562033e7 Fix console requirement 2020-08-17 18:29:51 +02:00
fabb9b6fd7 More json stuff 2020-08-17 18:15:29 +02:00
aacf15757f Use less confusing variable name 2020-08-17 15:32:17 +02:00
4789327378 Encapsulate fields 2020-08-17 15:17:40 +02:00
c6a368d6f2 More json fixes 2020-08-17 13:24:15 +02:00
869a579655 Bump annotations from 19.0.0 to 20.0.0
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 19.0.0 to 20.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/19.0.0...20.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 09:08:30 +00:00
7cd1e8ea76 Fix command registration 2020-08-17 04:39:59 +02:00
351ae1b2c7 Synchronize auto queries 2020-08-17 01:27:45 +02:00
457f3e25cc resolve rebase issue 2020-08-17 01:10:46 +02:00
41c670450b Remove PlotFilter 2020-08-17 01:10:46 +02:00
f636db49f7 Remove SetupObject 2020-08-17 01:10:46 +02:00
505bba7612 Fix recursive call 2020-08-17 00:53:39 +02:00
9b086b3f2a Insert missing keys into message files 2020-08-17 00:29:53 +02:00
f9d7d2d1dd Fix clickable messages 2020-08-16 19:43:27 +02:00
e9efa3f2d3 Fix some translation issues 2020-08-16 18:24:54 +02:00
665a72a08f Fill out a lot more JavaDoc.
I've left DB stuff alone
2020-08-16 13:22:49 +01:00
a4c9ed90b7 Fix startup issues and make messages send properly 2020-08-16 13:49:16 +02:00
12def37194 clean up some javadoc stuff 2020-08-16 11:34:08 +01:00
ed2302e545 Remove illegal import 2020-08-16 12:10:19 +02:00
618adb913d Update license and remove dead module entries 2020-08-15 19:17:29 +02:00
4a220f9bfb Update license header 2020-08-15 14:59:29 +02:00
300abd868a Merge pull request from IntellectualSites/fix-conversion
Fix problem with config creation
2020-08-14 18:36:57 +02:00
87f0b1fc97 Add service system and rewrite Auto to use the service system 2020-08-14 17:24:34 +02:00
5b27b652e7 Fix color tag 2020-08-14 12:52:00 +02:00
5e20c871a5 Fix metrics setting 2020-08-14 11:36:17 +02:00
56fb892818 Fix brackets 2020-08-14 00:37:06 +02:00
7f104c249a Permission cleanup
- Removed plotme perms
- Fixed incorrect permission for "/plot flag remove"
- Fixed incorrect administrative unlink node
- Removed compat alias from "/plot set alias" command

I've documented all removed permission packages and fixed permissions in detail on the v6 page. So it's easy to go-by when updating.
2020-08-13 23:32:13 +02:00
0eeface374 Remove old translations 2020-08-13 21:37:28 +02:00
ffe1e1e40d Core is Core 2020-08-13 21:25:17 +02:00
5efdef19cf Remove dead asset setting 2020-08-13 21:16:30 +02:00
c9fae6a070 Remove old translation setup and move commands to templates 2020-08-13 21:11:07 +02:00
2b17f730d4 Merge v5 into v6 2020-08-12 18:20:37 +02:00
64181c6ab8 Update de-DE.yml
adjusted grammar
2020-08-11 19:29:40 +02:00
987d9a267c added german translation for flag-descriptions to de-DE.yml 2020-08-09 13:05:40 +02:00
b46a19f5ca Keep player names, so they don't have to be looked up again.
That way the lookup function MainUtil#getName won't get called which would throw an exception if called in the Bukkit Thread.
As the player enters the Name, we don't have to look it up again.

Fixes PS-96
2020-08-08 18:07:49 +02:00