diff --git a/.gitignore b/.gitignore index 685e768..93ab4ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # folders downloads/ +journeymap/ logs/ resourcepacks/ saves/ diff --git a/config/journeymap-common.toml b/config/journeymap-common.toml new file mode 100644 index 0000000..aeb9f0a --- /dev/null +++ b/config/journeymap-common.toml @@ -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 = [] + diff --git a/mods/journeymap-1.15.2-5.7.0beta1.jar b/mods/journeymap-1.15.2-5.7.0beta1.jar new file mode 100644 index 0000000..62c040f Binary files /dev/null and b/mods/journeymap-1.15.2-5.7.0beta1.jar differ diff --git a/usercache.json b/usercache.json new file mode 100644 index 0000000..a662ac9 --- /dev/null +++ b/usercache.json @@ -0,0 +1 @@ +[{"name":"Citali","uuid":"87c0acc6-ec6e-4456-b256-b871edc60813","expiresOn":"2020-05-21 12:17:32 +0200"}] \ No newline at end of file diff --git a/usernamecache.json b/usernamecache.json new file mode 100644 index 0000000..26a711d --- /dev/null +++ b/usernamecache.json @@ -0,0 +1,3 @@ +{ + "87c0acc6-ec6e-4456-b256-b871edc60813": "Citali" +} \ No newline at end of file