WarpPortals_v0552

Details

  • Filename
    WarpPortals_v0552.jar
  • Uploaded by
  • Uploaded
    Feb 4, 2014
  • Size
    85.30 KB
  • Downloads
    10,226
  • MD5
    be41b05baafca2c70c5321593b127e67

Supported Bukkit Versions

  • CB 1.7.2-R0.2

Changelog

5.5.2

  • Teleportation messages can now be disabled, properly.
    • Set portals>teleport>message to "&none", without the quotes, in the config.yml file # for real this time
  • WarpPortals now handles World unloads and deletions
    • This should fix all known issues causing data to be deleted
  • The portal ID tool is multi-use, it won't dequip after each ID.
  • Per-portal permissions can now be set (eg, donor rank portals)
    • WarpPortals now check for if a player has "warpportals.enter.{PortalName}" permission before teleporting
    • By default ever player has "warpportals.enter.*", this can be changed and allows for donor rank portals and such
    • You can set whether players are told that they don't have permission, or make the portal "silent"
  • Faster onPlayerMove algorithm that is over 100% more efficient in some situations!
  • Users are alerted when they run commands without proper permission
    • Should help permission debugging
  • CommandHandler polished for more efficiency as well

4.2.1

  • Teleportation messages can now be disabled.
    • Set portals>teleport>message to "&none", without the quotes, in the config.yml file
  • WarpPortals now auto backups the data file after every portal creation
    • This should allow for easy recovery in the event of data loss
    • As of now, there is no limit on the number of backup files that can be created. Manual cleanup may be necessary.
  • New API event added: WarpPortalsCreateEvent
    • Triggered when a user creates a WarpPortal
    • Allows access to the new portals name, destination, blocks
    • Allows these elements to be modified by other plugins

4.1.4 Critical Fix

  • WarpPortals now handles permissions properly
    • Non-ops can use WarpPortals
    • Follows Bukkit Permissions structure
    • Thank you WeaselSqueezer

4.1.3

  • New portal interaction engine on the backend
    • WarpPortals can be made of any block type!
    • WarpPortals activate faster for players in survival mode
    • Protect WarpPortals from getting destroyed
    • Keeps liquids from flowing inside portals so that portals can be made of water/lave
  • Renamed all WarpPortal commands in a more logical manner
    • Separated commands into wp-portal- and wp-destination-
    • Abbreviations added for ease-of-typing, checkout Aliases

3.0.0 (2.1.1 merged in)

  • Added soft-depends to hopefully fix all the lost portals errors!
  • Added WarpPortals Event API
    • Plugins can be written that tie into WarpPortals
    • Example: An economy plugin can be created that charges people for portal use
    • Allows 3rd parties to add missing features

2.01

  • ENDER PORTALS!!!!
    • Horizontal portals can now be made out of Ender Portal!
    • Instead of using Gold Block to create the portal, use Quartz Block.
    • Unlike Normal Portals which are vertical, Ender Portals are horizontal beasts.
  • BugFix: Chat Colors are now used for portal creation.
  • BugFix: Portal Creation Tools stay active for retries when a portal fails to create due to MaxRecursionLimit or similar.
  • Minor: Portal Delete Tools now alert when they are equipped.

1.93

  • Chat Colors are now handled properly, the Bukkit way.
    • Setting a Chat Color doesn't require any special characters in the config file anymore! Just the color code. (eg. '3' instead of '&3')
    • In addition to convenience, this should fix all of the config problems! @R4m8o, @DarkenInsanity, @SpookyPirate
  • Portals now also save their state to disk on creation. This should fix any lost portal errors. @getnjr, @iDazzah

1.81

  • Error reporting for Config File Loading and Portal Saving has been improved. Instead of receiving an obscure message, the actual error is now reported.

1.70

  • Compiled and coded against Java SE 6. Supports Java 6 finally! Use it on both Java 6 and 7 :)

1.64

1.63

  • WarpPortals requests highest priority on Portal Enter events. This should fix normal portals acting weird (@SpookyPirate) and Warp Portals taking a while to teleport (@mrchasez)

1.61

  • The functionality (as in: the ability to teleport like normal) of traditional Nether/End portals is now toggleable via settings. @sgtcaze

1.50

  • Non-WarpPortals now function like normal! @SpookyPirate

1.43

  • Hopefully fixed any File Reading / Scanner errors. Thanks Zylithi!
  • Fixed command conflict with WorldGuard concerning teleporting to Portals/Destinations.

1.31

  • First offical release!