DisableCreeperBoom
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"hashes": {},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "1C1C48C2F6E8E7AB9B8CA0BC4E4644A76A1FE48EC57629E2BBD57F8EB38760F1"
|
||||
}
|
||||
7
test/server/plugins/.paper-remapped/index.json
Normal file
7
test/server/plugins/.paper-remapped/index.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"hashes": {
|
||||
"F6BF21189491B2013AEA1ED64FCB01688EB0754DF9102E9A0DE68D5568AF702F": "DisableCreeperBoom-1.0-SNAPSHOT.jar"
|
||||
},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "1C1C48C2F6E8E7AB9B8CA0BC4E4644A76A1FE48EC57629E2BBD57F8EB38760F1"
|
||||
}
|
||||
5
test/server/plugins/.paper-remapped/libraries/index.json
Normal file
5
test/server/plugins/.paper-remapped/libraries/index.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"hashes": {},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "1C1C48C2F6E8E7AB9B8CA0BC4E4644A76A1FE48EC57629E2BBD57F8EB38760F1"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"hashes": {},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "1C1C48C2F6E8E7AB9B8CA0BC4E4644A76A1FE48EC57629E2BBD57F8EB38760F1"
|
||||
}
|
||||
BIN
test/server/plugins/DisableCreeperBoom-1.0-SNAPSHOT.jar
Normal file
BIN
test/server/plugins/DisableCreeperBoom-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
27
test/server/plugins/DisableCreeperBoom/config.yml
Normal file
27
test/server/plugins/DisableCreeperBoom/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: true
|
||||
8
test/server/plugins/bStats/config.yml
Normal file
8
test/server/plugins/bStats/config.yml
Normal 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
|
||||
4
test/server/plugins/spark/config.json
Normal file
4
test/server/plugins/spark/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
|
||||
"backgroundProfiler": true
|
||||
}
|
||||
10
test/server/plugins/spark/tmp-client/about.txt
Normal file
10
test/server/plugins/spark/tmp-client/about.txt
Normal 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.
|
||||
Reference in New Issue
Block a user