upload
This commit is contained in:
16
BungeeCord/config.yml
Normal file
16
BungeeCord/config.yml
Normal 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
5
BungeeCord/messages.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# MysticCore by JernejTDO
|
||||||
|
# Setup your messages.
|
||||||
|
|
||||||
|
prefix: "MysticCore"
|
||||||
|
no-permission: "You do not have access to this command."
|
||||||
31
Spigot/config.yml
Normal file
31
Spigot/config.yml
Normal 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
7
Spigot/messages.yml
Normal 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"
|
||||||
Reference in New Issue
Block a user