qTrade v1.3.3

Details

  • Filename
    qTrade.jar
  • Uploaded by
  • Uploaded
    Mar 4, 2012
  • Size
    8.10 KB
  • Downloads
    662
  • MD5
    e889f29b6ad73cd7f1c562a72d6ed3ff

Supported Bukkit Versions

  • CB 1.2.3-R0.1

Changelog

v1.3.3

  • Fixed to not show "internal error" when you trade an offline player

  • Fixed name completion

  • "items/money missing" error now shows "items missing" when economy is disabled

  • Added warning message when Vault finds no economy plugin and "use-economy" is true

v1.3.2

  • Removed unnecessary permissions checks

  • Add "trade-between-modes" option to config.yml

  • Cleaned up some bad code

v1.3.1

  • Replaced some incomplete checks

v1.3

  • Added economy support

    - Trade usage now "/trade <player> <item ID> <amount> OR /trade <player> <money> " (For example, /trade Loud $50)

    - Offer usage now "/offer <item ID> <amount> OR /offer <money>" (For example, /offer $50)

    - Requires Vault and an economy plugin, or economy support will be disabled (economy support is optional, it will be normal item trading otherwise)

    - Messages sent to players will be different if economy support is disabled

    - "use-economy" option now in config.yml (defaults to false)

    - Balance is checked before the trade is completed.

  • Added "qtrade.receive" permission, players must have this to receive trades

    - Trading a player who does not have this permission will give the sender an error

  • Added "trade-between-worlds" option in config (defaults to false)

  • Updated version in plugin.yml to "1.3" in stead of "1"

v1.1.2

  • Fixed the usage message on "/trade" to get rid of the error message

v1.1.1

  • Added a missing statement to check if the given argument is a valid item

v1.1

  • Added logging of completed trades
  • Added usage message on "/trade" (no arguments)

v1.0

  • Initial release
  • Only supports one stack of items at a time (fix planned, but not being worked on)
  • Enchantments will be lost upon trading (fix planned, hopefully soon)
  • Source is a huge unreadable mess :D
  • No really, it's impossible to read and isn't written very well
  • Apparently I broke something