Skip to content

在QuickShopRemake的基础上修改了支持PlayerPoints插件的兼容

License

Notifications You must be signed in to change notification settings

SmallXY/QuickShopRemakeSupportPlayerPoints

 
 

Repository files navigation

QuickShop-Reremake Support PlayerPoints

by SmallXY(小玄易)

Original author's sign

Codacy Badge CodeFactor BuildStatus TestsPassed Contributors FOSSA Status

Java MC Ver Downloads Rating

EN

QuickShop is a FREE shop plugin that allows players to easily sell/buy any items from a chest without any commands. In fact, none of the commands that QuickShop provides are ever needed by a player. QuickShop-Reremake is a FREE fork of QuickShop NotLikeMe with more features, bug fixes and other improvements.
QuickShop-Reremake is made by PotatoCraft Studio

CN

QuickShop是一个免费商店插件,允许玩家在没有任何命令的情况下轻松地从箱子里出售/购买任何物品。事实 Quickhop提供的任何命令都不是玩家所需要的。QuickhopReremake是Quickhop的免费分支 NotLikeMe具有更多功能、错误修复和其他改进。 Quickhop Reremake由PotatoCraft工作室制作 Quickhop Reremake Support PlayerPoints 由 Cyanbukkit - 小玄易 制作

from KaiKikuchi's QuickShop upstream repository.

Original author's Support

Discord Github Issues

Features EN

  • Easy to use
  • Toggleable Display Item on top of the chest
  • NBT Data, Enchantment, Tool Damage, Potion, and Mob Egg support
  • Unlimited chest support
  • Blacklist support & bypass permissions
  • Shops that buy and sell items at the same time (Using double chests)
  • Customisable permission checks
  • UUID support
  • Better shop protection [Reremake]
  • Item display name i18n [Reremake]
  • Enchantment display name i18n [Reremake]
  • A cool item preview [Reremake]
  • World/region protection plugins support [Reremake]
  • ProtocolLib based Virtual DisplayItem support [Reremake]
  • Powerful API [Reremake]
  • Optimized performance [Reremake]

features CN

  • 易于使用
  • 箱子顶部的可切换显示项
  • NBT数据、魔法、工具伤害、药剂和怪物蛋支持
  • 箱子无限制支撑
  • 黑名单支持和绕过权限
  • 同时买卖物品的商店(使用双箱子)
  • 可自定义权限检查
  • UUID支持
  • 更好的保护[重新制造]
  • 项目显示名称i18n[重新标记]
  • 魔法显示名称i18n[重制]
  • 很酷的项目预览[重新制作]
  • 世界/地区保护插件支持[Reremake]
  • 基于ProtocolLib的虚拟显示项支持[Reremake]
  • 强大的API[重做]
  • 优化性能[重新制造]

Downloads

Spigot BukkitDev 中国本土化简介 Jenkins

Contribute

If you're a developer, you can contribute to the QuickShop code! Just make a fork and install the Lombok plugin, then make a pull request when you're done! Please try to follow Google Java Style. Also do not increase the plugin version number. Thank you very much!

To compile the QuickShop and debug it by yourself, please follow these steps:

  1. Make sure you're using Java16 JDK in your PATH.
  2. Compile main-project without signature by using debug profile: mvn install -Pdebug
  3. Start your server with extra flag to skip the QuickShop signature checks: -Dorg.maxgamer.quickshop.util.envcheck.skip.SIGNATURE_VERIFY

Maven

<repository>
    <id>quickshop-repo</id>
    <url>https://repo.codemc.io/repository/maven-public/</url>
</repository>

<dependency>
<groupId>org.maxgamer</groupId>
<artifactId>QuickShop</artifactId>
<version>{VERSION}</version>
<scope>provided</scope>
</dependency>

Bstats

BigImage

License

FOSSA Status

Developer API

Plugin plugin = Bukkit.getPluginManager().getPlugin("QuickShop");
if(plugin != null){
    QuickShopAPI api = (QuickShopAPI)plugin;
    api.xxxx;
}

About

在QuickShopRemake的基础上修改了支持PlayerPoints插件的兼容

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%