Commit Graph

1497 Commits

Author SHA1 Message Date
Ben Woo
433160f187
fix: Java 11 compatibility with instanceof pattern 2023-03-24 14:12:26 +08:00
Ben Woo
e3e3c039c3
feat: Fully implement config command 2023-03-24 13:00:29 +08:00
Ben Woo
d321851f0d
fix: Donation and migration of various node path 2023-03-24 00:14:16 +08:00
Ben Woo
7759a37b4e
feat: Implement config names and basic config command 2023-03-23 23:59:19 +08:00
Ben Woo
f1a9d3a723
Merge remote-tracking branch 'origin/MV5' into revamp-config 2023-03-22 22:53:50 +08:00
Ben Woo
9ae2cddfda
refactor: Flip boolean for custom portal search config 2023-03-22 22:53:16 +08:00
Ben Woo
6cc169cb55
feat: Fully replace with new config api 2023-03-22 22:48:24 +08:00
Ben Woo
783038ffb4
feat: Implement get/set methods from previous MVConfig class 2023-03-18 23:27:57 +08:00
Ben Woo
db0e9f3142
feat: Implement migration from old mv config.yml 2023-03-18 23:09:10 +08:00
Zax71
95c3b034ec
feat: Add PlaceholderAPI Support (#2888)
* feat:Add PlaceholderAPI Support

Signed-off-by: zax71 <zabax32@gmail.com>

* Implement requested changes

Signed-off-by: zax71 <zabax32@gmail.com>

* Add separate world functionality and half-baked i18n support.

Signed-off-by: zax71 <zabax32@gmail.com>

* refactor: Simplify papi world parsing

* Fix spelling and remove unused i18n.

Signed-off-by: zax71 <zabax32@gmail.com>

* chore: Add warnings

* chore: Remove unused imports

* chore: Setup papi before log enable message

---------

Signed-off-by: zax71 <zabax32@gmail.com>
Co-authored-by: Ben Woo <30431861+benwoo1110@users.noreply.github.com>
2023-03-16 20:18:36 +08:00
Ben Woo
9ce648d06a
refactor: Version migrator code 2023-03-16 11:18:31 +08:00
Ben Woo
c76652f0a2
feat: Test out new commentedconfiguration 2023-03-07 23:33:35 +08:00
Ben Woo
e314539847
dep: Bump CommentedConfiguration to 1.0.1 2023-03-07 23:32:09 +08:00
Ben Woo
84730e0fcd
Merge branch 'main' into MV5 2023-03-06 19:43:46 +08:00
Ben Woo
9dba558ffd
Merge pull request #2884 from Lildirt/ld/command-i18n
i18n for strings directly in commands
2023-03-06 16:45:40 +08:00
Lildirt
1f1c8240d9 i18n: move RootCommand further down 2023-03-05 13:00:31 -05:00
Lildirt
eaa8b1ee56 i18n: last bit of colorizing 2023-03-03 12:23:50 -05:00
Lildirt
10c910f00f i18n: fix prompt message mappings 2023-03-03 12:23:43 -05:00
Lildirt
3bd6712f0e i18n: Move mv-core.debug 2023-03-03 12:23:36 -05:00
Lildirt
6a5e8d2522 i18n: Register root command 2023-03-03 12:23:11 -05:00
Lildirt
1dadaa1a73 i18n: use error message levels 2023-03-03 12:23:11 -05:00
Lildirt
ef3a50f32b i18n: section out the string file with comments 2023-03-03 12:22:58 -05:00
Lildirt
ac31a66a45 i18n: Preserve original string colorization. 2023-03-03 12:22:58 -05:00
Lildirt
992ce7cff5 i18n: more sections & missing confirm description 2023-03-03 12:22:58 -05:00
Lildirt
fd237243a4 i18n: Usage command 2023-03-03 12:22:58 -05:00
Lildirt
0512fa1820 i18n: Unload command 2023-03-03 12:22:58 -05:00
Lildirt
a9896df2a7 i18n: Teleport command 2023-03-03 12:22:58 -05:00
Lildirt
216adf5fa9 i18n: MV Root command 2023-03-03 12:22:58 -05:00
Lildirt
12f6ceb622 i18n: Remove command 2023-03-03 12:22:58 -05:00
Lildirt
ca0f6febb5 i18n: Reload command 2023-03-03 12:22:58 -05:00
Lildirt
3e468dba4d i18n: Regen command 2023-03-03 12:22:58 -05:00
Lildirt
8b450910ba i18n: Load command 2023-03-03 12:22:58 -05:00
Lildirt
38002261b7 i18n: Import command 2023-03-03 12:22:58 -05:00
Lildirt
9e5fb2cf4b i18n: Gamerule command 2023-03-03 12:22:58 -05:00
Lildirt
fa0e9f4268 i18n: Delete command 2023-03-03 12:22:58 -05:00
Lildirt
5e4e925bb1 i18n: Clone command 2023-03-03 12:21:19 -05:00
Lildirt
c9bb6180bd i18n: Check command 2023-03-03 12:21:14 -05:00
Jeremy Wood
8a69d6ad43
Merge pull request #2883 from Multiverse/artifact_pr_build
build: Add artifacting of PR build
2023-03-03 11:30:37 -05:00
Ben Woo
3b44ea218d
build: Fix PR build number 2023-03-03 23:28:55 +08:00
Ben Woo
68c97f7ae6
build: Add artifacting of PR build 2023-03-03 23:21:36 +08:00
Ben Woo
3f6c3047d8
fix: Restore locales setup method (#2881) 2023-03-03 22:23:39 +08:00
Jeremy Wood
e4fd23709f
Merge pull request #2882 from Multiverse/dumptruckman/fix_mock_bukkit
Downgrade MockBukkit to 2.141.0.
2023-03-03 08:29:57 -05:00
Jeremy Wood
a255f55b6f
Downgrade MockBukkit to 2.141.0. 2023-03-03 08:27:12 -05:00
Jeremy Wood
e0e2a0f0c2
Merge pull request #2879 from Multiverse/dumptruckman/new_tests
Add new test module using Kotlin and JUnit 5.
2023-03-02 08:56:39 -05:00
Jeremy Wood
a4e84ad581
Use ServerMock instead of Server. 2023-03-02 08:36:43 -05:00
Jeremy Wood
65cb3f7037
Put test method after tearDown. 2023-03-02 08:35:52 -05:00
Jeremy Wood
fc7509cca6
Use a better test method name. 2023-03-02 08:35:30 -05:00
Jeremy Wood
eebb4a4a6d
Implement initial test using MockBukkit. 2023-03-02 02:22:47 -05:00
Jeremy Wood
698d1c7954
Switch to JUnit 5 for new tests. 2023-03-02 02:10:36 -05:00
Jeremy Wood
ed73fd059e
Add Kotlin dependency for tests only. 2023-03-02 02:07:38 -05:00