1.1-SNAPSHOT-b28

Details

  • Filename
    votifierscripts-1.1-SNAPSHOT.jar
  • Uploaded by
  • Uploaded
    Aug 22, 2012
  • Size
    1.13 MB
  • Downloads
    9,130
  • MD5
    8c3b2330f560ebf28405f3d58f83ad62

Supported Bukkit Versions

  • CB 1.3.1-R2.0

Changelog

1.1-SNAPSHOT-b28
Now ignoring votes with blank usernames! This solves a breaking issue that has occurred for some people.
1.1-SNAPSHOT-b26
Added the ability to bind scripts to a Bukkit Event. See registerEvent.
Added a global function to enable running of scripts when a specified player comes online. See runWhenOline.
1.0-b21
No changes since last version.
1.0-SNAPSHOT-b15
Fixed sample vote-script.txt.
Added global metaData variable.
1.0-SNAPSHOT-b13
Increased allowed arguments for /vstest command so you can test all the below strings.
Added global function String stringReplace(String) to give ability to manually utilize all these new string replacement from a script.
Added ability to use '&' for color codes instead of having to use the section sign.
Added global variables username, address, service, timestamp which will be replaced by vote information.
Added %username%, %address%, %service%, %timestamp% which will be replaced by vote information. %username% will be the same as %target%
Removed %t in favor of %target%. THIS MAY BREAK EXISTING SCRIPTS!
1.0-SNAPSHOT-b7
Added global function to clear scheduled scripts for a target.
Fixed issue where hours were not recognized in delay strings.
Added a startup-script.txt file to plugin directory. This script will be run after all plugins are enabled.
Added 'plugin' global variable to get the VotifierScripts plugin.
1.0-SNAPSHOT-b4
Initial release

WILL BREAK OLD SCRIPTS THAT USE "%t"!