forked from Chessnut/pistachio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpistachio.txt
91 lines (90 loc) · 1.66 KB
/
pistachio.txt
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
"pistachio"
{
"base" "sandbox"
"title" "Pistachio"
"author" "Chessnut"
"menusystem" "1"
"settings"
{
1
{
"name" "ps_defaultmoney"
"text" "defaultmoney"
"help" "Determines the amount of money given on default"
"type" "Numberic"
"default" "50"
}
2
{
"name" "ps_kickafk"
"text" "kickafk"
"help" "When enabled will kick players who go AFK"
"type" "CheckBox"
"default" "1"
}
3
{
"name" "ps_givephysgun"
"text" "givephysgun"
"help" "When enabled will give players a physgun"
"type" "CheckBox"
"default" "1"
}
4
{
"name" "ps_givetool"
"text" "givetool"
"help" "When enabled will give players a toolgun"
"type" "CheckBox"
"default" "1"
}
5
{
"name" "ps_enablevoiceradius"
"text" "enablevoiceradius"
"help" "When enabled will enable voice radius"
"type" "CheckBox"
"default" "1"
}
6
{
"name" "ps_deathtax"
"text" "deathtax"
"help" "When enabled will determine the percentage of money dropped on death"
"type" "Numberic"
"default" "1"
}
7
{
"name" "ps_carspawndelay"
"text" "carspawndelay"
"help" "The amount of time to spawn another vehicle in seconds"
"type" "Numberic"
"default" "1"
}
8
{
"name" "ps_allowsuicide"
"text" "allowsuicide"
"help" "When enabled will allow players to suicide"
"type" "CheckBox"
"default" "0"
}
9
{
"name" "ps_walkspeed"
"text" "walkspeed"
"help" "The speed of walking"
"type" "Numberic"
"default" "125"
}
10
{
"name" "ps_runspeed"
"text" "runspeed"
"help" "The speed of running"
"type" "Numberic"
"default" "250"
}
}
}