RandomTP V1.5

Details

  • Filename
    RandomTP.jar
  • Uploaded by
  • Uploaded
    Jan 21, 2015
  • Size
    16.66 KB
  • Downloads
    4,617
  • MD5
    310b496277c1801b55204d0e932d79a1

Supported Bukkit Versions

  • 1.8.1

Changelog

V1.5:

Default config is changed in this update. Please see the page regarding default configuration and update your config.yml file. (If you delete your config.yml, an up to date one will be generated for you)

  • Added a minimum distance option to the config. This option lets you specify at least how far away a player should be teleported
  • Added the ability to be teleported to a random spot in a random world (See the new tutorials page to learn how to set it up)
  • Added a message to be sent to the user when they teleport. (Can be toggled in the config)
  • Removed unneeded code when reading the config

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