DisableCreeperBoom
This commit is contained in:
20
target/classes/plugin.yml
Normal file
20
target/classes/plugin.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
name: DisableCreeperBoom
|
||||
version: '1.0-SNAPSHOT'
|
||||
main: top.gtb520.java.minecraft.plugins.disableCreeperBoom.main
|
||||
api-version: '1.21'
|
||||
authors: [gtb520]
|
||||
description: 禁用苦力怕爆炸破坏方块和伤害玩家
|
||||
website: https://github.com/gtb520
|
||||
|
||||
commands:
|
||||
creeperboom:
|
||||
description: 苦力怕爆炸控制插件主命令
|
||||
usage: /<command> [reload|status]
|
||||
aliases: [cb, creeper]
|
||||
permission: disablecreeperboom.admin
|
||||
permission-message: "你没有权限使用此命令"
|
||||
|
||||
permissions:
|
||||
disablecreeperboom.admin:
|
||||
description: 允许使用插件管理命令
|
||||
default: op
|
||||
Reference in New Issue
Block a user