新增权限节点 colorfulmap.tomap
All checks were successful
Java CI-CD with Maven / build (push) Successful in 11m11s
All checks were successful
Java CI-CD with Maven / build (push) Successful in 11m11s
This commit is contained in:
parent
d7d989eb6b
commit
ddc47c4a8f
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>cn.lunadeer</groupId>
|
<groupId>cn.lunadeer</groupId>
|
||||||
<artifactId>ColorfulMap</artifactId>
|
<artifactId>ColorfulMap</artifactId>
|
||||||
<version>1.4</version>
|
<version>1.5</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>ColorfulMap</name>
|
<name>ColorfulMap</name>
|
||||||
|
@ -8,3 +8,8 @@ commands:
|
|||||||
tomap:
|
tomap:
|
||||||
description: 将图片转换为地图画
|
description: 将图片转换为地图画
|
||||||
usage: /tomap <图片url> [缩放比例(默认1)]
|
usage: /tomap <图片url> [缩放比例(默认1)]
|
||||||
|
permission: colorfulmap.tomap
|
||||||
|
permissions:
|
||||||
|
colorfulmap.tomap:
|
||||||
|
description: 允许使用/tomap命令
|
||||||
|
default: true
|
||||||
|
Loading…
Reference in New Issue
Block a user