From 19f429a5f4eecd2ec0e3a080e2b21bc082b2b13b Mon Sep 17 00:00:00 2001 From: JernejTDO Date: Wed, 17 Dec 2025 18:42:43 +0000 Subject: [PATCH] upload --- BungeeCord/config.json | 0 BungeeCord/config.yml | 16 ++++++++++++++++ BungeeCord/messages.yml | 5 +++++ Spigot/config.json | 0 Spigot/config.yml | 31 +++++++++++++++++++++++++++++++ Spigot/messages.yml | 7 +++++++ 6 files changed, 59 insertions(+) delete mode 100644 BungeeCord/config.json create mode 100644 BungeeCord/config.yml create mode 100644 BungeeCord/messages.yml delete mode 100644 Spigot/config.json create mode 100644 Spigot/config.yml create mode 100644 Spigot/messages.yml diff --git a/BungeeCord/config.json b/BungeeCord/config.json deleted file mode 100644 index e69de29..0000000 diff --git a/BungeeCord/config.yml b/BungeeCord/config.yml new file mode 100644 index 0000000..494aa5f --- /dev/null +++ b/BungeeCord/config.yml @@ -0,0 +1,16 @@ +# MysticCore by JernejTDO +# BungeeCord config. + +mysql: + host: sql.triler.net + port: 3306 + database: MysticCore + user: root + password: "your-password" + +redis: + host: redis.triler.net + password: "your-password" + + + \ No newline at end of file diff --git a/BungeeCord/messages.yml b/BungeeCord/messages.yml new file mode 100644 index 0000000..279936b --- /dev/null +++ b/BungeeCord/messages.yml @@ -0,0 +1,5 @@ +# MysticCore by JernejTDO +# Setup your messages. + +prefix: "MysticCore" +no-permission: "You do not have access to this command." \ No newline at end of file diff --git a/Spigot/config.json b/Spigot/config.json deleted file mode 100644 index e69de29..0000000 diff --git a/Spigot/config.yml b/Spigot/config.yml new file mode 100644 index 0000000..2833022 --- /dev/null +++ b/Spigot/config.yml @@ -0,0 +1,31 @@ +# MysticCore by JernejTDO +# Spigot config. + +mysql: + host: sql.triler.net + port: 3306 + database: MysticCore + user: root + password: "your-password" + +redis: + host: redis.triler.net + password: "your-password" + +hub-mode: + enable: false + location: + world: world + x: 0 + y: 100 + z: 0 + pitch: 0 + yaw: 0 + place-break-block: false + pvp: false + +commands: + fly: + enable: true + + diff --git a/Spigot/messages.yml b/Spigot/messages.yml new file mode 100644 index 0000000..b65ed84 --- /dev/null +++ b/Spigot/messages.yml @@ -0,0 +1,7 @@ +# MysticCore by JernejTDO +# Setup your messages. + +prefix: "MysticCore" +no-permission: "You do not have access to this command." +hub-mode-join: "{PlayerName} has joined this hub" +hub-mode-leave: "{PlayerName} has left this hub" \ No newline at end of file