mirror of
https://e.coding.net/circlecloud/QuickShop.git
synced 2024-10-31 22:38:45 +00:00
快捷商店重制版本
1b519fe90f
1. 先取消时间,避免后续抛异常导致事件未被取消 2. AsyncPlayerChatEvent是异步的,在这个事件中的所有操作也是异步执行的,如果不切回同步线程,会导致抛“Entity async add”异常;并且在设置牌子的方法(setSignText)内,会有异步加载区块的风险,导致不可预知的后果 |
||
---|---|---|
src/main | ||
.gitignore | ||
pom.xml | ||
README.md |
#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/