SecretPassage v1.7

Details

  • Filename
    SecretPassage.jar
  • Uploaded by
  • Uploaded
    Jun 9, 2013
  • Size
    56.01 KB
  • Downloads
    5,313
  • MD5
    5902b04839da8bc2ffcdebd1d64fee9a

Supported Bukkit Versions

  • CB 1.5.2-R0.1

Changelog

v1.7
Backend tweaks

  • Config file will notice and repair itself if missing options, but still does not react if an option is incorrect (like putting '3' instead of 'true')
  • Plugin will not listen for redstone if the option is disabled in config, preventing it from freaking out when someone adds a clock or pulse machine (found by CommodoreAlpha)
  • An additional folder for handling passage data has been added as a stop-gap measure to get this release out. I'm looking into ways to put all the information into a single file, it's just a matter of finding one that works for me. This folder is called "Misc", and contains files for the two new passage options.

New permissions node

  • secretpassage.useCommands: If enabled in config, players must have this permission in order to issue any commands with the plugin. Without it, the player can only activate switches, which has been requested by several people.

New options for passages

  • Passages can have a custom message delivered when turned on or off (except via redstone)
  • You can have a timer that will open a passage instead of closing it (but not both)

New commands

  • /spass timer reset: Changes the current passage's timer to open the passage instead of closing it. Using the command a second time sets the function of the timer back to normal.
  • /spass message [open/close]: Displays the opening or closing message for a passage (open is air, closed is blocks)
  • /spass message [open/close] remove: Removes the message
  • /spass message [open/close] (message to use): Adds the listed message to the passage. The message will be displayed to anyone accessing the passage (except via redstone)
    • You can use m, o, and c instead of message, open and close, to allow for more space to write the messages.