From 19079af11993f518ca1f187187f0cfe9ceefc961 Mon Sep 17 00:00:00 2001 From: JernejTDO Date: Mon, 22 Dec 2025 08:51:15 +0000 Subject: [PATCH] Upload --- BungeeCord/config.yml | 5 ++++- BungeeCord/messages.yml | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/BungeeCord/config.yml b/BungeeCord/config.yml index 494aa5f..6a028cc 100644 --- a/BungeeCord/config.yml +++ b/BungeeCord/config.yml @@ -12,5 +12,8 @@ redis: host: redis.triler.net password: "your-password" - +whitelist: + enabled: false + list: + - JernejTDO \ No newline at end of file diff --git a/BungeeCord/messages.yml b/BungeeCord/messages.yml index 279936b..32d1968 100644 --- a/BungeeCord/messages.yml +++ b/BungeeCord/messages.yml @@ -2,4 +2,5 @@ # Setup your messages. prefix: "MysticCore" -no-permission: "You do not have access to this command." \ No newline at end of file +no-permission: "You do not have access to this command." +whitelist: "You are not whitelisted." \ No newline at end of file