VoidTeleport+ | Falling into the void icon

VoidTeleport+ | Falling into the void -----

Many different ways to teleport when fall in the void, such as at spawn point. Choose yours now!




[​IMG]
[​IMG]
VoidTeleport+ adds a new feature on
your Minecraft server! Do you want to
prevent players' death when they fall
into the void? Find out lots of modes
to manage players falls into the void.



[​IMG]

⬤ Teleport back a player from the void, avoiding deaths
Fully customizable in-game chat or actionbar messages
Set the layer by where the player should be teleported
Coordinates settable with in-game command or config.yml
Choose enabled worlds where the plugin should work
Keep-inventory option on teleport
⬤ Player damage on teleport
Particles and sounds when players get teleported
Execute custom commands
6 different modes
when a player falls into the void
Bungee support to teleport a player to another server
WorldGuard regions support
PlaceholderAPI support
Also mobs you are riding now get teleported
⬤ Nether teleporting system when a player tries to go on the roof of the world (bedrock level)
Now supports 1.21 version

[​IMG]


[​IMG]


[​IMG]

[​IMG]

[​IMG]
Jump mode and Last Point mode are different. with jump you do not get teleported to the last point, but you have to set a high jump power letting the player move back towards the ground, if they want.

[​IMG]

[​IMG]
[​IMG]


[​IMG]

1. Download the plugin
from Spigot and place the VoidTeleport.jar file in your plugins folder.

2. Restart your server
to generate the configurations, or use any other way to load the plugin, such as PlugMan.

3. Run the in-game command /VoidTeleport setspawn <worldname>
in the location where you want fallen players to be teleported, or customize manually the database.yml file in your /plugins/VoidTeleport/ folder.

4.
The plugin is already working, but you can also customize other features from configuration files and then run /VoidTeleport reload.

5. Enjoy the plugin!


[​IMG]

Code (Text):

#CONFIG

#Enable or disable startup notification that lets you know if the plugin is up to date
update-notify: true

#You can configure the message that appears when a player get teleported.
message-system:
  chat:
    enabled: true
    void: "%prefix &7You have been successfully teleported!" #This message is sent when a player falls in the void
    nether: "%prefix &cYou can't go over the nether roof!" #This message is sent when a player tries to go over the nether roof
  actionbar:
    enabled: true
    void: "%prefix &7You have been successfully teleported!"
    nether: "%prefix &cYou can't go over the nether roof!"

#Sounds list -> https://www.spigotmc.org/threads/sounds-1_7-1_16_1.340452/
#Configure the sound played when a player get teleported
sound:
  enabled: false
  void: ""
  nether: ""

#Particles list -> https://pastebin.com/Dd2Tw2j1
#You can enable the particle effect when a player get teleported
effect:
  enabled: true
  particle: "FIREWORKS_SPARK"

#You can configure how high the player will be teleported when the active will be endlessfall.
mode:
  endlessfall:
    offset: 256.0

#LANG

prefix: "&8&l[&6&lVoidTeleport+&8&l]"

help:
  - "&8&l&m---------------------------------------------"
  - "&6&l                  VoidTeleport+ v%version"
  - "&8&l&m---------------------------------------------"
  - "&a/vt list &7- List of worlds where VoidTeleport is enabled"
  - "&a/vt toggle [world] &7- Toggle VoidTeleport in that world"
  - ""
  - "&a/vt mode <world> <type>"
  - "&a/vt offset <world> <y>"
  - "&a/vt setspawn [world]"
  - "&a/vt setcommand <world> <console/player> <command/none>"
  - "&a/vt keepinventory <world> <true/false>"
  - "&a/vt damage <world> <number>"
  - "&a/vt direction <world> <down/up>"
  - "&a/vt nether [world] [true/false]"
  - "&a/vt server <world> <name>"
  - "&a/vt region <add/remove> <world> [region]"
  - ""
  - "&a/vt reload &7- Reload the configuration files"
  - "&8&l&m---------------------------------------------"

list:
  header:
    - "&8&l&m------------------------------------"
    - "&6&l             VoidTeleport+"
    - "&8&l&m------------------------------------"
  body: "&aEnabled worlds: "
  footer:
    - "&8&l&m------------------------------------"

usage:
  toggle: "%prefix &7Use &c/vt toggle [world]"
  mode: "%prefix &7Use &c/vt mode <world> <type>"
  offset: "%prefix &7Use &c/vt offset <world> <y>"
  damage: "%prefix &7Use &c/vt damage <world> <number>"
  direction: "%prefix &7Use &c/vt direction <world> <down/up>"
  setspawn: "%prefix &7Use &c/vt setspawn [world]"
  setcommand: "%prefix &7Use &c/vt setcommand <world> <console/player> <command/none>"
  keepinventory: "%prefix &7Use &c/vt keepinventory <world> <true/false>"
  nether: "%prefix &7Use &c/vt nether <world> <true/false>"
  region: "%prefix &7Use &c/vt region <add/remove> <world> [region]"
  server: "%prefix &7Use &c/vt server <world> <name>"

empty-list: "%prefix &7Coudn't find any set condition. Use /vt toggle <worldName> to start setting!"

mode-set: "%prefix &7You set the %world on %mode mode."

offset-set: "%prefix &7You have set the teleportation offset to %offset for the %world world"

server-set: "%prefix &7You have set the bungeecord server to %server for the %world world"

damage-set: "%prefix &7You have set the teleport damage to %damage for the %world world"

direction-set: "%prefix &7You have set the teleport direction to %direction for the %world world"

command-removed: "%prefix &7You have successfully removed the command!"

setspawn-success: "%prefix &7The spawnpoint has been set &asuccessfully&7."

