Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Fixed MessagesConfiguration typos
Browse files Browse the repository at this point in the history
Former-commit-id: a15d07a
  • Loading branch information
xishift committed Jul 8, 2020
1 parent 426dc9f commit a0b0903
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class MessagesConfiguration {

public String whitelisted = "&7Succesfully whitelisted address &a{IP}!";

public String blacklisted = "&7Succesfully whitelisted address &a{IP}!";
public String blacklisted = "&7Succesfully blacklisted address &a{IP}!";

public String reload = "&7Succesfully reloaded config and messages!";

Expand Down Expand Up @@ -60,7 +60,7 @@ public class MessagesConfiguration {
"&7You have been kicked by our &aantibot protection&7.",
"&7Details: &cYour IP address is blacklisted on this server.");

@CfgName("kick-message-blacklist")
@CfgName("kick-message-attack")
@CfgCollectionStyle(CfgCollectionStyle.CollectionStyle.ALWAYS_NEW_LINE)
public List<String> kickMessageAttack = Arrays.asList(
"&8[&2EpicGuard&8]",
Expand Down

0 comments on commit a0b0903

Please sign in to comment.