1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"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"
},
"AleeOS" : {
"name": "AleeOS",
"price": "10000",
"type": "OS",
"desc": "Buying this gives you AleeOS"
}
}
|