Files
Aris-Random-Additions/elements/GiftCommand.mod.json
2026-03-17 19:53:14 -07:00

10 lines
554 B
JSON

{
"_fv": 73,
"_type": "command",
"definition": {
"commandName": "gift",
"type": "MULTIPLAYER_ONLY",
"permissionLevel": "No requirement",
"argsxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"args_start\" deletable=\"false\" x=\"40\" y=\"40\"><next><block type=\"entity\"><field name=\"name\">player</field><field name=\"type\">player</field><statement name=\"args\"><block type=\"call_procedure\"><field name=\"procedure\">GiftCommandLogic</field></block></statement></block></next></block></xml>"
}
}