Updated titles

This commit is contained in:
DaanV2
2021-05-07 14:48:40 +02:00
parent 0dd0e68605
commit 681dbd189c
8 changed files with 16 additions and 16 deletions

View File

@@ -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" }
]

View File

@@ -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" }
]