新增权限节点 colorfulmap.tomap
All checks were successful
Java CI-CD with Maven / build (push) Successful in 11m11s

This commit is contained in:
zhangyuheng 2024-07-25 16:27:46 +08:00
parent d7d989eb6b
commit ddc47c4a8f
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<groupId>cn.lunadeer</groupId>
<artifactId>ColorfulMap</artifactId>
<version>1.4</version>
<version>1.5</version>
<packaging>jar</packaging>
<name>ColorfulMap</name>

View File

@ -8,3 +8,8 @@ commands:
tomap:
description: 将图片转换为地图画
usage: /tomap <图片url> [缩放比例(默认1)]
permission: colorfulmap.tomap
permissions:
colorfulmap.tomap:
description: 允许使用/tomap命令
default: true