38 lines
624 B
JSON
38 lines
624 B
JSON
[
|
|
{
|
|
"id": "choosehunting",
|
|
"icon": "choosehunting",
|
|
"description": "Start Hunting",
|
|
"action": "starthunting",
|
|
"actionType": "command",
|
|
"close": true
|
|
},
|
|
{
|
|
"id": "map",
|
|
"icon": "map",
|
|
"description": "Show Hunting Grounds Map",
|
|
"actionType": "command",
|
|
"action": "huntingmap",
|
|
"close": true
|
|
},
|
|
{
|
|
"id": "kills",
|
|
"icon": "kills",
|
|
"description": "Show Hunting Kills",
|
|
"actionType": "command",
|
|
"action": "huntingkillmenu",
|
|
"close": true
|
|
},
|
|
{
|
|
"id": "clear",
|
|
"icon": "clear",
|
|
"description": "Clear Animals",
|
|
"actionType": "command",
|
|
"action": "clearzone",
|
|
"close": true
|
|
}
|
|
|
|
]
|
|
|
|
|