RegionShop v1.1b8

Details

  • Filename
    RegionShop.jar
  • Uploaded by
  • Uploaded
    Jul 28, 2013
  • Size
    223.19 KB
  • Downloads
    415
  • MD5
    572ee065f7904270aa4233141e561bbe

Supported Bukkit Versions

  • 1.6.2
  • 1.5.1

Changelog

  • ShopList is fixed !
  • Debugger has been moved
  • Whole Codebase has been rewritten
  • Added Customer Sign (to sell and or buy items)

Write

1: [RegionShop] 2: customer 3: <itemid>

on a Sign and it will automaticly be converted to a Sign where the Price stands which you can hit to buy / sell items. Left click will sell into a Shop. Right Click will buy from a Shop.

  • Added ChestEquip Sign

Place a Chest and a Sign.

Write:

1: [RegionShop] 2: chestequip 3: <name of 4: the shop>

on a sign. This Sign will transfer all Items in the Chest into the Shop (Interval 1 Minute)

  • Added Equip Sign

Go into a ShopRegion and place a sign.

Write: 1: [RegionShop] 2: equip

and the Sign will add Items into the Shop if you hit it with an item in your hand (left click)

  • Added Add Sign

Write: 1: [RegionShop] 2: add 3: <amount>:<sellprice>:<buyprice>

If you hit this Sign with an item (left click) it will be added into the Shop under the Prices posted on this Sign.

The Plugin uses an auto updater. No need to delete Tables anymore.

Current config.yml:

only-ascii: true
only-survival: true

database:
  username: bukkit
  isolation: SERIALIZABLE
  driver: org.sqlite.JDBC
  password: walrus
  url: jdbc:sqlite:{DIR}RegionShop.db

chat:
  prefix: '[RS] '

feature:
  transaction: true
  servershop: true
  include_servershops_into_search: true

interfaces:
  command:
    add: true
    buy: true
    detail: true
    equip: true
    list: true
    name: true
    result: true
    search: true
    sell: true
    set: true
    warp: true
    server: true
  sign:
    chestequip: true
    add: true
    equip: true
    customer: true

converter:
  chestshop: false