VirtualShop b108

Details

  • Filename
    VirtualShop-SNAPSHOT.jar
  • Uploaded by
  • Uploaded
    Oct 16, 2011
  • Size
    78.84 KB
  • Downloads
    1,293
  • MD5
    685285525e7a168c57bf1862e8f2fde5

Supported Bukkit Versions

  • CB 1317

Changelog

Change Log:
108
  • Fixed permissions problems.
107
  • New 1.9 items, thanks Azdekar
  • Forgot to actually call close method - thanks Azdekar
  • Pass hand durability, thanks Azdekar
106
  • Fuck it I'm adding these changes manually.
105
  • Readded hand fix
104
  • Undid untested pulls. Please test thoroughly before submitting pull requests.
103
  • Pass durability for items in hand, fixes #35.
  • Close databases when plugin is disabled.
102
  • Implement a max-item-drops option, added support in Cancel.java, still need to handle Buy.java.
  • This should complete buy support for max item drops. Refactored buy code a bit.
96
  • Adds new item IDs found in 1.9 prerelease (that I could find), also adds some more previously missing item ids between 27-34 (powered rails, pistons, et. al)
95
  • This should fix the dupe bug (issue 33), it looks like the code doesn't check to ensure that setAmount is nonzero before a successful transaction.
58
  • Fixed out of money message.
57
  • Proper closing of databases.
56
  • Fixed crazy SQLite spaz.
54
  • Versioning and pom.xml changes.
48
  • Pom tweaks.
44
  • Using new pom version and build number.
43
  • Using Jenkins numbers for versioning.
37
  • Removed #
36
  • Once again versioning.
35
  • Really fixed versioning.
33
  • Fixed versioning.
32
  • Added Jenkins build number.
31
  • Updated with 1.8 items - Thanks azkedar
29
  • Surpress errors.
  • Learn to ignore case.
27
  • Implemented new Register
26
  • Updated register
21
  • Version number bump
  • Added missing SQL wrappers.
20
  • Removed useless import.
19
  • Rewrote a lot of the SQL, should be more stable.
16
  • Fixed import.
15
  • Refactored and updated usage stats.
  • Quick fix for connection drops. Unsafe and may lockup server. Will fix later.
14
  • Calling home.
  • Version update.
12
  • Fixed hand nonsense.