-
Notifications
You must be signed in to change notification settings - Fork 109
/
File Store Locations.txt
43 lines (36 loc) · 1.02 KB
/
File Store Locations.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
===File Store Locations===
====Mac OS X "darwin"=====
— usercache.json
— ~/Library/Application Support/pymclevel/usercache.json
— ServerJarStorage/
— ~/Library/Application Support/pymclevel/ServerJarStorage/
— Filters/
Portable
— ~/Library/Application Support/pymclevel/Filters
Fixed
— Relative to executable (Custom for .app package, if running from)
— Schematics/
Portable
— ~/Library/Application Support/pymclevel/Schematics
Fixed
— Relative to executable (Custom for .app package, if running from)
=====Windows "win32"======
Portable
usercache.json
Documents\MCEdit\ (CSIDL_MYDOCUMENTS)
ServerJarStorage\
Documents\MCEdit\ServerJarStorage\ (CSIDL_MYDOCUMENTS)
Filters\
Documents\MCEdit\Filters\ (CSIDL_MYDOCUMENTS)
Schematics\
Documents\MCEdit\Schematics\ (CSIDL_MYDOCUMENTS)
Fixed
usercache.json
..\ServerJarStorage\
ServerJarStorage\
..\ServerJarStorage\
Filters\
..\Filters\
Schematics\
..\Schematics\
======Linux "linux"=======