promotional bannermobile promotional banner

RandomTP

Randomly Teleports you within bounds you define

File Details

RandomTP V1.4

  • R
  • Dec 21, 2014
  • 14.28 KB
  • 3.6K
  • 1.8.1

File Name

RandomTP.jar

Supported Versions

  • 1.8.1

V1.4:

Default config is changed in this update. Please add "debug = false" to your current config.yml file

  • Fixed issue where money was not taken from players on teleport (now only happens if the feature is enabled in the config. Did not work at all before)
  • Fixed infinite loop if player tried to teleport without enough money (only happened if feature was enabled in the config.)
  • Added option to debug. (default config now includes "debug = false" at the top of the config)
  • Added ability to teleport other players via in game command, console, and command block (/rtp <player name>)
  • Added permission randomtp.other which is required to teleport other players (console and command blocks have this by default)

NOTE: Cooldowns, cost, and anticheat measures are not checked when a player is teleported using /rtp <player name>

V1.3:

  • Added the ability to teleport with signs
  • Added the permission node randomtp.sign.use
  • Added the permission node randomtp.sign.make

V1.2:

  • Refixed error that would occur if player logged off while teleporting (stupid me forgot to register a listener and I just realized...)

V1.1:

  • Fixed error that would occur if player logged off while teleporting
  • Fixed "Plugin cannot be null" error
  • Cleaned up some of the code

V1.0:

  • First version. No changes