Jeremy Wood
|
7a8bd674d2
|
Fix more checkstyle issues in WorldManager.
|
2023-09-09 10:23:13 -04:00 |
|
Ben Woo
|
ac3666cf7c
|
Merge pull request #3003 from Multiverse/ben/mv5/world-revamp-codestyle
Loosen up some codestyle
|
2023-09-09 22:21:45 +08:00 |
|
Jeremy Wood
|
f5dc049b35
|
Loosen ClassFanOutComplexity check.
|
2023-09-09 10:14:59 -04:00 |
|
Jeremy Wood
|
ffb578039f
|
Try github-pr-review reporter for checkstyle workflow.
|
2023-09-09 10:02:10 -04:00 |
|
Jeremy Wood
|
654c12b627
|
Make checkstyle concessions.
|
2023-09-09 09:59:00 -04:00 |
|
Ben Woo
|
c71bdd83d6
|
Merge pull request #2997 from Multiverse/better-flag-handling
Better flag handling
|
2023-09-09 20:05:21 +08:00 |
|
Ben Woo
|
b70960d39c
|
Add javadocs to new command flag methods
|
2023-09-09 20:02:50 +08:00 |
|
Ben Woo
|
2f65bf4597
|
Merge pull request #2992 from zax71/MV5-gamerules-command
Implement `/mv gamerules` command
|
2023-09-09 19:54:21 +08:00 |
|
Zax71
|
ee4a8c8ec9
|
Fix (some) of the checkstyle violations
|
2023-09-09 12:27:44 +01:00 |
|
Zax71
|
48ff8d8bd1
|
Switch to ContentDisplay API
|
2023-09-09 12:16:48 +01:00 |
|
Ben Woo
|
0f105b1777
|
pain: Add docs to the new world related classes
|
2023-09-09 13:46:32 +08:00 |
|
Ben Woo
|
4cbe2eaca9
|
Loosen up some codestyle
|
2023-09-09 12:32:37 +08:00 |
|
Ben Woo
|
8e95c22c4d
|
Refactor and fix some world manager code style
|
2023-09-09 12:31:43 +08:00 |
|
Ben Woo
|
5c7c9ba465
|
Improve world config management with parsing of new and removed worlds on reload
|
2023-09-09 00:41:36 +08:00 |
|
Ben Woo
|
b4617c1c1f
|
Eradicate all reference of offline world
|
2023-09-08 23:41:26 +08:00 |
|
Ben Woo
|
f0d2499dd2
|
Refactor multiverse world class and getters naming
|
2023-09-08 23:19:43 +08:00 |
|
Ben Woo
|
17f2f58c1d
|
Fix clone command newworld replacement id
|
2023-09-08 23:10:47 +08:00 |
|
Ben Woo
|
27ff3b7a7b
|
Merge pull request #3001 from Multiverse/dtm/mv5/world-revamp-continue-patch
Apply basic checkstyle fixes.
|
2023-09-08 22:43:14 +08:00 |
|
Jeremy Wood
|
8f439abd1b
|
Merge remote-tracking branch 'origin/world-revamp-continue' into dtm/mv5/world-revamp-continue-patch
# Conflicts:
# src/main/java/com/onarandombox/MultiverseCore/worldnew/WorldManager.java
|
2023-09-08 09:13:41 -04:00 |
|
Jeremy Wood
|
035005bac3
|
Apply basic checkstyle fixes to DataStore.
|
2023-09-08 09:08:30 -04:00 |
|
Jeremy Wood
|
324328f254
|
Apply basic checkstyle fixes to WorldConfigManager.
|
2023-09-08 09:07:46 -04:00 |
|
Jeremy Wood
|
7582a84cc6
|
Apply basic checkstyle fixes to WorldConfigNodes.
|
2023-09-08 09:07:21 -04:00 |
|
Ben Woo
|
cadb931d4c
|
Fix adjust spawn not applying
|
2023-09-08 21:05:57 +08:00 |
|
Jeremy Wood
|
93d23115ff
|
Apply basic checkstyle fixes to WorldConfig.
|
2023-09-08 09:04:23 -04:00 |
|
Jeremy Wood
|
58d37e93ee
|
Apply basic checkstyle fixes to NullLocation.
|
2023-09-08 09:03:10 -04:00 |
|
Jeremy Wood
|
11edd8e631
|
Apply basic checkstyle fixes to WorldPurger.
|
2023-09-08 09:02:17 -04:00 |
|
Jeremy Wood
|
caba4100a3
|
Apply basic checkstyle fixes to OfflineWorld.
|
2023-09-08 08:59:36 -04:00 |
|
Jeremy Wood
|
7726cf3485
|
Apply basic checkstyle fixes to MVWorld.
|
2023-09-08 08:58:43 -04:00 |
|
Jeremy Wood
|
1ca6b20755
|
Apply basic checkstyle fixes to WorldManager.
|
2023-09-08 08:52:35 -04:00 |
|
Ben Woo
|
9c703ff329
|
Fix clone world ignore file
|
2023-09-08 19:51:08 +08:00 |
|
Ben Woo
|
0513865f43
|
Use Try<Void> for config loading and saving
|
2023-09-08 19:43:04 +08:00 |
|
Ben Woo
|
f1ee2ee227
|
Merge branch 'MV5' into world-revamp-continue
|
2023-09-08 15:50:59 +08:00 |
|
Jeremy Wood
|
4f987da090
|
Merge remote-tracking branch 'origin/main' into MV5
|
2023-09-08 01:43:37 -04:00 |
|
Jeremy Wood
|
17129f68d2
|
Merge pull request #3000 from Multiverse/dtm/checkstyle/fix_lparen
Fix lparen issues in checkstyle.
|
2023-09-08 01:43:03 -04:00 |
|
Jeremy Wood
|
e00b06692f
|
Remove LPAREN from SeparatorWrap check.
|
2023-09-08 01:42:21 -04:00 |
|
Jeremy Wood
|
c4063ed5e7
|
Merge pull request #2999 from Multiverse/dtm/mv5/merge_main
Merge main into MV5.
|
2023-09-08 01:26:46 -04:00 |
|
Jeremy Wood
|
25a5013a6c
|
Merge remote-tracking branch 'origin/main' into dtm/mv5/merge_main
|
2023-09-08 01:22:29 -04:00 |
|
Jeremy Wood
|
a2339fac2f
|
Merge pull request #2998 from Multiverse/dtm/checkstyle/fix_checkstyle
Soften up checkstyle significantly.
|
2023-09-08 01:21:33 -04:00 |
|
Jeremy Wood
|
227cddab7c
|
Soften up checkstyle significantly.
|
2023-09-08 01:19:06 -04:00 |
|
Ben Woo
|
f9c6c441e1
|
Add back /mvtp shorthand command
|
2023-09-07 23:54:51 +08:00 |
|
Ben Woo
|
3cdf9736ec
|
Refactor a better method of registering and using command flags
|
2023-09-07 23:31:54 +08:00 |
|
Ben Woo
|
89c6eb41cb
|
Refactor clone world into multiple smaller methods
|
2023-09-07 22:53:53 +08:00 |
|
Ben Woo
|
7ab8f219dd
|
Better copy folder implementation with try
|
2023-09-07 22:05:45 +08:00 |
|
Ben Woo
|
6ebcd40a50
|
Implement remaining locales for clone and regen
|
2023-09-07 12:20:28 +08:00 |
|
Ben Woo
|
6427881c98
|
Finish up clone command
|
2023-09-07 12:07:01 +08:00 |
|
Ben Woo
|
3ef72a993a
|
Implement configurable transfer of data during regen
|
2023-09-07 11:50:30 +08:00 |
|
Ben Woo
|
9cb8724db2
|
Finish up regen world
|
2023-09-07 11:38:29 +08:00 |
|
Ben Woo
|
a0fa27f926
|
Merge branch 'MV5' into world-revamp-continue
|
2023-09-07 10:30:35 +08:00 |
|
Ben Woo
|
0b7f3246a1
|
Remove GHA test checkstyle args
|
2023-09-07 10:30:11 +08:00 |
|
Ben Woo
|
7060e60ddd
|
Merge branch 'MV5' into world-revamp-continue
|
2023-09-07 10:25:44 +08:00 |
|