-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWhitelist.json
More file actions
52 lines (52 loc) · 982 Bytes
/
Whitelist.json
File metadata and controls
52 lines (52 loc) · 982 Bytes
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
[
{
"version": "2.0.2",
"changelogs": [
"- Fixed Error: `attempt to call a nil value (method 'match')`"
]
},
{
"version": "2.0.1",
"changelogs": [
"- Fixed Error with Commands"
]
},
{
"version": "2.0.0",
"changelogs": [
"- Completely reworked the code"
]
},
{
"version": "1.6.2",
"changelogs": [
"- Updated Callbacks for msk_core",
"- Performance Improvements"
]
},
{
"version": "1.6.1",
"changelogs": [
"- Some Bugfixes",
"- Performance Improvements",
"- Added Timeout for the Bell",
"- Added new Ban Methods"
]
},
{
"version": "1.6",
"changelogs": [
"- Bugfixes",
"- Improved performance",
"- Added new AdminProtections",
"- Added Changelogs to the VersionChecker",
"- New method for Nametags (much better performance)"
]
},
{
"version": "1.0",
"changelogs": [
"- Release"
]
}
]