This commit is contained in:
Seth 2020-07-09 15:29:00 -07:00
parent c87e1b3d64
commit d12a121300
No known key found for this signature in database
GPG Key ID: A7BAB4E14F089CF3
2 changed files with 0 additions and 5 deletions

View File

@ -155,7 +155,6 @@ public enum ConfigEntry
BLOCKED_COMMANDS(List.class, "blocked_commands"),
HOST_SENDER_NAMES(List.class, "host_sender_names"),
FAMOUS_PLAYERS(List.class, "famous_players"),
NOADMIN_IPS(List.class, "noadmin_ips"),
ADMIN_ONLY_MODE(Boolean.class, "admin_only_mode"),
ADMIN_INFO(List.class, "admininfo"),
VOTING_INFO(List.class, "votinginfo"),

View File

@ -455,10 +455,6 @@ famous_players:
- gizzy14gazza
- furiousdestroyer
# IPs that can not be supered
noadmin_ips:
- 167.114.97.16
# Pet Protect - Prevent tamed pets from being killed.
petprotect:
enabled: true