release-1.0.0 #39
@ -16,7 +16,11 @@
|
|||||||
*/whitelist.json
|
*/whitelist.json
|
||||||
*/usercache.json
|
*/usercache.json
|
||||||
|
|
||||||
|
src/plugins/spark/tmp
|
||||||
|
|
||||||
src/plugins/luckperms/libs
|
src/plugins/luckperms/libs
|
||||||
|
|
||||||
.crowdin
|
.crowdin
|
||||||
src/plugins/PlasmoVoice/voice_mutes.json
|
src/plugins/PlasmoVoice/voice_mutes.json
|
||||||
|
|
||||||
|
src/plugins/SuperVanish/data.yml
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -16,7 +16,11 @@
|
|||||||
*/whitelist.json
|
*/whitelist.json
|
||||||
*/usercache.json
|
*/usercache.json
|
||||||
|
|
||||||
|
src/plugins/spark/tmp
|
||||||
|
|
||||||
src/plugins/LuckPerms/libs
|
src/plugins/LuckPerms/libs
|
||||||
|
|
||||||
.crowdin
|
.crowdin
|
||||||
src/plugins/PlasmoVoice/voice_mutes.json
|
src/plugins/PlasmoVoice/voice_mutes.json
|
||||||
|
|
||||||
|
src/plugins/SuperVanish/data.yml
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
# 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.
|
|
Loading…
Reference in New Issue
Block a user