Commit Graph

311 Commits

Author SHA1 Message Date
2dfbae52cf 新增配置项,控制是否可以从residence迁移数据 2024-06-25 19:49:02 +08:00
98093f2532 初步实现了从residence迁移数据的功能 2024-06-25 17:38:28 +08:00
90245ce5b6 新增:动物生成(繁殖)、对村民造成伤害、村民繁殖,三种权限(行为)控制
All checks were successful
Java CI-CD with Maven / build (push) Successful in 7m50s
2024-06-25 10:37:38 +08:00
570ea0c75c 修复没有权限仍然能打开告示牌编辑界面的问题(修复前:可以打开,但是不能编辑;修复后直接无法打开) 2024-06-25 10:15:54 +08:00
26bc618b93 修复没有权限仍然能通过床设置重生点的权限漏洞 2024-06-25 09:43:20 +08:00
e33be83b07 修复在领地外仍然能触发按钮的权限漏洞 2024-06-25 09:31:48 +08:00
a090ea7bf1 修复了无法修改管理员发光效果的bug
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m38s
2024-06-24 13:49:46 +08:00
f608041e9a 移除部分旧代码,优化import 2024-06-24 10:50:22 +08:00
9089d7ae34 Merge branch 'mysql-impl'
All checks were successful
Java CI-CD with Maven / build (push) Successful in 8m38s
# Conflicts:
#	pom.xml
#	src/main/java/cn/lunadeer/dominion/Cache.java
2024-06-23 10:10:08 +08:00
a568d87ff6 修复玩家修改名字时领地丢失的问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 14m4s
2024-06-21 23:54:07 +08:00
17870432fe 优化领地缓存更新加载策略,提高效率 2024-06-21 15:49:40 +08:00
723ac794fe 优化成员权限缓存更新加载策略,提高效率 2024-06-21 14:57:21 +08:00
278ce8a686 优化成员权限缓存更新加载策略,提高效率 2024-06-21 14:33:21 +08:00
2f9c4cd73a 修复bukkit核心无法使用expand/contract问题 2024-06-21 10:00:07 +08:00
d23c368d10 修复数据类型错误 2024-06-21 00:58:34 +08:00
ea9be48c68 新增缓存计时器 2024-06-21 00:46:31 +08:00
abab7967b0 优化dominion dto内容结构,将原始变量合并到Field中 2024-06-20 17:58:33 +08:00
6f0b97f458 初步实现mysql支持,初步测试了三种数据库(暂无问题) 2024-06-20 00:53:46 +08:00
cac0b91734 初步实现mysql适配 2024-06-19 21:01:20 +08:00
7a6798bed1 修改dto代码适配新数据库工具库 2024-06-19 18:00:51 +08:00
268648e492 修复某些情况下无法正确hook到经济插件问题
All checks were successful
Java CI-CD with Maven / build (push) Successful in 9m14s
2024-06-18 16:30:31 +08:00
03cb1af603 初步实现mysql适配,但暂时存在returning语法缺失问题 2024-06-17 17:51:43 +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
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