forked from Person8880/Shine
-
Notifications
You must be signed in to change notification settings - Fork 0
Unstuck
Person8880 edited this page Jan 3, 2013
·
3 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 }
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. |
Command | Chat Command | Arguments | Description |
---|---|---|---|
sh_unstuck | !unstuck or !stuck | N/A | Attempts to free the given player from world geometry. |