diff options
Diffstat (limited to 'items.json')
| -rw-r--r-- | items.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items.json b/items.json new file mode 100644 index 0000000..38054f8 --- /dev/null +++ b/items.json @@ -0,0 +1,20 @@ +{ + "Ping" : { + "name": "Ping Command", + "price": "10", + "type": "Commands", + "desc": "Buying this gives you access to ping command." + }, + "Programmer" : { + "name": "Programmer Role", + "price": "100", + "type": "Roles", + "desc": "Buying this gives you the programmer role" + }, + "theShell" : { + "name": "theShell OS", + "price": "400", + "type": "OS", + "desc": "Buying this gives you theShell OS" + } +}
\ No newline at end of file |
