-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shop.json
68 lines (68 loc) · 1.67 KB
/
Shop.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"version": "2.8.1",
"changelogs": [
"- Bugfixes for NativeUI Menu"
]
},
{
"version": "2.8",
"changelogs": [
"- Some Bugfixes",
"- Fixed Notification",
"- Fixed Storage System",
"- Fixed NativeUI Memory Leak (resmon goes higher and higher after opening the Bank or ATM Menu a few times)"
]
},
{
"version": "2.7.1",
"changelogs": [
"- Open Client Version is now Open Source"
]
},
{
"version": "2.7",
"changelogs": [
"- Some Bugfixes",
"- Changed Database Structure (will be changed automatically)",
"- Menu opens faster if Config.useStorage = true",
"- Shops, that you configure in config.lua, have seperated storages if Config.useStorage = true"
]
},
{
"version": "2.6",
"changelogs": [
"- Some Bugfixes",
"- Added jobRank to items",
"- Changed some Events with Config.useStorage"
]
},
{
"version": "2.5",
"changelogs": [
"- Some little Bugfixes",
"- Fixed that you can buy Items without a license if buyLicense = false",
"- Fixed add_account function",
"- Some edits in config.lua"
]
},
{
"version": "2.4",
"changelogs": [
"- Several Bugfixes",
"- Changed Notification System",
"- Added Changelogs to VersionChecker",
"- Added functions for Custom TextUIs",
"- You can set the view distance for PEDs and Markers",
"- Fixed NPC issue that the NPCs don't show up sometimes",
"- You can now set multiple money methods to buy/sell with",
"- A few more things..."
]
},
{
"version": "1.0",
"changelogs": [
"- Release"
]
}
]