Commit Graph

1389 Commits

Author SHA1 Message Date
benwoo1110
1f87175716 Use new content display system. 2021-03-07 09:43:47 +08:00
benwoo1110
650f2022b9 Rename to CoreFlags 2021-03-05 14:16:08 +08:00
benwoo1110
51c642b71c Remove getAvailableWorldGenerators from wm. 2021-03-05 14:11:24 +08:00
benwoo1110
77faf2bddc Fix gen flag not working. 2021-03-05 14:08:23 +08:00
benwoo1110
826fe08cfc Add documentation to flag classes, 2021-03-05 13:51:52 +08:00
benwoo1110
7a86227a94 Implement flags for version command. 2021-03-05 12:57:48 +08:00
benwoo1110
a6d4e21b85 Remove PlayerWorld. 2021-03-05 12:19:06 +08:00
benwoo1110
55cf19b1d8 Generate improvements througout. 2021-03-05 12:15:34 +08:00
benwoo1110
2fc6f3dc26 Rename commandtools package, 2021-03-05 00:43:10 +08:00
benwoo1110
8f250011b7 Implement new flag suggestion system. 2021-03-05 00:34:26 +08:00
benwoo1110
b8a0729715 Apply new flag system to create, import and regen commands. 2021-03-04 23:18:58 +08:00
benwoo1110
40b260feb5 Fix wrong exception thrown in DummyCommandBlockSender 2021-03-04 22:45:14 +08:00
benwoo1110
b3b8a5ed73 Test implement new flag system. 2021-03-04 22:36:21 +08:00
benwoo1110
03d1b3682d Fix merge conflicts 2021-03-04 19:11:57 +08:00
Ben Woo
7c59dcbcb9
Merge pull request #2494 from benwoo1110/property-fix
Fix cannot remove block currency with mvm set command.
2021-03-04 15:32:34 +08:00
Ben Woo
15cacba7c9
Merge pull request #2573 from Multiverse/java-11
Fix compiling with Java 11+
2021-03-02 09:01:38 +08:00
Ben Woo
adbe88daa6
Merge pull request #2565 from Multiverse/fis-respawn-anchor
Add respawn anchor support.
2021-03-02 00:36:43 +08:00
Kermina Awad
5350c012f7 fix compiling on java 15 2021-02-25 17:48:17 -05:00
benwoo1110
a91f377cf5 Fix compile on java 11. 2021-02-24 16:40:21 +08:00
Ben Woo
c3ae5ac210
Merge pull request #2539 from Multiverse/disable_buscript
Add a Config Option to Disable Buscript
2021-02-24 14:12:35 +08:00
Ben Woo
f4ce740c06
Merge pull request #2568 from Multiverse/fullname-face-direction
Add support for fullname face direction.
2021-02-24 14:09:56 +08:00
Kermina Awad
3ff8d34053 add config option to disable buscript 2021-02-23 14:38:54 -05:00
benwoo1110
f362f09380 Add support for fullname face direction.
So we can do `w:world:north` on top of the current ``w:world:n`.
2021-02-21 17:19:18 +08:00
benwoo1110
84a9db597a Add respawn anchor support. 2021-02-19 00:57:19 +08:00
benwoo1110
2c9d2d0fe7 Merge branch '5.0.0' into acf-test 2021-02-14 17:30:33 +08:00
benwoo1110
2c98fc7d90 Merge branch 'main' into 5.0.0 2021-02-08 17:08:06 +08:00
nicegamer7
89fd700e32
Merge pull request #2489 from benwoo1110/world-UID
Adds world UID and generator details to /mvinfo command
2021-01-17 12:36:27 -05:00
benwoo1110
035f3644ad Merge branch 'main' into 5.0.0 2021-01-08 18:19:29 +08:00
benwoo1110
e1bcff732f Split into subclass for flag for better input type checking. 2021-01-08 11:32:38 +08:00
benwoo1110
4a90a6a1c7 Add configurable option for inline separator. 2021-01-08 10:33:54 +08:00
benwoo1110
4a4a2505e7 Make use of getAvailableWorldGenerators to reduce duplicate code. 2021-01-08 10:25:06 +08:00
benwoo1110
e2bf1a2bbe Add getAvailableWorldGenerators method to WorldManager, 2021-01-08 10:24:51 +08:00
benwoo1110
835ca69b78 Improve worldflags parsing and squashed some bugs. 2021-01-07 21:16:06 +08:00
benwoo1110
2eb4ce6807 Revamp world flags with tab complete. 2021-01-07 19:37:29 +08:00
benwoo1110
197764622c Testing getContextValue for CommandCompletions. 2021-01-07 11:12:35 +08:00
benwoo1110
cde7ab961f empty message shouldnt show prefix by default. 2021-01-03 23:49:12 +08:00
benwoo1110
0f23deeca1 whoall command use ListDisplay. 2021-01-03 16:07:09 +08:00
benwoo1110
6b7089eec0 Custom prefix and suffix for InlineDisplay. 2021-01-03 16:06:41 +08:00
benwoo1110
e90f1bb986 Update who command to use content filter. 2021-01-03 12:41:46 +08:00
benwoo1110
16878f002a Update messaging and docs. 2021-01-03 12:32:34 +08:00
benwoo1110
8ec08fd26a Fix ShowKeyValue not displaying anything. 2021-01-03 12:03:47 +08:00
benwoo1110
c9cf25c4e3 Generator command use ListDisplay. 2021-01-03 00:39:50 +08:00
benwoo1110
bfffc8c94e Fix pageOutOfRange checking. 2021-01-03 00:25:44 +08:00
benwoo1110
6e7328a407 Allow null player for getPlayerAwareDestination. 2021-01-03 00:22:13 +08:00
benwoo1110
617b0b5900 Add displaying of filter for ShowInline. 2021-01-02 23:56:07 +08:00
benwoo1110
e7bcdbe64b Fix null filter string context parsing. 2021-01-02 23:54:01 +08:00
benwoo1110
cdfe317517 Add ability to have custom empty message, and mroe cleanup. 2021-01-02 23:47:59 +08:00
benwoo1110
6987208241 Revamp ContentDisplay with builder. 2021-01-02 23:33:40 +08:00
benwoo1110
e1dc90b65d Improve Condition and context check and messaging. 2021-01-02 21:10:09 +08:00
benwoo1110
fd10eec765 Minor no player message colour change. 2021-01-02 21:09:48 +08:00