Commit Graph

123 Commits

Author SHA1 Message Date
268648e492 修复某些情况下无法正确hook到经济插件问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m14s
2024-06-18 16:30:31 +08:00
2299630e15 将tnt爆炸、火焰蔓延等领地独有的(非玩家行为)控制从“访客权限”移动到“环境设置”,避免歧义
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m34s
2024-06-17 15:12:51 +08:00
4bd817bd84 实现了卫星地图自定义色块功能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m44s
2024-06-17 10:31:25 +08:00
7328e9aff1 优化了数据库连接方式 2024-06-14 14:17:30 +08:00
d492663e8d 修复了修改发光、飞行权限时无法立即生效只有重新进出领地才会生效的问题 2024-06-12 23:42:37 +08:00
dc50603a91 新增告示牌编辑权限
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m12s
2024-06-12 16:07:35 +08:00
7d28622904 修改部分菜单命名
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m11s
2024-06-12 15:36:06 +08:00
75ba23f593 新增cui提示消息,合并bukkit适配
All checks were successful
Java CI-CD with Maven / build (push) Successful in 14m31s
2024-06-09 23:48:23 +08:00
e731a9023d Merge branch 'bukkit-impl'
# Conflicts:
#	pom.xml
#	src/main/java/cn/lunadeer/dominion/controllers/PrivilegeController.java
2024-06-09 21:35:55 +08:00
ae1444c469 实现了成员权限模板界面 2024-06-07 13:11:51 +08:00
fbd47a49af 完成了对bukkit的适配,优化了经济系统的实现方式 2024-06-06 10:49:27 +08:00
9271860511 实现了基本功能 2024-06-05 22:51:54 +08:00
e7900d72cd 优化传送失败时的消息提示
All checks were successful
Java CI-CD with Maven / build (push) Successful in 10m40s
2024-06-05 14:46:58 +08:00
9b7917aa14 修复了选区价格和创建价格不符问题、修复了玩家重新上线时飞行权限不生效问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 13m14s
2024-06-02 23:18:13 +08:00
7b4d26970b 修复了创建领地失败,提示数据库错误的问题。
All checks were successful
Java CI-CD with Maven / build (push) Successful in 13m3s
2024-06-02 17:01:54 +08:00
08d6e93e7e 优化了错误处理框架 2024-06-01 12:39:00 +08:00
c30e5d9d66 领地提示语新增支持占位符
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m41s
2024-06-01 09:59:55 +08:00
a8e36f4759 新增玩家名字排序
All checks were successful
Java CI-CD with Maven / build (push) Successful in 10m56s
2024-05-31 21:29:11 +08:00
5d614d4760 修复了操作领地时自动选择领地失败问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 12m11s
2024-05-31 21:03:00 +08:00
a34cc43cbf 实现了对权限列表的排序
All checks were successful
Java CI-CD with Maven / build (push) Successful in 10m0s
2024-05-31 20:47:50 +08:00
6666fb6131 优化了数据表的生成方式
All checks were successful
Java CI-CD with Maven / build (push) Successful in 1h11m11s
2024-05-31 17:30:08 +08:00
5c3e0d847b 新增所有领地界面、成员新增tag便于标识身份
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m37s
2024-05-30 10:07:22 +08:00
033b103d35 修复在没有领地的时候报错null的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 17m31s
2024-05-29 23:59:25 +08:00
da25215ad7 修复领地所有者无法删除成员权限bug
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m4s
2024-05-29 17:16:47 +08:00
22de55561f 实现了对controller层的用户输入抽象,为webui开发作准备 2024-05-29 16:53:58 +08:00
da10ce05e2 重写缓存逻辑、优化在大量领地数据下的检索速度
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m15s
2024-05-29 00:57:54 +08:00
1c6f9f410f 测试缓存性能 2024-05-28 19:54:25 +08:00
8b1d5d4291 将“无权限”提示修改为action bar提示,避免刷屏
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m4s
优化没有移动权限时的传送逻辑
2024-05-28 15:07:33 +08:00
d9787a9b32 支持兼容第三方箱子UI,避免被本插件关闭
All checks were successful
Java CI-CD with Maven / build (push) Successful in 18m31s
2024-05-27 23:37:54 +08:00
3ec1a3447c 优化了一些命名
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m17s
“默认权限”->“访客权限”
“玩家特权”->“成员权限”
2024-05-27 17:38:38 +08:00
34eed403e4 升级基础工具库版本,优化性能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m33s
2024-05-27 17:02:05 +08:00
895e003502 尝试兼容一些箱子UI菜单插件 2024-05-27 16:27:25 +08:00
dcb27740d6 新增飞行权限节点白名单控制、避免与其他飞行插件功能冲突
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m6s
2024-05-27 14:01:56 +08:00
52887016db 禁止使用空字符串作为领地名称
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m39s
2024-05-27 10:17:11 +08:00
23a9523ae2 修复大尺寸领地边界渲染不正确问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m53s
2024-05-27 10:07:03 +08:00
e859ce9b6b 新增领地怪物生成、动物生成权限控制
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m47s
2024-05-27 09:41:56 +08:00
6a3188e696 测试cui代码 2024-05-25 20:43:18 +08:00
53d010bdab 优化了粒子渲染性能、取消了进入离开领地的系统提示
All checks were successful
Java CI-CD with Maven / build (push) Successful in 14m9s
2024-05-24 21:09:24 +08:00
cd9e3856a1 修复了飞行权限逻辑错误问题、修复了玩家特权更新失效问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m35s
2024-05-23 21:31:56 +08:00
efebd24467 实现了飞行、修复了发光效果逻辑错误问题 2024-05-23 17:01:35 +08:00
ee5b32a5ed 新增配置文件flags.json支持对权限本身进行控制:编辑说明、是否允许配置、权限默认值
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m56s
2024-05-23 11:49:58 +08:00
2fdda7220f 重构了权限框架实现逻辑,项目整体更加精简、易扩展 2024-05-23 11:10:03 +08:00
1e79169926 优化缓存逻辑 2024-05-23 01:15:40 +08:00
ca9f5b0925 修复了潜在的数据库注入风险,建议使用此更新
All checks were successful
Java CI-CD with Maven / build (push) Successful in 29m32s
2024-05-21 16:44:18 +08:00
bccbec972b 将自定义库更新为snapshot版本 2024-05-21 11:24:03 +08:00
80ceb17f89 重要更新:**请使用sqlite的用户务必更新此版本**
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m40s
2024-05-21 11:08:20 +08:00
f9f4642ede 更新了基础工具库
All checks were successful
Java CI-CD with Maven / build (push) Successful in 41m5s
2024-05-18 21:58:23 +08:00
e27f07ca4d 重写了TUI系统,优化底层框架
All checks were successful
Java CI-CD with Maven / build (push) Successful in 50m11s
2024-05-17 20:47:13 +08:00
d2150ee72e 替换了异步执行库 2024-05-17 17:50:47 +08:00
8b94db63f3 重写了边界显示、日志、消息提示、数据库中间件 2024-05-16 18:07:43 +08:00