-
Notifications
You must be signed in to change notification settings - Fork 23
Unstuck
Person8880 edited this page Jan 27, 2018
·
5 revisions
The unstuck plugin provides players with a way to get out of world geometry they are stuck inside.
The default config file should look something like this:
{
"TimeBetweenUse": 30,
"DistanceToCheck": 6,
"MinTime": 5,
"DelayBeforeMovingInSeconds": 0
}
The file should be called "Unstuck.json" and should be placed in the directory defined as your plugin config directory (default is config://shine/plugins).
Option | Description |
---|---|
TimeBetweenUse | Determines how long (in seconds) a player must wait between successful uses of the unstuck command before being able to use it again. |
DistanceToCheck | Determines how far around the player to look for a spawn location. |
MinTime | Determines how long (in seconds) a player must wait between failed unstuck attempts. |
DelayBeforeMovingInSeconds | How long to force players to remain stationary after using the unstuck command before they will be moved. |
Command | Chat Command | Arguments | Description |
---|---|---|---|
sh_unstuck | !unstuck or !stuck | N/A | Attempts to free the given player from world geometry. |