Skip to content

Releases: TabooLib/taboolib

TabooLib-4.04

22 May 20:38
Compare
Choose a tag to compare

调整:命令帮助的格式现在可以在语言文件中更改了。
调整:@CommandRegister 现在可以直接标注在 BaseSubCommand 成员变量上进行注册了(详见 TabooLibPluginMainCommand 写法)。
调整:TagAPI,TagManager 作废,但部分方法仍可使用。
新增:BaseSubCommand 类新增 getPermission 方法用于判断子命令权限
新增:TagDataHandler 类用于代替 TagManager 类
新增:TagPacket 类用于代替 TagAPI 类
修复:前后缀以及昵称的各种不兼容问题
修复:ItemUtils 工具载入物品时因 material 值不存在而导致的报错
删除:me.skymc.taboolib.team.TagUtils 类永久删除

Offline version

19 May 15:29
Compare
Choose a tag to compare

新增:TabooLib 离线版
新增:阻止在线版在无互联网且无依赖库的服务器上启动

Update!

17 May 16:54
Compare
Choose a tag to compare

调整:部分语言文件地址拼写错误(FAIL写成FALL,我这鸟语算是白学了)
调整:配置文件 tlib.yml 不再监听文件更改(这块不是我写的,监听更改会出死循环不知道为啥)
调整:通过 MysqlUtils 创建的数据库连接会返回已存在的引用,不再重复创建
调整:TagManager 工具现在会根据玩家的前缀进行自动排序(尚未测试)
修复:ListenerPluginDisable 类中语言提示无法更改的问题
新增:几个奇葩数据库工具,我也不知道有啥用写着玩

Update!

13 May 14:16
ae2e3c9
Compare
Choose a tag to compare

调整:TLocale$logger 现在可以发送多行文本了
调整:TLocale 发送不存在的信息,错误提示由红色改为灰色,用于区分发送错误的提示颜色。
调整:TLocaleLoader 中的 getCallerPlugin 方法转移到 Ref 中
修复:BaseMainCommand 接口中 getType 方法失效的问题
修复:Main 中的语言提示无法更改的问题
新增:TPlugin 命令现在可以补全插件名了
新增:config.yml 现在会自动重载了(部分配置还需重启)

1.7.10 Latest Version

29 Mar 16:25
Compare
Choose a tag to compare
1.7.10 Latest Version Pre-release
Pre-release

新增:Language2 工具类新增 [json2] 类型,更加直观!
该版本为 1.7.10 最后更新版,4.0 之后的版本需要调整 SpecialSource 才可运行。

TabooLib-3.828

27 Mar 14:25
Compare
Choose a tag to compare

修复:MySQLConnection 排序失效问题
修复:/tlib itemlist 指令翻页检测的问题

Command update!

19 Mar 15:40
Compare
Choose a tag to compare

新增:/tlib tagprefix 设置头顶前缀称号
新增:/tlib tagsuffix 设置头顶后缀称号
新增:/tlib tagdelete 删除头顶称号
新增:TagManager 工具新增方法 removeData() 用于删除玩家数据

SoundsLibrary update!

18 Mar 13:33
Compare
Choose a tag to compare

新增:/tlib sounds 命令打开音效库

TagManager update!

17 Mar 14:38
Compare
Choose a tag to compare

新增:TagManager 工具,用于更改玩家头顶称号,并兼容其他计分板插件。
修复:Language2 工具的 [json] 类型 ”url“ 参数失效。

MySQLConnection optimized!

14 Mar 12:31
Compare
Choose a tag to compare

调整:MySQLConnection 工具类重构