RandomTP v2.1

Details

  • Filename
    RandomTP.jar
  • Uploaded by
  • Uploaded
    Feb 20, 2015
  • Size
    24.10 KB
  • Downloads
    2,447
  • MD5
    f87e36094aaedcb19ff0f934ee1c164a

Supported Bukkit Versions

  • 1.8.1

Changelog

V2.1:

* Fixed issue that caused teleportation when clicking any sign

V2.0:

MAJOR UPDATE

Default config is mostly rewritten in this update. It is suggested that you delete your default config and completely reconfigure the plugin. You can also copy the default config from the default config page of this plugin.

Config updates:
+ Added sections to turn off cooldowns and cost for portals, signs, /rtp, 
  and /rtp other individually rather than a single option
* Renamed and reorganized some config options

Game updates:
+ Added the ability to teleport with portals
+ added commands:
  + /rtp portal
  + /rtp portal <name>
  + /rtp portal create <name> [material]
  + /rtp portal delete <name>
  + /rtp reload
+ added permissions:
  + randomtp.portal.make
  + randomtp.portal.destroy
  + randomtp.portal.use
  + randomtp.portal.info
  + randomtp.reload
+ added task to fill portals without lag
+ added ability to automatically fix and save invalid configuration values
* code rewrite:
  * reorganized several hundred lines of code
  - removed all unnecessary and redundant code
  - removed classes TeleportHandler, Cooldown, config
  + added classes BuildTask, Events, PortalMaker, PreTP, and TeleportType
  * fixed minor bugs and optimization issues

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 
+ Added a message to be sent to the user when they teleport. 
- 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
* Fixed infinite loop if player tried to teleport without enough money
+ Added option to debug.
+ Added ability to teleport other players via in game command, console, and
  command block 
+ Added permission randomtp.other which is required to teleport other
  players

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

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