Skip to content
flungo edited this page Mar 6, 2012 · 1 revision

Overview

This is my first plugin. Decided to make it as it seemed like something simple enough to do.

What this plugin currently does is warps you to a location if you fall through the void which is currently configurable through the config.yml.

The idea came from the concept of worlds being on top of each-other. For example, if you fell out of the skylands surely you would land in the main world? And if you fell out of the main world you would fall into the nether! With this plugin, you will be able to configure that, however you see fit.

This plugin is still massively under development so expect bugs and expect lots of updates in the coming weeks.

Features

  • Teleport the player to any location of any world when they fall through the void.
  • Disable void damage before teleporting
  • Counteracts fall damage when dropping player into new world

Commands

  • /vwenable - Enables the plugin.
  • /vwdisable - Disables the plugin.
  • /vwset - Sets warp point to current location.

Permissions

  • None - YET!

Configuration

<<code yaml>>

  1. Default config file
  2. Height above ground to drop player back into the world at when they have been teleported drop-height: 20
  3. Distance player will fall through the void before being teleported fall-distance: 50
  1. Warp destination destination:
  2. World to teleport player to world: world
  3. x co-ordinate in specified world x: 0
  4. No y co-ordinate as you always appear at the highest point.
  5. Wouldn't be like you fell from the sky if you didn't.
  6. x co-ordinate in specified world z: 0 <</code>>

Known Bugs

  • None

Planned Features

  • Commands
  • Permissions
  • Warp to spawn
  • Multi World Support (different settings for each world)
  • Warp near fall
Clone this wiki locally