1.0.7

Details

  • Filename
    Excursion-1.0.7.jar
  • Uploaded by
  • Uploaded
    Dec 19, 2012
  • Size
    124.72 KB
  • Downloads
    640
  • MD5
    c4c86e15ffeeab6c5e8e44f26aa15215

Supported Bukkit Versions

  • CB 1.4.5-R1.0

Changelog

Due to the use of new APIs, 1.0.7 requires a fairly recent CraftBukkit version — either the recently-released 1.4.5-R1.0 or a 1.4.5-R0.3 dev build.

1.0.7

  • Add support for tab-completion (world groups and player names are now tab-completed in game).
  • Minor optimizations and clean up of code.
  • Explicitly check for negated world access permissions. Double-check your excursion.access. permissions. What this means is that you can now grant a player excursion.access.* and then explicitly set their excursion.access.worldB permission to false. This grants /visit access to all worlds except worldB.
  • Uses new Bukkit API to determine solid blocks. Should no longer require explicit updates between Minecraft major versions to recognize new blocks.
  • Add -n (or --now) option to /visit to allow bypassing of any configured teleport delay. The excursion.visit.now permission is required to use this option.
  • Allow specifying a player with the /visit command, e.g. /visit <world> <player>. Requires the excursion.visit.other permission.

Both new permissions are given to OPs by default.

1.0.6

  • Add missing solid blocks from Minecraft 1.3.x
  • Rewrite of storage system. Saved locations are read and permanently cached when the plugin starts (and re-read after an /excursion reload). Database writes occur immediately, but asynchronously, e.g. when players teleport from world to world.

1.0.5

  • Update solid block list (for Minecraft 1.2.x)

1.0.4

  • Fix for Bukkit 1.1.

1.0.3

  • Update solid block list (for Minecraft 1.0.0)
  • Update Bukkit dependency to 1.0.1-R1.
  • Remove "delays" section, introduced in Excursion 1.0.1

1.0.2

  • Re-work config for generic group options.
  • Add option to cancel delayed teleports on attack/damage.

New config properties

NOTE: config.yml will be automatically upgraded. Be sure to edit/review config.yml after running this new version.

NOTE: The "delays" section (introduced in 1.0.1) is being deprecated in favor of the "options" section. Be sure to update/add any teleport delays in the "options" section. Excursion will no longer read teleport delays from the "delays" section in 1.0.3+.

1.0.1

  • Switch to new config system introduced in CB1317.
  • Add per-world configurable teleport delay.

New config properties

NOTE: config.yml will be automatically upgraded. Be sure to edit/review config.yml after running this new version.

  • delays

1.0

  • Initial public release.