1.6

Details

  • Filename
    MyTokens.jar
  • Uploaded by
  • Uploaded
    Aug 14, 2014
  • Size
    52.65 KB
  • Downloads
    392
  • MD5
    f4d7952ae0f1ec9d6366ee2d27f034e4

Supported Bukkit Versions

  • CB 1.7.9-R0.2

Changelog

New Permissions

  • mytokens.myt.open - is for /myt
  • mytokens.myt.bal - is for /myt bal
  • mytokens.admin.open - is for /mytokens take user amount

New Commands

  • /mytokens take user amount - Allows you to take tokens from a user

New Config Options

database:
  sqlite:
    use: true
    file: mytokens.db
  mysql:
    use: false
    host: 127.0.0.1
    database: mytokens
    port: 3306
    user: root
    password: password

New Support

With the new database option you all token balances will be saved into a database (Either MySQL or SQLite) Currently old tokens do not move over as there was a glitch in the command//

Also now supports faster ItemBuilder.java hopefully making it load much faster

Now also supports a more controllable probability support meaning you can now define it to be less then 0.1 (example it can now be 0.01 if you wanted it to be)

Kill Throttle does not delete it's self after timeout time this is being addressed in a coming update