VoidWarp

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

  • voidwarp.admin - Can use commands
  • voidwarp.user - Is teleported when they fall through a void

Configuration

#Default config file

#Height above ground to drop player back into the world at
#when they have been teleported
drop-height: 20

#Distance player will fall through the void before being teleported
fall-distance: 50

#What permissions systems to use
permissions:

    #Allow ops to execute all commands
    op: true
    
    #Use permission nodes (inactive)
    nodes:
        
        #Enable/diable the admin permission node
        admin: true
        
        #User's require node to be teleported
        user: true
        
        #Enable the node that allows players to be exempt from teleport costs
        free: true
        
    #Do use a Super Permissions compatible manager?
    bukkit: true
      
    #Do you use vault? (Not needed if you use a SuperPerms compatible manager)
    vault: false
    
economy:
    #Enable to enable/diable warp costs
    enable: false
    
    #Enable to use vault to manage ecomonomy
    vault: true

#Warp destination
destination:

    #World to teleport player to
    world: world
    
    #x co-ordinate in specified world
    x: 0
    
    #No y co-ordinate as you always appear at the highest point.
    #Wouldn't be like you fell from the sky if you didn't.
    
    #x co-ordinate in specified world
    z: 0
   
#Enable the plugin 
enable: true

Known Bugs

  • None

Planned Features

  • Warp to spawn
  • Multi World Support (different settings for each world)
  • Warp near fall

Donating

Making a donation is totally voluntary, however if you wish to donate I am happy to accept. I don't expect everyone using my plugin to donate however if your using my plugin (or any developer's plugins for that matter) on a server where you too receive donations then how about considering passing along some of that love to the people who make the plugins that make your server possible? I wouldn't expect people who don't make money from the use of the plugin to donate but all donations are appreciated and would help speed up development and get feature requests completed. If you would like to donate to me then you can use the button below:

Donate


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit