Commit Graph

239 Commits

Author SHA1 Message Date
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
78095df43a 修复了当关闭领地传送时拥有者也无法传送的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m52s
2024-06-12 23:43:40 +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
d28d20757b 初步实现了迁移 2024-06-12 15:08:22 +08:00
8613feda90 完善readme 2024-06-10 19:08:51 +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
4c80ad292e 实现了权限模板套用功能
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m1s
2024-06-08 09:35:30 +08:00
ae1444c469 实现了成员权限模板界面 2024-06-07 13:11:51 +08:00
dcf52b0954 修复了bukkit下消息提示报错问题 2024-06-06 13:24:06 +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
c3f4c6f502 优化尺寸输出代码 2024-06-02 23:38:23 +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
31ba268f2f 新增flags json序列化 2024-05-30 18:20:40 +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
7a2842333f Merge branch 'abstractOperatprImpl'
All checks were successful
Java CI-CD with Maven / build (push) Successful in 6m40s
# Conflicts:
#	pom.xml
2024-05-29 16:54:26 +08:00
22de55561f 实现了对controller层的用户输入抽象,为webui开发作准备 2024-05-29 16:53:58 +08:00
fe623f41a2 修复了缓存中的一个潜在空值
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m0s
2024-05-29 10:47:42 +08:00
27a8fff7a2 add AbstractOperator.java 2024-05-29 10:42:25 +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
b18bbf5a7f 需要进一步优化性能 2024-05-28 18:02:03 +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
ee59530e0a Merge branch 'cui_test'
All checks were successful
Java CI-CD with Maven / build (push) Successful in 12m52s
# Conflicts:
#	pom.xml
2024-05-26 14:32:50 +08:00
0f938b576c 实现了文本输入功能 2024-05-26 14:32:25 +08:00
f4bf972efc 修复当玩家没有移动权限是可能被“不允许飞行”被踢 2024-05-26 14:04:38 +08:00
df33b659f5 测试文本输入 2024-05-25 22:30:15 +08:00