Skip to content

Releases: EpicBanItemTeam/VirtualChest

VirtualChest v1.0.2

04 Apr 21:09
Compare
Choose a tag to compare

English

  • Change mysql jdbc url to the correct one (#117)

简体中文

  • 把 MySQL 的 JDBL URL 修改为正确值 (#117)

VirtualChest v1.0.1

27 Aug 01:41
Compare
Choose a tag to compare

English

  • Fix incompatibility with recent SpongeCommon by changing Java reflection target (#105)

简体中文

  • 通过修改 Java 反射目标从而修复和最近版本 SpongeCommon 的兼容性 (#105)

VirtualChest v1.0.0

20 Aug 22:58
Compare
Choose a tag to compare

English

  • Welcome to the first stable release of VirtualChest
  • Greatly shrinked the size of the release jar file
  • Adjust the update message

简体中文

  • 欢迎来到 VirtualChest 的第一个稳定版本
  • 大大减小了发布的 JAR 文件的体积
  • 调整了更新文本

VirtualChest v1.0.0-rc-5

17 Jun 17:27
Compare
Choose a tag to compare
Pre-release

English

  • Add two options named CommandBefore and CommandAfter for submitting actions which ignore repetitions
  • Add a new option named Action to make configurations more clean if both PrimaryAction and SecondaryAction are the same

简体中文

  • 添加了名为CommandBeforeCommandAfter的选项用于不重复地执行命令
  • 添加了一个名为Action的新选项用于使当PrimaryActionSecondaryAction相同时的配置文件变得更整洁些

VirtualChest v1.0.0-rc-4

16 Jun 19:13
Compare
Choose a tag to compare
Pre-release

English

  • Updated VirtualChestAPI for force updates of chest GUIs
  • Updated VirtualChestAPI for VirtualChestActionExecutors
  • Added a child command named update for force updates of chest GUIs

简体中文

  • 为 VirtualChestAPI 更新了强制更新箱子 GUI 的相关内容
  • 为 VirtualChestAPI 更新了和 VirtualChestActionExecutor 相关的内容
  • 添加了一个名为 update 的子命令,用于强制更新箱子 GUI

VirtualChest v1.0.0-rc-3

07 Mar 20:40
Compare
Choose a tag to compare
Pre-release

English

  • Change version number from v1.0.0-rc-2 to v1.0.0-rc-3 to make ore happy

简体中文

  • 把版本号从v1.0.0-rc-2换成了v1.0.0-rc-3以让Ore开心些

VirtualChest v1.0.0-rc-2

07 Mar 19:52
Compare
Choose a tag to compare
Pre-release

English

  • Added ByteItems support (thanks to #82)
  • Fixed that format codes are dropped in display texts (#84)
  • Solved a potential thread safety issue occurred when actions are submitted

简体中文

  • 添加了ByteItems的支持(多亏了#82
  • 修复了格式符在显示文本中被去掉的问题(#84
  • 解决了一个在提交玩家操作时可能出现的线程安全问题

VirtualChest v1.0.0-rc-1

22 Aug 19:30
Compare
Choose a tag to compare
Pre-release

English

  • Make the update warning messages look better (please refer to 5133379)
  • Add the first version of VirtualChestAPI, which could be obtained by maven repository or direct download (please refer to the wiki)
  • Forcely depend on PlaceholderAPI v4.0+, so v1.0.0-rc-1 and future versions will not support servers without PlaceholderAPI or with PlaceholderAPI v3.x only

简体中文

  • 把更新的警告消息弄得更好看了一点(请参见5133379
  • 添加了VirtualChestAPI的第一个版本,可通过Maven仓库或直接下载的方式获得(请参见wiki
  • 强制依赖PlaceholderAPI v4.0+版本,也就是说v1.0.0-rc-1及后续版本将不再支持未安装或只安装了v3.x版本的PlaceholderAPI的服务器

VirtualChest v1.0.0-beta-7

14 Jul 08:29
Compare
Choose a tag to compare
Pre-release

English

  • Fix a bug caused by connecting to the database in the main thread
  • Add filtering (blacklist mode or whitelist mode) for recording actions

简体中文

  • 修复了一个在主线程连接数据库导致的BUG
  • 为记录玩家操作的特性添加了过滤(黑名单模式或白名单模式)功能

VirtualChest v1.0.0-beta-6

27 May 11:27
Compare
Choose a tag to compare
Pre-release

English

  • Add a feature for recording actions into a database, which can be configured in virtualchest.conf
  • Fix a bug that Requirements fields sometimes do not work

简体中文

  • 添加了用于将玩家操作记录入数据库的特性,相关配置位于virtualchest.conf
  • 修复了一个Requirements字段有时候不能正常工作的BUG