mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Move default data to json
This commit is contained in:
19
src/pocketmine/resources/command_default.json
Normal file
19
src/pocketmine/resources/command_default.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"aliases": [],
|
||||
"description": "insert_description_here",
|
||||
"overloads": {
|
||||
"default": {
|
||||
"input": {
|
||||
"parameters": [
|
||||
{
|
||||
"name": "args",
|
||||
"type": "rawtext",
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"output": {}
|
||||
}
|
||||
},
|
||||
"permission": "any"
|
||||
}
|
Reference in New Issue
Block a user