DisableCreeperBoom
This commit is contained in:
27
target/classes/config.yml
Normal file
27
target/classes/config.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
# ============================================
|
||||
# DisableCreeperBoom 插件配置文件
|
||||
# ============================================
|
||||
# Minecraft 版本: 1.21.8
|
||||
# Bukkit API 插件
|
||||
# ============================================
|
||||
|
||||
config:
|
||||
# 插件总开关 - 是否启用此插件功能
|
||||
# true = 启用插件功能
|
||||
# false = 禁用插件功能(苦力怕正常爆炸)
|
||||
Enable: true
|
||||
|
||||
# 苦力怕爆炸破坏方块控制
|
||||
# true = 阻止苦力怕爆炸破坏方块
|
||||
# false = 允许苦力怕爆炸破坏方块
|
||||
CreeperExplode: true
|
||||
|
||||
# 苦力怕爆炸伤害控制
|
||||
# true = 阻止苦力怕爆炸对玩家和实体造成伤害
|
||||
# false = 允许苦力怕爆炸对玩家和实体造成伤害
|
||||
CreeperDamage: true
|
||||
|
||||
# 调试模式
|
||||
# true = 在控制台输出详细的调试信息
|
||||
# false = 关闭调试信息输出
|
||||
debug: false
|
||||
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
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user