From 784b6fc90f16af6f69f14b9415f82dc5429b2485 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 29 Mar 2018 19:42:42 -0400 Subject: Wheeeee new buy command!!!!! --- items.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items.json (limited to 'items.json') 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 -- cgit v1.2.3