-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin_list.cfg
More file actions
61 lines (55 loc) · 1.68 KB
/
plugin_list.cfg
File metadata and controls
61 lines (55 loc) · 1.68 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
"Plugins"
{
//"Example Plugin"
//{
// "FileName" "Eternar/plugin.smx"
// "Version" "1.0.0"
// "VersionInt" "100000"
// "Description" "Example Description"
// "Author" "Author"
// "Repository" "Repository"
// "Files"
// {
// Key: Will be replaced with downloadurl
// Value: Place where the file should be placed
// "1" "file.extension"
// "2" "file.extension"
// }
// "Dependencies"
// {
// "Dependency Name" "File Path"
// }
//}
"Chat Processor"
{
"FileName" "Eternar/eternar_chatprocessor.smx"
"Version" "1.0.0"
"VersionInt" "100000"
"Description" "Manage Chat Features"
"Author" "Eternar"
"Repository" "Eternar/chatprocessor"
"Files"
{
"https://github.com/Eternar/chatprocessor/raw/main/plugins/eternar_chatprocessor.smx" "addons/sourcemod/plugins/Eternar/eternar_chatprocessor.smx"
"https://raw.githubusercontent.com/Eternar/chatprocessor/main/configs/Eternar/chat-processor.cfg" "addons/sourcemod/configs/Eternar/chat-processor.cfg"
}
}
"Player Tags"
{
"FileName" "Eternar/eternar_playertags.smx"
"Version" "1.0.0"
"VersionInt" "100000"
"Description" "Custom player name tags & message colors"
"Author" "Eternar"
"Repository" "Eternar/playertags"
"Files"
{
"https://github.com/Eternar/playertags/raw/main/plugins/eternar_playertags.smx" "addons/sourcemod/plugins/Eternar/eternar_playertags.smx"
"https://raw.githubusercontent.com/Eternar/playertags/main/configs/Eternar/playertags.cfg" "addons/sourcemod/configs/Eternar/playertags.cfg"
}
"Dependencies"
{
"Chat Processor" "addons/sourcemod/plugins/Eternar/eternar_chatprocessor.smx"
}
}
}