Make kit commands required to be surrounded by quotes
JasonHorkles opened this issue ยท 3 comments
Feature request
Feature description
Kit commands should be required to have quotes surrounding them to prevent issues with :
and other characters that might make the kit invalid. For example, you'd have to do "/title {PLAYER} title {""text"":""Kit Redeemed"",""color"":""green""}"
(quotation marks inside it can be doubled like in that command)
How the feature is useful
Those who want to use custom books or titles with a minecraft command will be able to do so easier since the current way it works can be complicated and confusing with kits becoming invalid.
Have you tested putting single quotes around that instead of double quotes? This should already be possible in YAML.
@JasonHorkles Well, it is part of the YAML specification. ๐