


This client side mod allows devcommands for server admins.
Some features and commands require also installing the mod on the server (event, randomevent, resetkeys, skiptime, sleep, stopevent).
Check wiki for available commands and how to use them.
bind command supports a new named parameter keys= that allows configuring which keys must or must not be down when pressing the bound key.
For example:
- bind j god: Toggles god mode when pressing J.
- bind j god keys=leftalt: Toggles god mode when pressing J while left alt is down.
- bind j god keys=-leftalt: Toggles god mode when pressing J while left alt is not down.
- bind j god keys=leftalt,h: Toggles god mode when pressing J while both left alt and h are down.
After removing this mod, these binds very likely stop working or lead to unexpected behavior. Recommended to clear all binds with the resetbinds command.
pos command allows getting the position of any player.
pos: Returns your position.pos jay: Returns the position of a player named Jay,Heyjay or whatever is the closest match.event command 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.The large map shows coordinates of the cursor when hovered. This can be useful for any commands that require coordinates. The feature can be toggled with dev_config map_coordinates command.
If this mod is also installed on the server, admins will also receive position of players who have set their position as private.
These players are shown on the map with a ticked off icon and will also be available for the pos command.
The feature can be toggled with dev_config private_players command or by editing the config.
v1.5:
v1.4:
v1.3:
v1.2:
v1.1:
v1.0: