# zCore Configuration File
# Author: GamingHuzai
# Discord: [Link]
# Prefix configurations
prefixes:
main: "&a&lᴄᴏʀᴇ &8•"
staffchat: "&c&lsᴛᴀғғ ᴄʜᴀᴛ &8•"
broadcast: "&8| &a&l&nsᴇʀᴠᴇʀ ᴀɴɴᴏᴜɴᴄᴇᴍᴇɴᴛ"
punishment: "&c&lᴘᴜɴɪsʜᴍᴇɴᴛ"
warplist: "&a&lsᴇʀᴠᴇʀ ᴡᴀʀᴘs"
homelist: "&a&lʏᴏᴜʀ ʜᴏᴍᴇs"
rules: "&a&lsᴇʀᴠᴇʀ ʀᴜʟᴇs"
# Messages
messages:
join: "&8[&a&l+&8] &f%player%"
leave: "&8[&c&l-&8] &f%player%"
first-join: "&a&lғɪʀsᴛ ᴊᴏɪɴ &8• &a%player% &fhas joined! &8(&a#%count%&8)"
death: "&8[&c💀&8] &f%victim% died"
no-permission: "&fYou don't have permission for this!"
# Discord link
discord-link: "[Link]
# Cooldowns (in seconds)
cooldowns:
command: 5
heal: 30
feed: 30
repair: 60
repairall: 300
chat: 3
# Rules list
rules:
- "No hacking"
- "Don't abuse bugs/exploits, report these!"
- "Respect all staff and players"
- "Keep swearing to a minimum"
- "No advertising"
- "Don't harass players or staff"
- "No racial or explicit content in chat"
- "Don't talk inappropriately in chat"
# Database settings
database:
type: "sqlite" # sqlite or mysql
file: "[Link]" # For SQLite
# MySQL settings (if using MySQL)
host: "localhost"
port: 3306
database: "zcore"
username: "root"
password: ""