setcommand-success: "%prefix &7The command has been set &asuccessfully&7."

keepinventory-success: "%prefix &7KeepInventory has been set &asuccessfully&7."

nether-world: "%prefix &7You cannot change this setting of a nether world"

nether-success: "%prefix &7Nether has been set &asuccessfully&7."

nether-unsuccess: "%prefix &cThe %world world is not a nether world"

nether-already-disabled: "%prefix &cNether is already disabled."

region-removed: "%prefix &7Region removed &asuccessfully&7."

region-added: "%prefix &7Region added &asuccessfully&7."

reload-success: "%prefix &7The config has been reloaded!"

voidteleport-enabled: "%prefix &7You have enabled VoidTeleport in the world %world"

voidteleport-disabled: "%prefix &7You have disabled VoidTeleport in the world %world"

unrecognized-command-type: "%prefix &cTypes of commands available: Console, Player"

unrecognized-mode-type: "%prefix &cTypes of modes available: Spawn, LastPoint, EndlessFall, Jump, InstantDeath, BungeeCord"

only-player: "%prefix &cThis command can be executed only by players."

no-permission: "%prefix &cYou don't have enough permission to do that."

spawnpoint-notset: "%prefix &cJust set the spawn point in that world /vt setspawn <worldname>."

server-notset: "%prefix &cJust set the bungeecord server in that world /vt server <world> <name>."

world-not-enabled: "%prefix &cThe world %world isn't enabled! Type the command '/vt toggle %world' to start setting up."

mode-already-set: "%prefix &cThe %world world has the %mode mode already set!"

region-already-added: "%prefix &cRegion already added!"

world-notexists: "%prefix &cWorld not exists. Check it!"

region-notexists: "%prefix &cRegion not exists. Check it!"

worldguard-not-enabled: "%prefix &cWorldGuard must be enabled!"
 



[​IMG]
➤ voidteleport.use - Allow player teleport
➤ voidteleport.help - Access to info command
voidteleport.list - Allow players to execute /vt list
voidteleport.toggle - Allow players to execute /vt toggle
voidteleport.mode - Choose the mode to use on void teleport
voidteleport.offset - World 'Y' layer after where it teleport
voidteleport.setspawn - Allows staff to configure coords
voidteleport.setcommand - Configure a command to be executed on void teleport
➤ voidteleport.setdirection - Set teleport direction
voidteleport.keepinventory - Allows staff to enable or disable keep inventory
voidteleport.server - Configure in which server the player should be teleported if Bungee mode is on
voidteleport.region - Add or remove a region from the plugin whitelist
voidteleport.damage - Set the player damage on teleport.
voidteleport.nether - Manage nether teleporting system
voidteleport.reload - Reload the config through the ingame command

To be able to use any of the following commands you can also use the permission voidteleport.admin.

⬤ /voidteleport (alias /vt) -
List all commands
/voidteleport list - List of worlds where VoidTeleport is enabled
/voidteleport toggle [worldname] - Enable/Disable the VoidTeleport in a selected world
/voidteleport setspawn [worldname] - Set the spawnpoint of the given world
/voidteleport mode <worldname> <type> - Set the mode of void teleport
/voidteleport direction <worldname> <up/down> - Set whether the plugin should teleport when the player jumps downward or rises upward
/voidteleport offset <worldname> <y-coords> - Set the y coords after where a player should be teleported
/voidteleport setcommand <worldname> <console/player> <command> - Configure the custom command
voidteleport.bypass.commands permission to bypass execution
Placeholders: %player %uuid %world %x %y %z
/voidteleport keepinventory <worldname> [true/false] - Enable or disable the option to keep inventory or not
/voidteleport server <worldname> <servername> - Enable Bungee server mode
/voidteleport region <add/remove> <world> [region] - Add or remove a region from the plugin whitelist
/voidteleport damage <worldname> <number> - Set the player damage on teleport.
/voidteleport nether <worldname> [true/false] - Manage nether teleporting system
/voidteleport reload - Reload the config

[​IMG]
Keep in mind that premium resources have priority on free plugins. If you have any idea on how to increase this plugin, just PM us. We are happy to update our resources in order to create a fully customizable plugin. Just waiting for your message :coffee:

SkyBlock plugins support -
BSkyBlock, IslandWorld, uSkyBlock, BentoBox, AcidIsland, FabledSkyblock e SuperiorSkyblock2
⬤ Multiple commands
⬤ Random teleport
⬤ Possibility to change sound and effect for every world.
Automatic setup of worlds based on a regex
⬤ Possibility to set potion effect on teleport




[​IMG]
Leave now a review to reward our time. Please, do not post any issues as a review, since you won't get support from us. If you have any bugs, doubts or suggestions, just contact us!

[​IMG]

Do you want a custom plugin for your minecraft server?
Use one of the contact methods below and we will do our best to create a quality result customized to your needs. Keep in mind that we receive requests every day and therefore waiting times may be longer than expected. So... don't hesitate and schedule your request ;)


[​IMG][​IMG]
TERMS OF USE - By purchasing this resource, you agree to the following terms:

  • You will not redistribute the plugin to anyone or any website.
  • You will not post or share our SRC code online or offline.
  • You can only run the plugin on any server you own and not owned by anyone else.
  • If you have any issue, you will report them to us before posting any negative review.
  • All purchases are final (no refunds expected).
  • You undestand that these terms may be updated at any given time.
  • Break these terms you will not get any support from the developers.

Copyright © EndlessGames - All rights reserved 2020.
Resource Information
Author:
----------
Total Downloads: 506
First Release: Apr 23, 2020
Last Update: Jul 28, 2024
Category: ---------------
All-Time Rating:
33 ratings
Find more info at bstats.org...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings