1
0
mirror of https://e.coding.net/circlecloud/QuickShop.git synced 2024-10-31 22:38:45 +00:00
快捷商店重制版本
Go to file
17jiong 1b519fe90f 修复一些奇怪的问题
1. 先取消时间,避免后续抛异常导致事件未被取消
2. AsyncPlayerChatEvent是异步的,在这个事件中的所有操作也是异步执行的,如果不切回同步线程,会导致抛“Entity async add”异常;并且在设置牌子的方法(setSignText)内,会有异步加载区块的风险,导致不可预知的后果
2018-01-29 00:20:04 +08:00
src/main 修复一些奇怪的问题 2018-01-29 00:20:04 +08:00
.gitignore feat: 添加项目文件 2016-08-09 12:09:12 +08:00
pom.xml fix: 修复 1.12 不兼容的问题 2017-07-29 01:18:27 +08:00
README.md Version 0.9 2015-07-05 16:05:58 +02:00

#QuickShop QuickShop is a shop plugin, that allows players to sell items from a chest with no commands. It allows players to purchase any number of items easily. In fact, this plugin doesn't even have any commands that a player would ever need!

##Support Open a new issue here: https://github.com/KaiKikuchi/QuickShop/issues

##Features

  • Easy to use
  • Togglable Display Item on top of chest
  • NBT Data, Enchants, Tool Damage, Potion and Mob Egg support
  • Unlimited chest support
  • Blacklist support & bypass permissions
  • Shops that buy items and sell items at the same time are possible (Using double chests)
  • Herochat support
  • Checks a player can open a chest before letting them create a shop!
  • UUID support

##Bukkit page You can find the project page here: http://dev.bukkit.org/bukkit-plugins/quickshop-notlikeme/