Server devcommands
Enables devcommands and utilities for server admins.
CHANGELOG
-
v1.84
- Fixed for the new game version.
-
v1.83
- Internal change: Adds room index to the object selector.
- Internal change: Adds "t" and "f" as accepted values for true and false.
- Internal change: Fixes all prefabs being selected if no valid prefab is found.
- Internal change: Removes excess logging.
-
v1.82
- Adds setting toggling to the command "dev_config".
- Internal change: Adds autocomplete support for dungeon room names.
- Internal change: Scale range parameters can be randomized uniformly.
-
v1.81
- Adds a new setting "Kill destroys spawners".
- Changes the setting "Access private chests" to forcefully open the chest.
-
v1.80
- Changes the
calm
command to also remove the creature target. - Fixes the
dmg
command not working. - Fixes the setting "Automatic item pick up" not working.
- Changes the
-
v1.79
- Fixes autocomplete not working for locations (without Expand World Data mod installed).
-
v1.78
- Fixes autocomplete not working for location clones (from Expand World Data mod).
- Fixes error message when typoing an object name.
- Fixes vanilla object copy not copying the rotation.
-
v1.77
- Fixes the command
recall
(now internally uses tp command). - Fixed for the new version of the game.
- Fixes the command
-
v1.76
- Adds a new command
dmg
to deal damage to players, thanks Trapaceiro! - Fixes the "Disable no map" setting not working.
- Fixes the
tp
command not working on other players. - Fixes autocomplete breaking when wrapping "" was used.
- Adds a new command
-
v1.75
- Fixes the
alias
andbind
commands not working with multiple commands. - Lots of changes to support the new data system for World Edit Commands.
- Fixes the
-
v1.74
- Reverts the admin check change. Lovely!
-
v1.73
- Changes the admin check to use the official admin check.
- Fixes single selector not being able to target players or _ZoneCtrl objects (for example with Infinity Hammer).
- Fixes some commands still being case sensitive.
- Fixes commands without autocomplete causing an error.
-
v1.72
- Fixes commands, this time for real.