MyTokens

MyTokens is a plugin designed to make giving users tokens easily

File Details

1.6

  • R
  • Aug 14, 2014
  • 52.65 KB
  • 519
  • CB 1.7.9-R0.2

File Name

MyTokens.jar

Supported Versions

  • CB 1.7.9-R0.2

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