qTrade v1.3.2

Details

  • Filename
    qTrade.jar
  • Uploaded by
  • Uploaded
    Feb 5, 2012
  • Size
    7.68 KB
  • Downloads
    534
  • MD5
    d7f609be0f544f7893f9494ed15fc04b

Supported Bukkit Versions

  • CB 1.1-R3

Changelog

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