v0.0.4

Details

  • Filename
    MinecraftCurrency.jar
  • Uploaded by
  • Uploaded
    Jan 8, 2012
  • Size
    68.98 KB
  • Downloads
    159
  • MD5
    99be4b5c4aa46d32629c4fe8e50680fe

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

  • v0.0.4
    • I'm releasing this a little sooner then I'd like, but I have to because the last version had an error that I didn't notice.
    • With this version you'll see some of the GUI features have been added. A nice little list is below:
      • Part of the withdraw button has been added. It adds the proper amount of coins but does NOT take any money out. This is because I was trying to complete the deposit button BEFORE I make the withdraw button take money. Otherwise people will take money out and not be able to get it back.
    • There are a bunch of debug messages, just ignore them :P If you find anything else wrong, just let me know so I can fix them ASAP.
  • v0.0.3
    • Textures for the items and blocks are now being loaded from the plugin instead of a URL.
      • This means that server admins can now add their own versions of the texture if they so choose too. All you have to do is open the jar with 7-zip or winrar and copy the texture. Change it to the way you'd like, then copy it back into the jar. Presto, texture changed. Just make sure the name is the exact same, or the change will not occur.
    • Starting to do some of the payment math stuff, but it still isn't ready.
    • The GUI will soon change as well. I'm changing it to contain more then what it contains now.
  • v0.0.2
    • Still working on some math problems
    • Added teller block, right clicking block now opens the GUI
    • Added a crafting recipe for the teller, find it on the recipes page
    • Added checks when the block is placed:
      • No longer places the block when opening trap doors, or anything like that.
    • Remove the key binding for the GUI
    • Planning the movement of all textures to a single .png file. Something like the texture.png file minecraft uses
  • v0.0.1
    • The initial release: All features and details are in the OP, which I'll be keeping as up-to-date as possible.
    • Gui isn't completely done, this is just a temp place until I can get someone to design something much much nicer for me.
    • Buttons on Gui are not complete yet, so they don't actually work

* Wooden doors:
** Wooden doors will not close when your holding the teller block and attempt to close it. Pretty sure this has something to do with it's state, will focus on it later.

* GUI:
** There is an overlap in the GUI screen text. Fully aware of it, and easily fixable, I am just waiting to design a better background texture that will hold all future widgets