1
mirror of https://github.com/CarmJos/MineConfiguration.git synced 2024-09-19 20:05:49 +00:00
Commit Graph

44 Commits

Author SHA1 Message Date
dependabot[bot]
91f65cc08b
chore(deps): bump net.md-5:bungeecord-chat from 1.20-R0.1 to 1.20-R0.2 (#64)
Bumps [net.md-5:bungeecord-chat](https://github.com/SpigotMC/BungeeCord) from 1.20-R0.1 to 1.20-R0.2.
- [Commits](https://github.com/SpigotMC/BungeeCord/commits)

---
updated-dependencies:
- dependency-name: net.md-5:bungeecord-chat
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-20 16:09:28 +08:00
7ecfff5bc4 fix(debug): 移除多余的debug消息。 2024-01-09 18:10:08 +08:00
1cebe8daca chore(create): 更新整合类的初始化方法 2024-01-09 17:05:57 +08:00
38292052f5 feat(notify): 尝试实现整合的消息配置 #39 2023-12-25 02:33:37 +08:00
c77253508c feat(item): 令插入的行支持ConfiguredMessage的解析方法 2023-11-21 23:51:05 +08:00
dbcaff5c93 fix(head): 修复头颅皮肤无法正确应用的问题 2023-11-05 02:56:56 +08:00
c73032266d feat(item): 优化PreparedItem的结构,使其适用于更多项目。 2023-10-11 22:32:19 +08:00
398bc773d6 feat(item): 重构物品相关代码,支持更多功能 2023-09-21 22:23:35 +08:00
02625b5c0c feat(item): 重构物品相关代码,支持更多功能 2023-09-20 23:39:34 +08:00
bb9e24dd96 fix(item): 修复上下空行错误 2023-09-08 23:47:53 +08:00
5bdc5908ef feat(item): 支持为插入的LORE设置偏移量,以便在上方、下方空行,分割功能。 2023-09-08 22:15:28 +08:00
24ef0b6dcd feat(send): 提供物品预备方法,方便插入lore、修改附魔、flags等 2023-09-07 03:49:15 +08:00
a1d6cf1258 feat(send): 提供新消息发送方法,分离玩家参数和消息参数 2023-09-07 02:31:57 +08:00
bfd1624e85 chore(update): 适配上游版本更新。 2023-08-29 12:43:49 +08:00
dependabot[bot]
01d3c245a9
chore(deps): bump net.md-5:bungeecord-chat from 1.16-R0.4 to 1.20-R0.1 (#37)
Bumps [net.md-5:bungeecord-chat](https://github.com/SpigotMC/BungeeCord) from 1.16-R0.4 to 1.20-R0.1.
- [Commits](https://github.com/SpigotMC/BungeeCord/commits)

---
updated-dependencies:
- dependency-name: net.md-5:bungeecord-chat
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 14:09:36 +08:00
2b31ee1318 fix(item): 修复物品获取后修改被直接应用到缓存导致重复获取第一次物品的问题。 2023-06-01 02:32:45 +08:00
8f3d574446 feat(conf): 搭配XSeries实现部分配置类的跨版本支持。 2023-05-27 00:12:37 +08:00
a04b7c9c06 chore(update): 适配上游版本更新。 2023-05-21 17:30:03 +08:00
c28ee7d57b feat(comments): 适配上游对配置文件保存方式的更新。 2023-03-20 20:28:40 +08:00
3d1639362b feat(value): 适配Manifest更新 2023-03-15 22:51:06 +08:00
5905b25c73 chore(update): 适配上游版本更新。 2023-02-19 17:31:43 +08:00
e291c3a109 chore(update): 适配上游版本更新。 2023-02-19 04:22:14 +08:00
385f6dd22f chore(color): 使用由 EasyPlugin 提供的ColorParser。 2023-02-18 20:46:16 +08:00
143e0c2283 chore(update): 适配上游版本更新。 2023-02-11 21:54:59 +08:00
67931094e6 refactor(proj): 放弃spigot项目,将Bukkit子项目单独提出。 2022-12-16 16:09:50 +08:00
02f59b99f0 feat(msg): 添加 sendToEach 方法支持 2022-12-16 04:31:43 +08:00
ccc8cc6b72 feat(deps): 适配上游版本更新。 2022-12-12 22:36:20 +08:00
2754f12cd5 fix(parse): 修复Number类型转换错误的问题。 2022-12-06 22:06:27 +08:00
327484cd53 feat(source): 为 ConfigurationWrapper 添加 getSource() 方法以获取源实现内容。 2022-09-10 01:17:10 +08:00
8437c4c904 feat(source): 为 ConfigurationWrapper 添加 getSource() 方法以获取源实现内容。 2022-09-10 01:04:04 +08:00
9a8e6395bb fix(text): 令 AbstractText#parse 返回值不得为null,避免在List类型循环parse时出现异常。 2022-06-21 05:03:16 +08:00
2d8c1817a6 feat(item): 为ItemConfig添加 ItemFlag 与 enchant 相关配置 2022-06-18 05:56:58 +08:00
f826014c09 refactor(all): 修改项目结构,为BungeeYAML支持注释。
项目结构修改,避免使用上的误解。同时为 Bungee(YAML) 支持了注释功能。

BREAKING CHANGE: 包名与入口类变更
  1. 项目结构与包名修改
  mineconfiguration-bukkit-general -> mineconfiguration-bukkit
  mineconfiguration-bukkit-native -> mineconfiguration-spigot
  2. MineConfiguration入口类变更,现移动到各自平台的包下。
2022-06-09 00:18:14 +08:00
b629a7d96d fix(bukkit): 修复Title配置文件未初始化报错的问题 2022-05-28 12:15:54 +08:00
455ab775ed fix(bukkit): 修复Item配置文件未初始化报错的问题 2022-05-24 18:48:29 +08:00
d5f1e8b230 fix(bukkit): configuration reload problem
Fixed configuration reload problem.
2022-05-22 22:31:48 +08:00
65d7a32108 [1.4.0]refactor(all): project reformatted.
BREAKING CHANGE: reformatted projects including project settings and package paths.
2022-05-20 21:50:00 +08:00
f4a55f216b fix(impl): configuration reload problem 2022-05-20 18:39:14 +08:00
c50df3bc56 修复依赖 2022-05-19 02:15:25 +08:00
98ee47f676 [1.3.0] 版本更新
1. 更新 EasyConfiguration 到 3.0.0 (破坏性更新)。
2. 添加 ConfiguredTitle 用于快捷向玩家发送title消息。
3. 为 ConfiguredItem 添加name和lore的原生params变量支持。
4. 添加 ProtocolLibHelper 用于支持多版本情况下的部分功能。(如需使用请安装 ProtocolLib 插件)
2022-05-19 01:45:16 +08:00
cf80291e51 [1.2.2] 令物品配置原生支持PlaceholderAPI 2022-05-01 17:38:04 +08:00
29526223e4 修复编译缺失 2022-04-29 05:12:35 +08:00
b61baed8bc [1.2.0]
- [A] 令 ConfiguredMessage 同时支持Bungee、Bukkit平台。
- [A] 为Bukkit相关平台原生支持PlaceholderAPI。
2022-04-29 04:19:08 +08:00
0cd61842e5 [1.2.0]
- [A] 令 ConfiguredMessage 同时支持Bungee、Bukkit平台。
- [A] 为Bukkit相关平台原生支持PlaceholderAPI。
2022-04-29 04:17:38 +08:00