RandomTP - Random Teleportation icon

RandomTP - Random Teleportation -----

Teleports the player to a random location



It can be used in all versions running on Java 8 and above.

Description:
A plugin that allows you to perform arbitrary teleportation around the world with an unlimited radius from the center of the map. Teleportation is performed to the safe block of the highest point. The plugin provides a time delay between the use of commands, and also allows you to configure teleportation even in other dimensions.


Permissions:
randomtp.* - All rights under the plugin
randomtp.usage - Allows you to use teleportation
randomtp.bypass- Removes the delay before teleportation
randomtp.reload - Allows you to reload the plugin configuration

Commands:
/rtp - Randomly teleports the player
  • /randomtp
  • /randomteleport
  • /rteleport
/rtp reload - Reloads the plugin configuration
/rtp [world_name] - Starts searching for a teleport location in the specified world. You can leave it empty, then teleportation will begin in the current world

Code (YAML):
Settings:
  DataBase
:
    # Supports MySQL
    type
: SQLite
    host
: 'localhost'
    port
: 3306
    table-name
: 'RandomTP'
    user
: 'user'
    password
: 'password'

  Teleport
:
    # The waiting time before the next use of the command
    # Should be specified in seconds
    # You don't need to put spaces!
    ## 1 minute = 60 seconds
    ## 1 hour = 3,600 seconds
    ## 1 day = 86,400 seconds
    ## 1 week = 604,800 seconds
    cooldown
: 604800

    # Declination of time
    # Spaces so that there is a separation between word and time
    days
: ' day ; day ; days '
    hours
: ' hour ; hours ; hours '
    minutes
: ' minute ; minutes ; minutes '
    seconds
: ' second ; seconds ; seconds '

    # Teleportation at the first appearance in the world
    first-join
: false

    # Teleportation at any login to the server
    join
: false
    radius
: 10000 #Specify only positive numbers

  # List of worlds where random teleportation is available
  # Attention!
  # Don't fit worlds with large voids like world_the_end
  # In the world, world_nether will teleport to the upper thigh
  Worlds
:
   - world

  # Blocks that the player does not teleport to
  blacklist-blocks
:
   - AIR
    - WATER
    - LAVA

  Messages
:
    # Standard colors '&' work
    # Line break %n%
    # Remaining on timer: %timer%
    teleport-start
: '&eTeleportation has begun, location search ...'
    teleport-success
: '&aYou have been successfully moved! &eOn &c %cord%'
    teleport-wait
: '&eExpect more &c %timer%'
    teleport-err-world
: '&cError : &eIn this world it is forbidden to use random teleportation'
    not-permission
: '&cNot enough rights!'
    not-player-usage
: '&cOnly the player can use this command!'
    reload-config
: '&aThe configuration has been reload!'

Code (YAML):
Settings:
  DataBase
:
    type
: SQLite # Поддерживает MySQl
    host
: 'localhost'
    port
: 3306
    table-name
: 'RandomTP'
    user
: 'user'
    password
: 'password'

  Teleport
:
    # Время ожидания перед следующим использованием команды
    # Указывать в секундах
    # Пробелы ставить не нужно!
    ## 1 минута = 60 секунд
    ## 1 час = 3 600 секунд
    ## 1 сутки = 86 400 секунд
    ## 1 неделя = 604 800 секунд
    cooldown
: 604800
    # Склонение времени
    # Пробелы для того чтобы было разделение между словом и временем
    days
: ' день ; дня ; дней '
    hours
: ' час ; часа ; часов '
    minutes
: ' минута ; минуты ; минут '
    seconds
: ' секунда ; секунды ; секунд '
    # Телепортация при первом появлении в мире
    first-join
: false
    # Телепортация при любом входе на сервер
    join
: false
    radius
: 10000 #Указывать только положительные числа

  # Список миров в которых доступна рандомная телепортация
  # Внимание!
  # Не вписывать миры с большими пустотами, такими как world_the_end
  # В мире world_nether будет телепортировать на верхний бедрок
  Worlds
:
   - world

  # Блоки на которые игрока не телепортирует
  blacklist-blocks
:
   - AIR
    - WATER
    - LAVA

  Messages
:
    # Работают стандартные цвета '&'
    # Перенос строки %n%
    # Остаток на таймере: %timer%
    teleport-start
: '&eТелепортация началась, поиск локации ...'
    teleport-success
: '&aВы были успешно перемещены! &eНа &c %cord%'
    teleport-wait
: '&eОжидайте ещё &c %timer%'
    teleport-err-world
: '&cОшибка : &eВ этом мире запрещено использовать рандомную телепортацию'
    not-permission
: '&cНедостаточно прав!'
    not-player-usage
: '&cТолько игрок может использовать эту команду!'
    reload-config
: '&aКонфигурация перезагружена!'

Support database:
  • SQLite
  • MySQL

Metrics:
Resource Information
Author:
----------
Total Downloads: 27,453
First Release: Dec 28, 2021
Last Update: Sep 24, 2023
Category: ---------------
All-Time Rating:
7 ratings
Find more info at t.me...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings