This commit is contained in:
2025-12-17 18:42:43 +00:00
parent 60dba0716f
commit 19f429a5f4
6 changed files with 59 additions and 0 deletions

View File

16
BungeeCord/config.yml Normal file
View File

@@ -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"

5
BungeeCord/messages.yml Normal file
View File

@@ -0,0 +1,5 @@
# MysticCore by JernejTDO
# Setup your messages.
prefix: "MysticCore"
no-permission: "You do not have access to this command."

View File

31
Spigot/config.yml Normal file
View File

@@ -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

7
Spigot/messages.yml Normal file
View File

@@ -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"