Path: blob/main/stable-download/java/bungee_command/bans.txt
8641 views
1#2# This file allows you to configure bans for eaglercraftbungee3# When it is saved, eaglercraft should reload it automatically4# (check the console though to be safe)5#6# For a [Usernames] ban, just add the player's name. Use a colon ':' to put in a ban reason7# For a [IPs] ban, just add the player's IP, or a subnet like 69.69.0.0/16 to ban all IPs beginning with 69.69.*8# For a [Wildcards] ban, type a string and prefix and/or suffix it with * to define the wildcard9# For a [Regex] ban, type a valid regular expression in the java.util.regex format10#11# All bans are case-insensitive, USERNAMES ARE CONVERTED TO LOWERCASE BEFORE BEING MATCHED VIA REGEX12# Java regex syntax: https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html13#1415# set this to false to use "/eag-ban" to ban on bungee instead of just "/ban"16# (most likely needs a restart to take effect)17replace-bukkit=false181920[Usernames]2122# ban_test1: The ban hammer has spoken!23# ban_test2: custom ban message here24# ban_test32526# (remove the '#' before each line to enable)2728[IPs]2930# WARNING: if you're using nginx, banning any player's IP is gonna ban ALL PLAYERS on your server31# For this reason, the ban IP command doesn't ban 127.0.0.1 or any other 'private' range IPs3233# 101.202.69.1134# 123.21.43.0/2435# 2601:1062:69:418:BEEF::1036# 2601:6090:420::/483738[Wildcards]3940# *fuck*41# shi*424344[Regex]4546# you.+are.(a|the).+bitch474849# end of file50515253