39 lines
638 B
JSON
39 lines
638 B
JSON
[
|
|
{
|
|
"id": "choosefishing",
|
|
"icon": "choosefishing",
|
|
"description": "Start Fishing",
|
|
"action": "startfishing",
|
|
"actionType": "command",
|
|
"close": true
|
|
},
|
|
{
|
|
"id": "map",
|
|
"icon": "map",
|
|
"description": "Show Fishing Grounds Map",
|
|
"actionType": "command",
|
|
"action": "fishingmap",
|
|
"close": true
|
|
},
|
|
{
|
|
"id": "kills",
|
|
"icon": "kills",
|
|
"description": "Show Fishing Catches",
|
|
"actionType": "command",
|
|
"action": "catchmenu",
|
|
"close": true
|
|
},
|
|
{
|
|
"id": "anchor",
|
|
"icon": "anchor",
|
|
"description": "Set/Release Anchor in a Boat",
|
|
"actionType": "command",
|
|
"action": "setanchor",
|
|
"close": true
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|