Add Support for && in Commands to Combine Multiple Arguments #11516
Closed
hectogr3ms
started this conversation in
Ideas
Replies: 1 comment
-
We are not going to modify vanilla command syntax on a platform that already has extensive modding support via plugins and diverge from mojang for 0 gain. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem?
N/A
Describe the solution you'd like.
Add support for the && operator in commands, allowing players to chain multiple arguments in a single command. This would simplify commands such as /title and enable users to combine multiple commands, like:
Example
/title @A title {"text":"hello"} && title @A subtitle {"text":"hello"}
Describe alternatives you've considered.
N/A
Other
N/A
Beta Was this translation helpful? Give feedback.
All reactions