mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Merge branch 'master' into testing
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
# folders
|
||||
downloads/
|
||||
journeymap/
|
||||
logs/
|
||||
resourcepacks/
|
||||
saves/
|
||||
|
||||
11
config/journeymap-common.toml
Normal file
11
config/journeymap-common.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
[admins]
|
||||
#Default, all Ops have access to Server Admin UI in the Options screen.
|
||||
#If set to false, only users in the Admin List will have access.
|
||||
#If set to true, all ops and users in the Admin List will have access.
|
||||
opAccess = true
|
||||
#Players in this list have access to the Journeymap's Server Admin Panel
|
||||
#Add users by name or UUID, Prefer UUID as it is more secure!
|
||||
#Each value on a new line with the example format provided. (please delete the default values)
|
||||
serverAdmins = []
|
||||
|
||||
BIN
mods/journeymap-1.15.2-5.7.0beta1.jar
Normal file
BIN
mods/journeymap-1.15.2-5.7.0beta1.jar
Normal file
Binary file not shown.
1
usercache.json
Normal file
1
usercache.json
Normal file
@@ -0,0 +1 @@
|
||||
[{"name":"Citali","uuid":"87c0acc6-ec6e-4456-b256-b871edc60813","expiresOn":"2020-05-21 12:17:32 +0200"}]
|
||||
3
usernamecache.json
Normal file
3
usernamecache.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"87c0acc6-ec6e-4456-b256-b871edc60813": "Citali"
|
||||
}
|
||||
Reference in New Issue
Block a user