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