b142_dev-build

Details

  • Filename
    ShowCaseStandalone.jar
  • Uploaded by
  • Uploaded
    Oct 4, 2012
  • Size
    384.98 KB
  • Downloads
    2,469
  • MD5
    22b4bcf8176e116c1113a70f5deb6839

Supported Bukkit Versions

  • CB 1.3.2-R1.0

Changelog

changes since b141_dev-build

  • removed some debug output
  • slightly improved performance
  • deactivated "StackToMaxAmount"

changes since b138_dev-build

  • fixed SAX issue (http://dev.bukkit.org/server-mods/scs/tickets/359-updated-server-showcases-are-gone/ , thank you telmer6)
  • fixed small calculation issue if you remove the shop
  • improved performance (in SimpleShopHandler.isShopItem() and Shop.checkItem())
  • reduced spam of PickupEvents (setPickupDelay to integer max)
  • set default stack size to 0 - which causes (for me) no pickupevents / no tries to pick an item up (try to set stackToMaxAmount in the config to true if you have any problems)
  • added sign feature (just place a sign around the ShowCase) SCS with signs

changes since b137_dev-build

  • Default in the config file is "UseMaxStackAmount: false", if you have trouble with automatically stacking items set it to "true"
  • added a lot better WorldGuard support
  • re-activated Towny support
  • maybe fix for pickupable items?

changes since b136_dev-build

  • fixed a small issue that didn't allow you to load old storages
  • heavy structure changes
  • added Metrics

changes since b135_dev-build

  • fixed probably #355 (sql connection closes and is not responsable)
  • added faster XML parser (SAXParser)
  • added "/scs list <playername>" which shows information about the given player (for admins only)
  • added "/scs purge <playername> <worldname|*>" which removes all shops that belong to the given player
  • added "/scs about" wich gives you information about SCS
  • added "/scs version" which gibes you information about the current version
  • added warning on startup if the current build is a dev-build
  • added forgotten help entries for "/scs member"

changes since b134_dev-build

  • added "/scs report" (for admins), which will create a file in "plubins/ShowCaseStandalone" with needed informations for a tickt

changes since b133_dev-build

  • added a potential fix for the worldedit incompatibility

changes since b132_dev-build

  • fixed sql bug which caused a connection lost
  • fixed sql bug which didn't load the NBTTags (for books)
  • fixed potions bug (splash potions should now work probably)
  • higher compatibility with custom items

changes since b131_dev-build

  • members are now shown (if they are set) for admins, shop owners, and members
  • lot of structure changes in the storage-"engine"
  • added (my)sql support (only tested on mysql yet). You can import your shops with /scs import <ffss|sql_bukkit|sql_this> - see the config for more information!

changes since b130_dev-build

  • fixed bug that inventory amount isn't shown after creation
  • fixed bug with /scs remove and unlimited shops
  • fixed bug that price wasn't shown after price was set
  • found glitch > see known caveats

changes since b129_beta-version

  • changed version codes to make it easier compareable to bukkits version codes (beta=dev-build, normal=recommended)
  • fixed #326 - price/add/get always had an working amount of 1
  • fixed #340 - amount wans't shown after amount was set

changes since b128_beta-version

  • probably fixed glitch where items where easily to pickup
  • fixed bug where items were pickupable after server crash
  • previous storage fix has fixed a lot more than expected: fixed interval saving, fixed saving problems when the server wasn't restarted correctly

cahnges since b126

  • removed glass from blacklist
  • a lot of internal structure changes
  • added members which can add and remove items from a shop (use /scs member add <name> and /scs member remove <name>), it`s actually not shown in the showcase description...
  • fixed a smal storage glitch

changes since b125-beta_version

  • fixed: #277 (shops were not saved corretctly on /scs reload or /reload)
  • fixed: #292 (now books can contain ä.ü.ö,§...)
  • fixed: the owner is now shown after calling /scs owner...
  • fixed: issue with buy shops (error: item does not match)

changes since b121

  • feature: "Written book" and "book and quirell" can now be added to a shop which is selling a written book. So you can sell your book, without writing it again all the time
  • fixed: a bunch of smal bugs
  • fixed: ICE, SAND and GRAVEL are now added to the blacklist
  • fixed: the owner is now shown after calling /scs owner...
  • fixed: showed Items are now stacked to their max amount, otherwise there are some issues with nolagg and minecraft defaults stacking
  • fixed: #263
  • fixed: #246
  • fixed: #277 (shops were not saved corretctly on /scs reload or /reload)
  • fixed: #292 (now books can contain ä.ü.ö,§...)
  • fixed: issue with buy shops (error: item does not match)
  • fixed: issue where items could be picked up (with an amount of 0)
  • prepared: members (yes, they are coming ;))
  • improved: better saving of the book data
  • improved: internal structure
  • removed: miniDB and a old file format support

changes since b119

  • showing specifiec item data / id (i.e. wood:3)

changes since b118

  • fixed dupe items on enchanted items

changes since b117

  • fixed dupe items (ticket#240)

changes since b116

  • added locale_ES (spanish language pack)
  • fixed a small bug which concerns every item that deals with durability as a special attribute (RedStone2 e.g)
  • as far as I can't reproduce the potion problem in this version, I hope it was fixed with the bug above

As there are no (heavy) bug reports for a while, I upload this as a stable build.

changes since b85

  • new storage-system
  • improved internal language system -> all custome locale - files will break!!!!
  • adjusted locale_DE and locale_EN
  • added the destroy function (/scs destroy)
  • added a chest-menue for the owner of a showcase (owner have to right-click on their showcase)
  • added Towny soft-dependence
  • fixed some enchantment issues
  • some heavy internal changes
  • added new function: /scs exchange
  • fixed heavy storage issue
  • you are now forced to use ffss - automatic import from miniDB / file - storage (ffss is a lot faster and safer then miniDB and file - storage)
  • no support for miniDB and file storage!!!

IMPORTANT: You can not go back from ffss to another storage system!