Commit Graph

3429 Commits

Author SHA1 Message Date
Aurélien
253187a6d2
Version 1.0 of French Translation.
This translation has been done by adapting the syntax to French language, so, the word order is sometimes different, it's "normal" that translations don't mean anything. Although I have worked for several weeks to adap to French as better as possible, it's possible that there are some mistakes made by me and I apologize for them. If that is the case, I'll correct them as soon as possible. Have a good time :)
2019-04-25 00:08:34 +02:00
Rsl1122
bbb1152cd5 [#1012] Removed ServerProperties#getServerId 2019-04-24 22:16:04 +03:00
Risto Lahtela
1b994a3575
Update versions.txt 2019-04-23 20:00:39 +03:00
Rsl1122
23485310d1 Fixed wrong webserver address in db after enable 2019-04-23 19:51:07 +03:00
Rsl1122
24342947e3 Removed IP Hashes from database 2019-04-23 19:15:55 +03:00
Rsl1122
775baf5a00 Fixed enable issues caused by ServerInfo not being enabled 2019-04-23 19:15:18 +03:00
Rsl1122
b642432b1c Default db on Bukkit/Sponge: SQLite -> H2
This will only affect new installs.

Affected issue: #996
2019-04-23 12:53:54 +03:00
Rsl1122
14584065fb [#1009] Reduced reliance on class exist checks:
- Check.is _Platform_ Available() methods were causing issues, and has
  been generally known to cause issues for some time now, so its usage
  was reduced by moving to use Server#isProxy and Server#isNotProxy that
  do not depend on class checks
2019-04-23 12:51:34 +03:00
Rsl1122
44266d06fc Removal of unsatisfied table conditional results
Cleanup of data that requires a conditional, but the conditional has
changed value after storage of the data.
2019-04-23 12:33:31 +03:00
Rsl1122
d2ffee87bd Removal of unsatisfied server conditional results
Cleanup of data that requires a conditional, but the conditional has
changed value after storage of the data.
2019-04-23 12:13:42 +03:00
Rsl1122
35a48b229e Add missing license header 2019-04-23 12:01:58 +03:00
Rsl1122
e3d883b43e Fixed some test concurrency issues due to Processing 2019-04-22 13:15:18 +03:00
Rsl1122
dea1aa3f4f Locale information:
- Added lang code for Japanese and Simplified Chinese (JA & CN)
- Removed untranslated locale files and codes: CZ, GA, NL, NO, PL, PT
- Added a message to enable about the used locale
2019-04-20 12:04:07 +03:00
Rsl1122
eea8294bca Added some missing soft dependencies 2019-04-19 17:27:27 +03:00
Rsl1122
b4356f2a9e Improved CallEvent.SERVER_EXTENSION_REGISTER execution 2019-04-19 17:22:49 +03:00
Rsl1122
f326f7339a Update PluginBridge version 2019-04-19 16:55:48 +03:00
Rsl1122
bc6f856b4e PluginBridge: Removed PluginData that has Extensions 2019-04-19 16:54:13 +03:00
Rsl1122
9ea39af196 Registered RedProtect Extension 2019-04-19 16:46:43 +03:00
Rsl1122
821a44909e Registered Vault Extension 2019-04-19 16:17:21 +03:00
Rsl1122
64e26aa84d Registered NucleusExtension 2019-04-19 16:03:53 +03:00
dependabot[bot]
f172c88321 Bump nucleus-api from 1.9.2-S7.1 to 1.9.3-S7.1 in /PlanPluginBridge
Bumps nucleus-api from 1.9.2-S7.1 to 1.9.3-S7.1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-17 06:16:43 +00:00
Rsl1122
ed52d62133 Registered McMMO Extension 2019-04-15 19:28:43 +03:00
Rsl1122
3a95dad577 Japanese locale by yukieiji 2019-04-15 10:01:08 +03:00
Rsl1122
1e33f4ec64 Chinese locale improvements by qsefthuopq 2019-04-15 10:00:09 +03:00
Rsl1122
42c1c2c7b3 Registered GriefPrevention Sponge extension 2019-04-15 09:42:46 +03:00
Rsl1122
b6cd525acd Registered GriefPreventionPlus extension 2019-04-15 09:23:08 +03:00
Rsl1122
b67517baeb Registered GriefPrevention extension 2019-04-15 09:14:40 +03:00
Rsl1122
cb6c8affa3 Fixed data combining for Extension tabs
- All aggregate data now displayed properly
2019-04-15 08:45:46 +03:00
Rsl1122
0ea9389a9b Registered ASkyBlockExtension 2019-04-14 21:31:22 +03:00
Risto Lahtela
1dcae30d67
[Merge][#638] Plan API 0.0.4, Tables for DataExtensions (#1010) 2019-04-14 10:31:30 +03:00
dependabot[bot]
ded89b9d8c Bump mockito-core from 2.26.0 to 2.27.0 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.26.0...v2.27.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-11 07:14:04 +00:00
dependabot[bot]
a118d14a06 Bump mockito-junit-jupiter from 2.26.0 to 2.27.0 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 2.26.0 to 2.27.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.26.0...v2.27.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-11 06:16:40 +00:00
Rsl1122
473dd7e404 Bump org.sonarqube plugin to v2.7 2019-04-10 11:19:38 +03:00
dependabot[bot]
021c3e19c9 Bump junit-platform-runner from 1.4.1 to 1.4.2 in /Plan
Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 08:57:13 +00:00
dependabot[bot]
aed1c8f356 Bump junit-jupiter-params from 5.4.1 to 5.4.2 in /Plan
Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.4.1...r5.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 08:40:16 +00:00
dependabot[bot]
1f24c554f5 Bump mockito-core from 2.25.1 to 2.26.0 in /Plan
Bumps [mockito-core](https://github.com/mockito/mockito) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.25.1...v2.26.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 08:21:18 +00:00
dependabot[bot]
9ad80b529d Bump dagger-compiler from 2.21 to 2.22.1 in /Plan
Bumps [dagger-compiler](https://github.com/google/dagger) from 2.21 to 2.22.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.21...dagger-2.22.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 08:15:23 +00:00
dependabot[bot]
29a48133bb Bump mockito-junit-jupiter from 2.25.1 to 2.26.0 in /Plan
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v2.25.1...v2.26.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 07:55:23 +00:00
dependabot[bot]
0872a09c6c Bump junit-jupiter-engine from 5.4.1 to 5.4.2 in /Plan
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.4.1...r5.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 07:29:22 +00:00
dependabot[bot]
b44934f962 Bump junit-vintage-engine from 5.4.1 to 5.4.2 in /Plan
Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.4.1...r5.4.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 06:32:59 +00:00
dependabot[bot]
b06eb86dd8 Bump dagger from 2.21 to 2.22.1 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.21 to 2.22.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.21...dagger-2.22.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 06:25:30 +00:00
dependabot[bot]
7fd8706722 Bump dagger from 2.21 to 2.22.1 in /PlanPluginBridge
Bumps [dagger](https://github.com/google/dagger) from 2.21 to 2.22.1.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.21...dagger-2.22.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 06:17:20 +00:00
dependabot[bot]
bd1fcf00ad Bump luckperms-api from 4.3 to 4.4 in /PlanPluginBridge
Bumps [luckperms-api](https://github.com/lucko/LuckPerms) from 4.3 to 4.4.
- [Release notes](https://github.com/lucko/LuckPerms/releases)
- [Commits](https://github.com/lucko/LuckPerms/compare/v4.3...v4.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 06:11:10 +00:00
Rsl1122
e18bf38637 Added a CapabilityService to api module 2019-04-07 13:45:44 +03:00
Risto Lahtela
c25fa693c6
Update CONTRIBUTING.md 2019-04-07 11:03:02 +03:00
Risto Lahtela
d127030616
Update versions.txt 2019-04-07 09:23:06 +03:00
Risto Lahtela
e1b3c3291a
[Merge] Version 4.8.1 (#995) 2019-04-07 09:22:31 +03:00
Rsl1122
af124bc146 Version bump to 4.8.1 2019-04-07 09:11:21 +03:00
Rsl1122
3fd0f635a6 [#994] Player Calendar now shows kill victim names. 2019-04-07 09:08:55 +03:00
Risto Lahtela
05bfea37b0
Update versions.txt 2019-04-06 16:43:00 +03:00