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