1.0.8

Details

  • Filename
    Excursion-1.0.8.jar
  • Uploaded by
  • Uploaded
    Mar 31, 2013
  • Size
    134.17 KB
  • Downloads
    1,538
  • MD5
    f11b36929e11bec50898fb98d972fc45

Supported Bukkit Versions

  • 1.6.2
  • 1.5.2
  • CB 1.4.7-R1.0

Changelog

1.0.8

  • Increase transaction retry count (might solve optimistic locking problems that some people see).
  • Store player state as Bukkit metadata.
  • Add per-world option to cancel delayed teleports on (significant) movement.

There is a new per-world (or group) option called move-cancel. It only matters when there is a teleport delay. If true, the teleport will be cancelled if the player moves across a block boundary (they can still look around while waiting).

1.0.7

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.

  • 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.