Skip to content
Person8880 edited this page Jan 3, 2013 · 3 revisions

Overview

The unstuck plugin provides players with a way to get out of world geometry they are stuck inside.

Config

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.

Commands

Command Chat Command Arguments Description
sh_unstuck !unstuck or !stuck N/A Attempts to free the given player from world geometry.
Clone this wiki locally