Ruby-Cogs/shop/info.json

30 lines
No EOL
1,010 B
JSON

{
"author": [
"Redjumpman (Redjumpman#1337)",
"Valerie"
],
"install_msg": "Thank you for installing shop. Be sure to check out the wiki here: https://github.com/Redjumpman/Jumper-Plugins/wiki/Shop-Red-V3\nThis cog comes with a bundled CSV file as an example for adding bulk shops and items.",
"name": "Shop",
"short": "Create, buy, trade, and redeem items.",
"requirements": [
"tabulate"
],
"description": "Shop system that allows for multiple shops with their own list of items for sale. Players can purchase these items with economy currency and redeem them for roles, or other server defined value.",
"permissions": [
"Manage Messages",
"Embed Links",
"Add Reactions",
"Manage Roles"
],
"tags": [
"Economy",
"Fun",
"Shop"
],
"min_python_version": [
3,
6,
0
],
"end_user_data_statement": "This cog stores discord IDs as needed for operation."
}