first commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"user": {
|
||||
"type": "player",
|
||||
"name": "SherpaScotty",
|
||||
"uniqueId": "a840f701-7ebf-4e03-9968-fd4671705118"
|
||||
},
|
||||
"time": 1773689776819,
|
||||
"type": "Profiler (live)",
|
||||
"data": {
|
||||
"type": "url",
|
||||
"value": "https://spark.lucko.me/R81t3KCqyQ"
|
||||
}
|
||||
},
|
||||
{
|
||||
"user": {
|
||||
"type": "player",
|
||||
"name": "SherpaScotty",
|
||||
"uniqueId": "a840f701-7ebf-4e03-9968-fd4671705118"
|
||||
},
|
||||
"time": 1772739316630,
|
||||
"type": "Profiler (live)",
|
||||
"data": {
|
||||
"type": "url",
|
||||
"value": "https://spark.lucko.me/1j4NbHGrH9"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"_header": "spark configuration file - https://spark.lucko.me/docs/Configuration",
|
||||
"backgroundProfiler": true
|
||||
}
|
||||
@@ -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.
|
||||
@@ -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