First Commit
This commit is contained in:
Binary file not shown.
Binary file not shown.
7
run/plugins/.paper-remapped/extra-plugins/index.json
Normal file
7
run/plugins/.paper-remapped/extra-plugins/index.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"hashes": {
|
||||
"21FE512438D3F73E26A13846E49420E70E636F709065D8C551CD836C20099735": "femboy-1.0-1752893627821.jar"
|
||||
},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "297DD0ABDAF0D3CAF5EC26D87557BA14A45858405C25551918C8C4314BFA742D"
|
||||
}
|
||||
5
run/plugins/.paper-remapped/index.json
Normal file
5
run/plugins/.paper-remapped/index.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"hashes": {},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "297DD0ABDAF0D3CAF5EC26D87557BA14A45858405C25551918C8C4314BFA742D"
|
||||
}
|
||||
5
run/plugins/.paper-remapped/libraries/index.json
Normal file
5
run/plugins/.paper-remapped/libraries/index.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"hashes": {},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "297DD0ABDAF0D3CAF5EC26D87557BA14A45858405C25551918C8C4314BFA742D"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
5
run/plugins/.paper-remapped/unknown-origin/index.json
Normal file
5
run/plugins/.paper-remapped/unknown-origin/index.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"hashes": {},
|
||||
"skippedHashes": [],
|
||||
"mappingsHash": "297DD0ABDAF0D3CAF5EC26D87557BA14A45858405C25551918C8C4314BFA742D"
|
||||
}
|
||||
8
run/plugins/bStats/config.yml
Normal file
8
run/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: 839632af-1d83-4e35-97f6-589f61445a1a
|
||||
logFailedRequests: false
|
||||
4
run/plugins/spark/config.json
Normal file
4
run/plugins/spark/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
|
||||
"backgroundProfiler": true
|
||||
}
|
||||
10
run/plugins/spark/tmp-client/about.txt
Normal file
10
run/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