Updated titles
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"description": "The event or commands to execute",
|
||||
"anyOf": [
|
||||
{ "pattern": "^.*=.*;$", "title": "Variable" },
|
||||
{ "pattern": "^/[a-z].*$", "title": "Minecraft command" },
|
||||
{ "pattern": "^/[a-z].*$", "title": "Minecraft Command" },
|
||||
{ "pattern": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" },
|
||||
{ "pattern": "^@s .*$", "title": "Event" }
|
||||
]
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"description": "The event or commands to execute",
|
||||
"anyOf": [
|
||||
{ "pattern": "^.*=.*;$", "title": "Variable" },
|
||||
{ "pattern": "^/[a-z].*$", "title": "Minecraft command" },
|
||||
{ "pattern": "^/[a-z].*$", "title": "Minecraft Command" },
|
||||
{ "pattern": "[A-Za-z][a-z]*\\.[a-z_0-9]*", "title": "Molang" },
|
||||
{ "pattern": "^@s .*$", "title": "Event" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user