The Jump Module allows players to make short distance teleports, either to a location in the light of sight or through walls, to the surface, or to get unstuck if the player gets stuck in a block.
The following are incompatibilities that may occur with this module, along with how to resolve the problem. For the full mod/plugin incompatibility list, see the compatibility page.
No plugin incompatibilities have been reported.
            Aliases: 
             /jump, /j, /jmp
        
            Usage:   /jump 
        
Default Role: ADMIN
            Basic Command Permission:  nucleus.jump.base
        
Permissions
nucleus.jump.exempt.cooldown - Default Role: ADMIN nucleus.jump.exempt.cost - Default Role: ADMIN nucleus.jump.exempt.warmup - Default Role: ADMIN nucleus.jump.base - Default Role: ADMIN 
            
            This command is an equivalent to the following command(s) in Essentials: 
            /jump, /j, /jumpto 
        
            Aliases: 
             /thru, /through
        
            Usage:   /thru 
        
Default Role: ADMIN
            Basic Command Permission:  nucleus.thru.base
        
Permissions
nucleus.thru.exempt.cooldown - Default Role: ADMIN nucleus.thru.exempt.warmup - Default Role: ADMIN nucleus.thru.exempt.cost - Default Role: ADMIN nucleus.thru.base - Default Role: ADMIN By default, /top will not teleport a player into an unsafe situation. This might result in moving slightly in the x or z directions, or not teleport the player at all. To teleport without regard for player safety, add "-f" to the command.
            Aliases: 
             /top, /tosurface, /totop
        
            Usage:   /top [-f <f>] [<player>]
        
Default Role: ADMIN
            Basic Command Permission:  nucleus.top.base
        
Permissions
nucleus.top.exempt.cooldown - Default Role: ADMIN nucleus.top.others - Default Role: ADMIN nucleus.top.exempt.cost - Default Role: ADMIN nucleus.top.base - Default Role: ADMIN nucleus.top.exempt.warmup - Default Role: ADMIN 
            Aliases: 
             /unstuck
        
            Usage:   /unstuck 
        
Default Role: ADMIN
            Basic Command Permission:  nucleus.unstuck.base
        
Permissions
nucleus.unstuck.exempt.cost - Default Role: ADMIN nucleus.unstuck.base - Default Role: ADMIN nucleus.unstuck.exempt.cooldown - Default Role: ADMIN nucleus.unstuck.exempt.warmup - Default Role: ADMIN | Permission | Suggested Role | Description | 
|---|---|---|
| nucleus.jump.base | ADMIN | Allows the user to run the command /jump | 
| nucleus.jump.exempt.cooldown | ADMIN | Allows the user to bypass the cooldown for /jump | 
| nucleus.jump.exempt.cost | ADMIN | Allows the user to bypass the cost for /jump | 
| nucleus.jump.exempt.warmup | ADMIN | Allows the user to bypass the warmup for /jump | 
| nucleus.thru.base | ADMIN | Allows the user to run the command /thru | 
| nucleus.thru.exempt.cooldown | ADMIN | Allows the user to bypass the cooldown for /thru | 
| nucleus.thru.exempt.cost | ADMIN | Allows the user to bypass the cost for /thru | 
| nucleus.thru.exempt.warmup | ADMIN | Allows the user to bypass the warmup for /thru | 
| nucleus.top.base | ADMIN | Allows the user to run the command /top | 
| nucleus.top.exempt.cooldown | ADMIN | Allows the user to bypass the cooldown for /top | 
| nucleus.top.exempt.cost | ADMIN | Allows the user to bypass the cost for /top | 
| nucleus.top.exempt.warmup | ADMIN | Allows the user to bypass the warmup for /top | 
| nucleus.top.others | ADMIN | Allows the user to target other players using the command "top". | 
| nucleus.unstuck.base | ADMIN | Allows the user to run the command /unstuck | 
| nucleus.unstuck.exempt.cooldown | ADMIN | Allows the user to bypass the cooldown for /unstuck | 
| nucleus.unstuck.exempt.cost | ADMIN | Allows the user to bypass the cost for /unstuck | 
| nucleus.unstuck.exempt.warmup | ADMIN | Allows the user to bypass the warmup for /unstuck | 
                            # The maximum distance a player can move using the /jump command. Negative values mean infinite - use with care.
max-jump-distance=350
# The maximum distance a player can move using the /thru command. Negative values mean infinite - use with care.
max-thru-distance=25
unstuck-distances {
    # The maximum distance vertically /unstuck can send you.
    height=1
    # The maximum distance horizontally /unstuck can send you.
    horizontal-radius=1
}