-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArmor.json
More file actions
72 lines (72 loc) · 1.51 KB
/
Armor.json
File metadata and controls
72 lines (72 loc) · 1.51 KB
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
69
70
71
72
[
{
"version": "2.8.5",
"changelogs": [
"- Bugfixes",
"- New config options"
]
},
{
"version": "2.8.4",
"changelogs": [
"- Updated Callbacks for msk_core"
]
},
{
"version": "2.8.3",
"changelogs": [
"- Fixed that you don't get the item back after relog if you have full armor"
]
},
{
"version": "2.8.2",
"changelogs": [
"- Added new Config for jobs (If enable = true then only the specific job can use that item)"
]
},
{
"version": "2.8.1",
"changelogs": [
"- Some Bugfixes"
]
},
{
"version": "2.8",
"changelogs": [
"- Some Bugfixes and performance improvements",
"- Added new Config.alreadySet (Set to false if you don't want that the Vest Skin will change if the Player has already a Vest Skin)",
"- Added new database table msk_armor that will replace Config.defaultSkin (Description in config.lua)"
]
},
{
"version": "2.7.6",
"changelogs": [
"- Added new Config.saveSkin (deactivated if you have skin problems on playerConnect)",
"- Added new Config.giveBackVest (gives the item back after put off your Vest)"
]
},
{
"version": "2.7.5",
"changelogs": [
"- Another Hotfix"
]
},
{
"version": "2.7.4",
"changelogs": [
"- Another Hotfix"
]
},
{
"version": "2.7.3",
"changelogs": [
"- Just updated the Update with Changelogs"
]
},
{
"version": "1.0",
"changelogs": [
"- Release"
]
}
]