This command removes objects within a specified radius, as well as optionally specific objects if a name is provided.
Radius integer | The radius you want to remove objects within. This can range between |
Name Optional | The name of the object you only want to remove. If none is specified, then all objects within the given radius will be removed. Some objects are never removed: players and tombstones, Valkyrie, points of interests (locations), dungeons and their rooms, Vegvisirs, and Boss stones at the start temple. |
The command forcedelete
is used to remove items or entities from the game's world. When using this command, all objects within the specified radius of the player (where the player is located) will be deleted.
You can add optionally specific names of objects to delete them, even if they're not within the specified radius.
For example forcedelete 5
would delete any game object within a radius of five around the player's character.
If applied with the name of an object, it will delete that specified item from anywhere in the world. For example, forcedelete 5 Skeleton
would erase every Skeleton within a radius of five
This command is often used to clear out unnecessary items, correct mistakes, or troubleshoot lag issues.
The forcedelete
command is used to remove or delete specific objects within a certain radius from your current position in the game.
If you provide the specific name of an object after the command, it will delete that particular object.