Last active
December 10, 2019 23:09
-
-
Save jocopa3/cdd68776d6ab8e53a0f857da4fed46db to your computer and use it in GitHub Desktop.
Debug command files from 0.15.90.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"aigoals": { | |
"versions": [ | |
{ | |
"description": "Enables | Disables Drawing AI Goals", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0} Drawing AI Goals" | |
], | |
"parameters": [ | |
{ | |
"name": "action", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"bounds": { | |
"versions": [ | |
{ | |
"description": "Enables | Disables Drawing Bounding Boxes", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0} Drawing Bounding Boxes" | |
], | |
"parameters": [ | |
{ | |
"name": "action", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"clearinventory": { | |
"versions": [ | |
{ | |
"description": "Clears a player's inventory.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0} is now poor." | |
], | |
"parameters": [ | |
{ | |
"name": "playerName", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"enchant": { | |
"versions": [ | |
{ | |
"description": "Enchants the item a player is holding.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "enchantType", | |
"type": "int", | |
"optional": true | |
}, | |
{ | |
"name": "enchantLevel", | |
"type": "int", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
}, | |
{ | |
"name": "enchantType", | |
"type": "int" | |
}, | |
{ | |
"name": "enchantName", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"leaveworld": { | |
"versions": [ | |
{ | |
"description": "Leaves the current world (aka level), goes back to start menu screen.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"Leaving world..." | |
], | |
"parameters": [ ] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"memwarn": { | |
"versions": [ | |
{ | |
"description": "Fires low memory warning.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"Memory warning sent" | |
], | |
"parameters": [ ] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"paths": { | |
"versions": [ | |
{ | |
"description": "Enables | Disables Drawing Paths", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0} Drawing Paths" | |
], | |
"parameters": [ | |
{ | |
"name": "action", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"villages": { | |
"versions": [ | |
{ | |
"description": "Enables | Disables Drawing Village Debug Info", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0} Drawing Village Debug Info" | |
], | |
"parameters": [ | |
{ | |
"name": "action", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"wipeout": { | |
"versions": [ | |
{ | |
"description": "Wipes out entities across all dimensions.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"Wiping out all other entities across all dimensions." | |
], | |
"parameters": [ ] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getselecteditemcount": { | |
"versions": [ | |
{ | |
"description": "Determine item count of inventory item.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0} [{1}]" | |
], | |
"parameters": [ | |
{ | |
"name": "itemName", | |
"type": "string" | |
}, | |
{ | |
"name": "itemQuantity", | |
"type": "int" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"profile": { | |
"versions": [ | |
{ | |
"description": "Enables | Disables debug rendering", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"PerfTimer {0}" | |
], | |
"parameters": [ | |
{ | |
"name": "action", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"log": { | |
"versions": [ | |
{ | |
"description": "Modifies log settings or filters.", | |
"permission": "op", | |
"overloads": { | |
"settings": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "setting", | |
"type": "stringenum", | |
"enum_values": [ | |
"append", | |
"flush", | |
"timestamp", | |
"trace" | |
] | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"log {0} {1}" | |
], | |
"parameters": [ | |
{ | |
"name": "setting", | |
"type": "string" | |
}, | |
{ | |
"name": "status", | |
"type": "string" | |
} | |
] | |
} | |
}, | |
"filters": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "filterType", | |
"type": "stringenum", | |
"enum_values": [ | |
"area", | |
"priority" | |
] | |
}, | |
{ | |
"name": "filters", | |
"type": "rawtext" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getfps": { | |
"versions": [ | |
{ | |
"description": "Returns the framerate of the game", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getavgrendertime": { | |
"versions": [ | |
{ | |
"description": "Returns the average render time", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getavgticktime": { | |
"versions": [ | |
{ | |
"description": "Returns the average tick time", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getavgendframetime": { | |
"versions": [ | |
{ | |
"description": "Returns the average end frame time", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getavgunaccountedtimepercent": { | |
"versions": [ | |
{ | |
"description": "Returns average percent of unaccounted time", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getchunkrebuildcount": { | |
"versions": [ | |
{ | |
"description": "Returns the number of chunks built", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getchunksortcount": { | |
"versions": [ | |
{ | |
"description": "Returns the number of chunks sorted", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getchunkdirtycount": { | |
"versions": [ | |
{ | |
"description": "Returns the number of dirty chunks", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getsysteminfo": { | |
"versions": [ | |
{ | |
"description": "Returns info about the system", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getos": { | |
"versions": [ | |
{ | |
"description": "Returns OS version", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getsystemmem": { | |
"versions": [ | |
{ | |
"description": "Returns system memory size", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getcpu": { | |
"versions": [ | |
{ | |
"description": "Returns CPU description", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getresolution": { | |
"versions": [ | |
{ | |
"description": "Returns display resolution", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getgpu": { | |
"versions": [ | |
{ | |
"description": "Returns GPU description", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getmsaalevel": { | |
"versions": [ | |
{ | |
"description": "Returns MSAA level", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getgpumemory": { | |
"versions": [ | |
{ | |
"description": "Returns GPU memory size", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getprofilersecondsperupdate": { | |
"versions": [ | |
{ | |
"description": "Returns the amount of time covered by a profiler stat", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getavgremaindertimepercent": { | |
"versions": [ | |
{ | |
"description": "Returns the average percent of time accounted for but not classified", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getviewdistance": { | |
"versions": [ | |
{ | |
"description": "Gets the current view distance.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "viewDistance", | |
"type": "int" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"setviewdistance": { | |
"versions": [ | |
{ | |
"description": "Sets the view distance.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "viewDistance", | |
"type": "int" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"View distance set" | |
], | |
"parameters": [ ] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getplayerid": { | |
"versions": [ | |
{ | |
"description": "Returns a player's id.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "playerName", | |
"type": "string" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "playerid", | |
"type": "int" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getlocalplayername": { | |
"versions": [ | |
{ | |
"description": "Returns the local player name.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "localplayername", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"selectinventoryitem": { | |
"versions": [ | |
{ | |
"description": "Equips a passed item.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "item", | |
"type": "string" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getdurability": { | |
"versions": [ | |
{ | |
"description": "Durability of selected item.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "value", | |
"type": "int" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getskin": { | |
"versions": [ | |
{ | |
"description": "Gets the current player skin.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "skinName", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"setskin": { | |
"versions": [ | |
{ | |
"description": "Sets the player skin.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "skinName", | |
"type": "string" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "status", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getguiscale": { | |
"versions": [ | |
{ | |
"description": "Gets the current gui scale.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "guiscale", | |
"type": "int" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"setguiscale": { | |
"versions": [ | |
{ | |
"description": "Sets the gui scale.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "guiscale", | |
"type": "int" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "status", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getbrightness": { | |
"versions": [ | |
{ | |
"description": "Gets the current brightness.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "brightness", | |
"type": "int" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"setbrightness": { | |
"versions": [ | |
{ | |
"description": "Sets the brightness.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "brightness", | |
"type": "int" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "status", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"isworldloaded": { | |
"versions": [ | |
{ | |
"description": "Checks if the client is loaded into a world.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "isWorldLoaded", | |
"type": "bool" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getactivescreen": { | |
"versions": [ | |
{ | |
"description": "Gets the current active screen.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "desiredScreensString", | |
"type": "string", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "screenName", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getpos": { | |
"versions": [ | |
{ | |
"description": "Gets the position of the player.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "playerPos", | |
"type": "blockpos" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"emulateinput": { | |
"versions": [ | |
{ | |
"description": "Emulates specified input", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "intentId", | |
"type": "int" | |
}, | |
{ | |
"name": "state", | |
"type": "int" | |
}, | |
{ | |
"name": "startTick", | |
"type": "int" | |
}, | |
{ | |
"name": "endTick", | |
"type": "int", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"findnearbypickup": { | |
"versions": [ | |
{ | |
"description": "Finds a nearby pickup.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "distance", | |
"type": "int" | |
}, | |
{ | |
"name": "pickupName", | |
"type": "string" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "foundPosition", | |
"type": "blockpos" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getplayerbiome": { | |
"versions": [ | |
{ | |
"description": "Gets the biome the player is in.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "biome", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"versions": [ | |
{ | |
"description": "Modifies log settings or filters.", | |
"permission": "admin", | |
"overloads": { | |
"settings": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "setting", | |
"type": "stringenum", | |
"enum_values": [ | |
"append", | |
"flush", | |
"timestamp", | |
"trace" | |
] | |
}, | |
{ | |
"name": "status", | |
"type": "bool" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"log {0} {1}" | |
], | |
"parameters": [ | |
{ | |
"name": "setting", | |
"type": "string" | |
}, | |
{ | |
"name": "status", | |
"type": "string" | |
} | |
] | |
} | |
}, | |
"filters": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "filterType", | |
"type": "stringenum", | |
"enum_values": [ | |
"area", | |
"priority" | |
] | |
}, | |
{ | |
"name": "filters", | |
"type": "rawtext" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"createlocalworld": { | |
"versions": [ | |
{ | |
"description": "Creates a new world (aka level) on the local machine.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "gameType", | |
"type": "stringenum", | |
"enum_values": [ | |
"Creative", | |
"Survival" | |
] | |
}, | |
{ | |
"name": "worldName", | |
"type": "string", | |
"optional": true | |
}, | |
{ | |
"name": "worldType", | |
"type": "stringenum", | |
"enum_values": [ | |
"Flat", | |
"Legacy", | |
"Overworld" | |
], | |
"optional": true | |
}, | |
{ | |
"name": "seed", | |
"type": "string", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"Creating world..." | |
], | |
"parameters": [ ] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"openlocalworld": { | |
"versions": [ | |
{ | |
"description": "Opens an existing world (aka level) on the local machine.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "worldName", | |
"type": "string" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"Loading local world..." | |
], | |
"parameters": [ ] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"quit": { | |
"versions": [ | |
{ | |
"description": "Quit the app.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"Quitting..." | |
], | |
"parameters": [ ] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"joinlangame": { | |
"versions": [ | |
{ | |
"description": "Join a game on a remote host.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "ipAddress", | |
"type": "string" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"Joined: {0}" | |
], | |
"parameters": [ | |
{ | |
"name": "joined", | |
"type": "bool" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"log": { | |
"versions": [ | |
{ | |
"description": "Modifies log settings or filters.", | |
"permission": "op", | |
"overloads": { | |
"settings": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "setting", | |
"type": "stringenum", | |
"enum_values": [ | |
"append", | |
"flush", | |
"timestamp", | |
"trace" | |
] | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"log {0} {1}" | |
], | |
"parameters": [ | |
{ | |
"name": "setting", | |
"type": "string" | |
}, | |
{ | |
"name": "status", | |
"type": "string" | |
} | |
] | |
} | |
}, | |
"filters": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "filterType", | |
"type": "stringenum", | |
"enum_values": [ | |
"area", | |
"priority" | |
] | |
}, | |
{ | |
"name": "filters", | |
"type": "rawtext" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getactivescreen": { | |
"versions": [ | |
{ | |
"description": "Gets the current active screen.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "desiredScreensString", | |
"type": "string", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "screenName", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"isworldloaded": { | |
"versions": [ | |
{ | |
"description": "Checks if the client is loaded into a world.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "isWorldLoaded", | |
"type": "bool" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"leaveworld": { | |
"versions": [ | |
{ | |
"description": "Leaves the current world (aka level), goes back to start menu screen.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"Leaving world..." | |
], | |
"parameters": [ ] | |
} | |
} | |
} | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rot": { | |
"versions": [ | |
{ | |
"description": "Sets a player's current rotation.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "y-rot", | |
"type": "float" | |
}, | |
{ | |
"name": "x-rot", | |
"type": "float" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "victim", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getworldname": { | |
"versions": [ | |
{ | |
"description": "Gets the name of the current world (aka level).", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "levelName", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"health": { | |
"versions": [ | |
{ | |
"description": "Modifies a player's health.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "player", | |
"type": "target" | |
}, | |
{ | |
"name": "amount", | |
"type": "int" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0} health set to {1}" | |
], | |
"parameters": [ | |
{ | |
"name": "playerName", | |
"type": "string" | |
}, | |
{ | |
"name": "amount", | |
"type": "int" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"hunger": { | |
"versions": [ | |
{ | |
"description": "Modifies a player's hunger level.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "player", | |
"type": "target" | |
}, | |
{ | |
"name": "amount", | |
"type": "float" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0} hunger set to {1}" | |
], | |
"parameters": [ | |
{ | |
"name": "playerName", | |
"type": "string" | |
}, | |
{ | |
"name": "amount", | |
"type": "float" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"kit": { | |
"versions": [ | |
{ | |
"description": "Gives the local player a kit.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "kitName", | |
"type": "stringenum", | |
"enum_values": [ | |
"blockui", | |
"minecart", | |
"redstone", | |
"wool" | |
] | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"Gave {0} kit to player." | |
], | |
"parameters": [ | |
{ | |
"name": "kitName", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"spawning": { | |
"versions": [ | |
{ | |
"description": "Toggles the spawning of entities.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"timelock": { | |
"versions": [ | |
{ | |
"description": "Stops | Resumes time elapse.", | |
"permission": "op", | |
"aliases": [ | |
"timestop" | |
], | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "lock", | |
"type": "bool", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"Time {0}" | |
], | |
"parameters": [ | |
{ | |
"name": "action", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getexperience": { | |
"versions": [ | |
{ | |
"description": "Returns the players current experience (score)", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "player", | |
"type": "target", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"nearbyentityisbaby": { | |
"versions": [ | |
{ | |
"description": "Returns true if the nearest entityType is a baby", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "entityType", | |
"type": "stringenum", | |
"enum_type": "entityType" | |
}, | |
{ | |
"name": "searchRadius", | |
"type": "int" | |
}, | |
{ | |
"name": "player", | |
"type": "target", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "bool" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"lookat": { | |
"versions": [ | |
{ | |
"description": "Forces the player to look at a floating point location", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "xPos", | |
"type": "float" | |
}, | |
{ | |
"name": "yPos", | |
"type": "float" | |
}, | |
{ | |
"name": "zPos", | |
"type": "float" | |
}, | |
{ | |
"name": "direction", | |
"type": "string", | |
"optional": true | |
}, | |
{ | |
"name": "player", | |
"type": "target", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"isplayerflying": { | |
"versions": [ | |
{ | |
"description": "Returns if the player is flying", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "player", | |
"type": "target", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "isFlying", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"isplayercrouching": { | |
"versions": [ | |
{ | |
"description": "Returns if the player is crouching", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "player", | |
"type": "target", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "isCrouching", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"isplayergrounded": { | |
"versions": [ | |
{ | |
"description": "Returns if the player is grounded", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "player", | |
"type": "target", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "isGrounded", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"fly": { | |
"versions": [ | |
{ | |
"description": "Sets the player's flying status", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "player", | |
"type": "target", | |
"optional": true | |
}, | |
{ | |
"name": "shouldFly", | |
"type": "bool", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "result", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"findflatarea": { | |
"versions": [ | |
{ | |
"description": "Finds a flat area for further actions.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "xLength", | |
"type": "int" | |
}, | |
{ | |
"name": "yLength", | |
"type": "int" | |
}, | |
{ | |
"name": "zLength", | |
"type": "int" | |
}, | |
{ | |
"name": "baseBlockNameToMatch", | |
"type": "stringenum", | |
"enum_type": "blockType", | |
"optional": true | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "teleportPos", | |
"type": "blockpos" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getblockname": { | |
"versions": [ | |
{ | |
"description": "Gets block names at a given blockpos", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "from", | |
"type": "blockpos" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "blockname", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"tptosuitabletree": { | |
"versions": [ | |
{ | |
"description": "Teleports the player to a position where they can chop down a tree.", | |
"permission": "op", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ ] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "teleportPos", | |
"type": "blockpos" | |
}, | |
{ | |
"name": "treeBasePos", | |
"type": "blockpos" | |
}, | |
{ | |
"name": "woodType", | |
"type": "string" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
}, | |
"getpower": { | |
"versions": [ | |
{ | |
"description": "Gets the power at a given blockpos.", | |
"permission": "any", | |
"overloads": { | |
"default": { | |
"input": { | |
"parameters": [ | |
{ | |
"name": "blockposition", | |
"type": "blockpos" | |
} | |
] | |
}, | |
"output": { | |
"format_strings": [ | |
"{0}" | |
], | |
"parameters": [ | |
{ | |
"name": "power", | |
"type": "int" | |
} | |
] | |
} | |
} | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment