

Allows devcommands and utilities for server admins.
Some features and commands require also installing the mod on the server (event, randomevent, resetkeys, skiptime, sleep, stopevent).
Install on the admin client and optionally on the server (modding guide).
Check wiki for available commands and how to use them. Remember to add your steamID64 to the adminlist.txt.
;).alias command.devcommands is used automatically (if the admin check passes).debugmode, fly, ghost, god, nocost and other commands can be configured to be used automatically.Keybindings now work with modifier keys (key codes).
bind [keycode,modifier1,modifier2,...] [command] [parameter]: Adds a new key binding with modifier keys.
bind j god: Toggles god mode when pressing J.bind j,leftalt,h debugmode: Toggles debug mode when pressing J while both left alt and h are down.bind j keys=leftalt,h: Alternative way.By default the best match is used. Which means that with above binds, toggling debugmode won't also toggle the god mode.
It's also possible to use negative modifiers. For example bind j,-leftalt god won't toggle god mode while left alt is pressed. However using these is not usually needed.
The list of keys can also contain item names to enable/disable commands when a certain item is equipped.
For example bind j,hammer god would only toggle god mode when the hammer is equipped.
List of other special modes:
build: True when in build mode.Mouse wheel allows binding too with custom keycode wheel (by default simulates the keycode none). It's important to use modifier keys because the binding will block build rotation.
The mouse wheel appends the wheel direction and amount to the command. For example bind wheel,o say would say 0.1 or -0.1 in the chat when scrolling the mouse wheel while pressing the O key.
Note: After removing this mod, these binds very likely stop working or lead to unexpected behavior. Recommended to clear all binds with the resetbinds command.
The same system also works for rebinding the debug flying. For example:
devconfig fly_down_key space,leftcontrol: Changes to fly down when both left control and space are pressed.Binds can be tagged with tag=[name] parameter. The tag can be used to directly unbind these commands.
This is mostly indended to be used by other mods.
New commands can be created to shorten command names or to set parameter values.
This is intended to be used with other mods that add more complex commands than in the base game.
alias [name] [value]: Adds a new command alias.alias: Prints all aliases.alias [name]: Removes the given alias.Examples:
alias dm debugmode: Adds a new command dm as a shorter version of debugmode.alias spawn5 spawn $ 5 $: Adds a new command spawn5 with the spawn amount fixed at 5.alias maxskill raiseskill $ 100: Adds a new command skill_max that raises the given skill to max level.alias resetskill raiseskill $ -100: Adds a new command skill_reset that resets the given skill.alias cheat debugmode;nocost;fly: Adds a new command cheat to quickly toggle cheats (if you don't want to use the config).bind [key,modifier1,modifier2,...] [command] allows specifying modifier keys (see Improved key bindings section).broadcast [center/side] [message] allows broadcasting custom messages to all players.
broadcast center <color=red><size=20><i><b>Hello!</b></i></size></color>: Broadcasts a small red message with bolding and italics.devcommands includes an admin check to allow using on servers.dev_config [name] [value] toggles settings.
dev_config auto_fly: Toggles the auto fly setting.dev_config auto_fly 0: Disables the auto_fly setting.dev_config auto_fly 1: Enables the auto fly setting.server dev_config disable_debug_mode_keys defeated_eikthyr,defeated_gdking,defeated_bonemass,defeated_dragon,defeated_goblinking: Prevents boss kill global keys being set on the server.server dev_config disable_debug_mode_keys: Prints currently disabled global keys.env prints the current environment.event [event] [x] [z] allows setting the event coordinates.
event army_eikthyr: Starts an event at your position.event army_eikthyr 100 -100: Starts an event at coordinates 100,-100.exploremap [x] [z] [radius] allows revealing only a part of the map.goto [x,z,y] or ``goto x z y` teleports to the coordinates. If y is not given, teleports to the ground level.goto teleports to the ground level.goto [y] teleports to the altitude (dungeons are at 5000 altitude).goto last teleports to the position before the previous teleport.hud allows toggling the HUD visibility.hud [value] allows directly setting the HUD visibility.move_spawn [x,z,y = player's coordinates] allows moving the default spawn point.nomap [value] allows directly setting the nomap mode and works with server command.pos [player name / precision] [precision] allows getting the position of any player.
pos 1: Returns your position with 1 decimal precision.pos jay: Returns the position of a player named Jay,Heyjay or whatever is the closest match.raiseskill * [amount] allows raising all skills.resetskill [skill] allows reseting skills.redo restores an action added to the undo/redo manager.resetmap [x] [z] [radius] allows hiding only a part of the map.resetpins [x] [z] [radius] allows removing pins from the map.resolution prints the screen properties.resolution [mode] [width] [height] [refresh rate] sets the screen properties.
resolution exclusive: Sets to full screen with the maximum supported resolution and refresh rate.resolution max: Sets to maximized window with the maximum supported resolution.resolution full: Sets to full screen window with the maximum supported resolution.resolution window 1920 1080: Sets to windowed with HD resolution.search_id [term] [max_lines=5] allows searching the object ID list.
search_id wolf: Prints all object IDs that contain word "wolf".search_id fx_ 10: Prints all object IDs that contain word "fx_" on up to 10 lines.seed prints the world seed.server [command] executes given command on the server.
server dev_config disable_command event: Disables usage of event command for non-root users.server dev_config disable_events 1: Disables random events.unbind [keycode] [amount=0] [silent] allows specifying how many binds are removed. Also prints removed binds, unless the third parameter is given.
unbind wheel: Removes all binds from the mouse wheel.unbind wheel 0: Removes all binds from the mouse wheel.unbind wheel 1: Removes the last bind from the mouse wheel.unbind wheel 3: Removes the last 3 binds from the mouse wheel.unbind [tag] [silent] removes all binds with a given tag. Also prints removed binds, unless the third parameter is given.undo reverts an action added to the undo/redo manager.wait [milliseconds]delays the execution of the next commands.wind prints the current wind strength.The large map shows coordinates of the cursor when hovered. This can be useful for any commands that require coordinates.
If configured, the minimap can also show the player's coordinates.
If this mod is also installed on the server, admins can also receive position of players who have set their position as private (disabled by default).
These players are shown on the map with a ticked off icon and will also be available for the pos command.
Three ways to edit the settings:
dev_config and server dev_config commands.server_devcommands.cfg in the config folder.true, key: access_private_chests): Allows opening private chests.true, key: access_warded_areas): Allows accessing warded areas.false, key: god_always_dodge): Automatically dodges with the god mode.false, key: god_always_parry): Automatically parries with the god mode when not blocking.false, key: auto_debugmode): Automatically turns debug mode on/off when devcommands are enabled or disabled.true, key: auto_devcommands): Automatically tries to enable devcommands when joining servers.false, key: auto_fly): Automatically turns fly mode on/off when devcommands are enabled or disabled.false, key: auto_ghost): Automatically turns ghost mode on/off when devcommands are enabled or disabled.false, key: auto_god): Automatically turns god mode on/off when devcommands are enabled or disabled.true, key: automatic_item_pick_up): Sets the default value for the automatic item pick up feature.false, key: auto_nocost): Automatically turns no cost mode on/off when devcommands are enabled or disabled.true, key: debug_fast_teleport): Makes teleporting much faster. , key: disable_global_key): Global keys separated by , that can't be set (server side).false, key: disable_no_map): Disables no map having effect.false, key: disable_events): Prevents random events from happening (server side setting).false, key: disable_start_shout): Removes the initial shout message when joining the server.false, key: disable_tutorials): Prevents the raven from appearing.false, key: disable_unlock_messges): Disables messages about new pieces and items.false, key: hide_shout_pings): Forces shout pings at the world center.false, key: ghost_invisibility): Invisible to other players with ghost mode.50, key: max_undo_steps): How many undo actions are stored.true, key: no_clip_clear_environment): 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.false, key: fly_no_clip): Removes collision check with fly mode.false, key: no_drops): Prevents creatures from dropping loot, can be useful if people accidentally spawn very high star creatures. Only works when as the zone owner.true, key: god_no_edge): Removes the pull for an even godlier god mode.true, key: god_no_knockback): Removes knockback for an even godlier god mode.true, key: god_no_stagger): Removes staggering for an even godlier god mode.true, key: god_no_stamina): Removes the stamina usage for an even godlier god mode.false, key: god_no_weight_limit): Removes the weight limit for an even godlier god mode.true, key: map_coordinates): Shows cursor coordinates when hovering the map.false, key: minimap_coordinates): Shows player coordinates on the minimap.false, key: private_players): Shows players on the map even if they have set their position as private. Must be enabled both client and server side to work (admins can individually keep the feature off even when enabled from the server).Recommended to keep all features on, unless there are errors or mod conflicts.
true, key: aliasing): Enables command aliasing.auto_exec): Executes the given command when joining a server (before admin is checked).auto_exec_boot): Executes the given command when starting the game.auto_exec_dev_off): Executes the given command when disabling devcommands.auto_exec_dev_off): Executes the given command when enabling devcommands.true, key: best_command_match): Executes only the commands with the most modifiers keys pressed. Simplifies key binding because negative modifier keys don't have to be used.true, key: command_descriptions): Shows command descriptions as autocomplete.false, key: debug_console): Prints debug output to the console related to aliasing and parameter substitution.false, key: disable_debug_mode_keys): Removes debug mode key bindings for killall, removedrops, fly and no cost.false, key: disable_messages): Prevents messages from commands.false, key: disable_warnings): Removes warning texts from some command parameter descriptions.dev_config disable_command, key: disable_command): Command names separated by , that can't be executed. Mainly useful on the server to prevent some server-side commands.leftcontrol, key: fly_down_key): Changes the key command for flying down. Multiple keys are supported (see Bind section for more info).space, key: fly_up_key): Changes the key command for flying up. Multiple keys are supported (see Bind section for more info).true, key: improved_autocomplete): Enables parameter info or options for every parameter.none, key: mouse_wheel_bind_key): The simulated keycode when using the mouse wheel.true, key: multiple_commands): Enables multiple commands per line (when separate by ;).dev_config command.true, key: substitution): Enables parameter substitution (with $).randomevent,stopevent,genloc,sleep,skiptime, key: server_commands): Names of commands that should be automatically executed on the server. event command is not included because it has a custom server-side support.v1.26
last to the goto command to allow easily returning to the previous position.v1.25
debug_fast_teleport is enabled.v1.24
disable_unlock_messages.v1.23
disable_no_map to override the nomap rule.hide_shout_pings to force the ping at the world center.v1.22
debug_fast_teleport to make all teleporting faster with the debug mode.goto command to allow easier teleporting to the ground or high in the sky.bind (needed by some mods).unbind command to directly remove binds with a tag.Thanks for Azumatt for creating the mod icon!