3.2.1

Details

  • Filename
    craftconomy3-3.2.1.jar
  • Uploaded by
  • Uploaded
    Jan 11, 2015
  • Size
    2.67 MB
  • Downloads
    11,674
  • MD5
    d94393ec7fd29cb602c1cfa6a96befdf

Supported Bukkit Versions

  • 1.8.1
  • 1.8
  • CB 1.7.9-R0.2

Changelog

Release notes - 3.2.1

Fix: SQLite => H2 converter

Fix: Essentials UUID converting.

Fix: Didn't load SQLite properly in the old format converter.

Fix: Prevent account creation during setup wizard.

Tempfix: The plugin will throw a BackendErrorException on setBalance errors to prevent any duping.

Release notes - 3.2

READ THIS. IF YOU DON'T YOU MIGHT GET SURPRISES

Your entire database will be deleted and re-created in this version. PLEASE DO BACKUPS IN CASE STUFF GO WRONG. THIS IS MY ONLY WARNING. If stuff do go wrong, please rollback to 3.1.6 and give me the stacktrace/error you got.

You need Vault 1.5.2: http://nexus.theyeticave.net/content/repositories/pub_releases/net/milkbowl/vault/Vault/1.5.2/Vault-1.5.2.jar

Might wonder why the .jar is so big (2MB). It's because of the library I use for SQL called HikariCP. It needs some dependencies that Minecraft don't offer.

  • Bugfix: Rewrote the entire database backend. This should hopefully improve performance and allows me to be more flexible than the old system (SimpleSave)
  • Addition: Added /craftconomy reload (permission node craftconomy.config.reload). This should allow you to reload the plugin without issues. This is a not really tested feature so watchout.
  • Addition: added /pay, a alias for /money pay
  • Addition: Some API updates all around the AccountManager system.
  • Bugfix: Allow empty passwords in iConomy converter in MySQL mode.
  • Bugfix: Make the EventManager follow the case sentitive rule
  • Bugfix: Add UUID support in importing. Keep it mind this doesn't import names when that happen
  • Removal: SQLite dropped. Replaced by H2. Your SQLite database will be replaced on upgrade.
  • Removal: Payday system. Was totally buggy.