forked from rcasstevens/Kastopheria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
server_devcommands.cfg
315 lines (247 loc) · 8.19 KB
/
server_devcommands.cfg
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
## Settings file was created by plugin Server Devcommands v1.67
## Plugin GUID: server_devcommands
[1. General]
# Setting type: Boolean
# Default value: false
Invisible to other players with ghost mode = false
# Setting type: Boolean
# Default value: false
Disables spawns with ghost mode = false
# Setting type: Boolean
# Default value: false
Ignores sleep check with ghost mode = false
## Disables drops from creatures (if you control the zone), intended to fix high star enemies crashing the game.
# Setting type: Boolean
# Default value: false
No creature drops = false
## Removes collision check for the camera.
# Setting type: Boolean
# Default value: false
No clip view = false
## Automatically enables debug mode when enabling devcommands.
# Setting type: Boolean
# Default value: false
Automatic debug mode = false
## Automatically enables fly mode when enabling devcommands.
# Setting type: Boolean
# Default value: false
Automatic fly mode = false
## Automatically enables environment when enabling devcommands (for example clear).
# Setting type: String
# Default value:
Automatic environment =
## Automatically enables time of day when enabling devcommands (for example 0.33).
# Setting type: String
# Default value:
Automatic time of day =
## Automatically enables no cost mode when enabling devcommands.
# Setting type: Boolean
# Default value: false
Automatic no cost mode = false
## Automatically enables god mode when enabling devcommands.
# Setting type: Boolean
# Default value: false
Automatic god mode = false
## Automatically enables ghost mode when enabling devcommands.
# Setting type: Boolean
# Default value: false
Automatic ghost mode = false
## Sets the default value for the automatic item pick up feature.
# Setting type: Boolean
# Default value: true
Automatic item pick up = true
## Automatically enables devcommands when joining servers.
# Setting type: Boolean
# Default value: true
Automatic devcommands = true
## All teleporting is much faster with the debug mode.
# Setting type: Boolean
# Default value: true
Debug mode fast teleport = true
## Disables no map having effect.
# Setting type: Boolean
# Default value: false
Disable no map = false
# Setting type: Boolean
# Default value: true
No stamina usage with god mode = true
# Setting type: Boolean
# Default value: true
No eitr usage with god mode = true
# Setting type: Boolean
# Default value: false
No item usage with god mode = false
# Setting type: Boolean
# Default value: false
No weight limit with god mode = false
# Setting type: Boolean
# Default value: false
Always dodge with god mode = false
# Setting type: Boolean
# Default value: false
Always parry with god mode (when not blocking) = false
# Setting type: Boolean
# Default value: true
No staggering with god mode = true
## Forces shout pings at the world center.
# Setting type: Boolean
# Default value: false
Hide shout pings = false
# Setting type: Boolean
# Default value: true
No edge of world pull with god mode = true
## Removes the initial shout message when joining the server.
# Setting type: Boolean
# Default value: false
Disable start shout = false
## Allows opening private chests.
# Setting type: Boolean
# Default value: true
Access private chests = true
## Allows accessing warded areas.
# Setting type: Boolean
# Default value: true
Access warded areas = true
# Setting type: Boolean
# Default value: false
No clip with fly mode = true
## Removes any forced environments when the noclip is enabled. This disables any dark dungeon environments and prevents them from staying on when exiting the dungeon.
# Setting type: Boolean
# Default value: true
No clip clears forced environments = true
# Setting type: Boolean
# Default value: true
No knockback with god mode = true
# Setting type: Boolean
# Default value: false
No Mistlands mist with god mode = false
## The map shows coordinates on hover.
# Setting type: Boolean
# Default value: true
Show map coordinates = true
## The minimap shows player coordinates.
# Setting type: Boolean
# Default value: false
Show minimap coordinates = false
## The map shows private players.
# Setting type: Boolean
# Default value: false
Show private players = false
## Disables random events (server side setting).
# Setting type: Boolean
# Default value: false
Disable random events = false
## Disables messages about new pieces and items.
# Setting type: Boolean
# Default value: false
Disable unlock messages = false
## Removes debug mode key bindings for killall, removedrops, fly and no cost.
# Setting type: Boolean
# Default value: false
Disable debug mode keys = false
## Global keys separated by , that won't be set (server side setting).
# Setting type: String
# Default value:
Disabled global keys =
## How many undo actions are stored.
# Setting type: String
# Default value: 50
Max undo steps = 50
[2. Console]
## Prevents messages from commands.
# Setting type: Boolean
# Default value: false
Disable messages = false
## The simulated key code when scrolling the wheel.
# Setting type: KeyboardShortcut
# Default value: None
Mouse wheel bind key =
## Key bind for map teleport.
# Setting type: KeyboardShortcut
# Default value: Mouse2 + LeftControl
Map teleport bind key = Mouse2 + LeftControl
## Executes the given command when starting the game.
# Setting type: String
# Default value:
Auto exec boot =
## Executes the given command when enabling devcommands.
# Setting type: String
# Default value:
Auto exec dev on =
## Executes the given command when disabling devcommands.
# Setting type: String
# Default value:
Auto exec dev off =
## Executes the given command when joining a server (before admin is checked).
# Setting type: String
# Default value:
Auto exec =
## Shows command descriptions as autocomplete.
# Setting type: Boolean
# Default value: true
Command descriptions = true
## Enables the command aliasing system (allows creating new commands).
# Setting type: Boolean
# Default value: true
Alias system = true
## Enables parameter info or options for every parameter.
# Setting type: Boolean
# Default value: true
Improved autocomplete = true
## Internal data for aliases.
# Setting type: String
# Default value:
Command aliases =
## Enables multiple commands when separated with ;.
# Setting type: Boolean
# Default value: true
Multiple commands per line = true
## Enables alias and multicommands system for chat.
# Setting type: Boolean
# Default value: true
Improved chat = true
## Enables the command parameter substitution system (substitution gets replaced with the next free parameter).
# Setting type: String
# Default value: $$
Substitution = $$
## Allows using space bars in command parameters.
# Setting type: String
# Default value: \"
Wrapping = \"
## Removes warning texts from some command parameter descriptions.
# Setting type: Boolean
# Default value: false
Disable parameter warnings = false
## Steam IDs separated by , that can execute blacklisted commands. Server side setting.
# Setting type: String
# Default value:
Root users =
## Command names separated by , that can't be executed.
# Setting type: String
# Default value: dev_config disable_command
Disabled commands = dev_config disable_command
## Key codes separated by ,
# Setting type: String
# Default value: Space
Key for fly up = Space
## Key codes separated by ,
# Setting type: String
# Default value: LeftControl
Key for fly down = LeftControl
[3. Formatting]
## Format of playerlist command.
# Setting type: String
# Default value: {player_id}/{character_name}/{character_id} ({pos_x:F0}, {pos_z:F0}, {pos_y:F0})
Player list format = {player_id}/{character_name}/{character_id} ({pos_x:F0}, {pos_z:F0}, {pos_y:F0})
## Format for the command log.
# Setting type: String
# Default value: {player_id}/{character_name} ({pos_x:F0}, {pos_z:F0}, {pos_y:F0}): {command}
Command log format = {player_id}/{character_name} ({pos_x:F0}, {pos_z:F0}, {pos_y:F0}): {command}
## Format for the find command. Server side setting.
# Setting type: String
# Default value: {pos_x:F0}, {pos_z:F0}, {pos_y:F0}, distance {distance:F0}
Find format = {pos_x:F0}, {pos_z:F0}, {pos_y:F0}, distance {distance:F0}
## Format for minimap coordinates.
# Setting type: String
# Default value: x: {pos_x:F0}, z: {pos_z:F0}, y: {pos_y:F0}
Minimap format = x: {pos_x:F0}, z: {pos_z:F0}, y: {pos_y:F0}