DisableCreeperBoom

This commit is contained in:
2026-05-14 01:09:44 +08:00
commit 312ae59e2e
242 changed files with 85812 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"hashes": {},
"skippedHashes": [],
"mappingsHash": "1C1C48C2F6E8E7AB9B8CA0BC4E4644A76A1FE48EC57629E2BBD57F8EB38760F1"
}

View File

@@ -0,0 +1,7 @@
{
"hashes": {
"F6BF21189491B2013AEA1ED64FCB01688EB0754DF9102E9A0DE68D5568AF702F": "DisableCreeperBoom-1.0-SNAPSHOT.jar"
},
"skippedHashes": [],
"mappingsHash": "1C1C48C2F6E8E7AB9B8CA0BC4E4644A76A1FE48EC57629E2BBD57F8EB38760F1"
}

View File

@@ -0,0 +1,5 @@
{
"hashes": {},
"skippedHashes": [],
"mappingsHash": "1C1C48C2F6E8E7AB9B8CA0BC4E4644A76A1FE48EC57629E2BBD57F8EB38760F1"
}

View File

@@ -0,0 +1,5 @@
{
"hashes": {},
"skippedHashes": [],
"mappingsHash": "1C1C48C2F6E8E7AB9B8CA0BC4E4644A76A1FE48EC57629E2BBD57F8EB38760F1"
}

View 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: true

View File

@@ -0,0 +1,8 @@
# bStats collects some data for plugin authors like how many servers are using their plugins.
# To honor their work, you should not disable it.
# This has nearly no effect on the server performance!
# Check out https://bStats.org/ to learn more :)
enabled: true
serverUuid: a3c6cde5-bc51-434e-8b53-26252a910069
logFailedRequests: false

View File

@@ -0,0 +1,4 @@
{
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
"backgroundProfiler": true
}

View File

@@ -0,0 +1,10 @@
# What is this directory?
* In order to perform certain functions, spark sometimes needs to write temporary data to the disk.
* Previously, a temporary directory provided by the operating system was used for this purpose.
* However, this proved to be unreliable in some circumstances, so spark now stores temporary data here instead!
spark will automatically cleanup the contents of this directory.
(but if for some reason it doesn't, if the server is stopped, you can freely delete any files ending in .tmp)
tl;dr: spark uses this folder to store some temporary data.