Teleport | This update features a teleport function to the /gta list command. When you click on any of the list entries you are now able to teleport to any of the gravity tubes. The implementation has been done thoughtfully i.e. when teleporting the plugin will find a safe location at the gravity tube (solid block to stand on and 2 air blocks above); it will even make you look at the source block of the gravity tube!
The implementation makes use of a "hidden" command (not listed in the help menu), however, it has been implemented in a way that makes it impossible to abuse it. When executing the command it will only teleport you if there is a gravity tube within a 1 block range. You can't use it to teleport anywhere in the world by executing the command manually with arbitrary parameters
Message | As mentioned the plugin will find a safe location at the gravity tube i.e. any of the surrounding 8 blocks. If all locations are obstructed you'll be prompted with the following message:
Code (YAML):
Messages:
Admin:
UnsafeTeleport: '
%prefix% &cThere are no safe destination at the gravity tube!'
The message is automatically added to the messages.yml file.