This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
There does not seem to be any way to use square brackets in commands.For example, if I made command:/mysummonruncmd: /summon $multiargsIt would not be possible to include {Equipment:[]} in the command via arguments. Same with any other NBT lists.An obvious solution to this would be to add the symbols to REGEX, but this does not seem to work either. regex_pattern : "^[-a-zA-Z0-9&._ /'{}()]+" works. But if I make it "^[-a-zA-Z0-9&._ /'{}()\[\]]+" instead, the plugin will fail to load the file, stating "found unknown escape character [(91)"
Would it be possible to add this option if it hasn't already been done in some undocumented way?
To post a comment, please login or register a new account.