Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lDEVinux
GitHub Repository: lDEVinux/eaglercraft
Path: blob/main/stable-download/java/bungee_command/bans.txt
8641 views
1
2
#
3
# This file allows you to configure bans for eaglercraftbungee
4
# When it is saved, eaglercraft should reload it automatically
5
# (check the console though to be safe)
6
#
7
# For a [Usernames] ban, just add the player's name. Use a colon ':' to put in a ban reason
8
# 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.*
9
# For a [Wildcards] ban, type a string and prefix and/or suffix it with * to define the wildcard
10
# For a [Regex] ban, type a valid regular expression in the java.util.regex format
11
#
12
# All bans are case-insensitive, USERNAMES ARE CONVERTED TO LOWERCASE BEFORE BEING MATCHED VIA REGEX
13
# Java regex syntax: https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
14
#
15
16
# set this to false to use "/eag-ban" to ban on bungee instead of just "/ban"
17
# (most likely needs a restart to take effect)
18
replace-bukkit=false
19
20
21
[Usernames]
22
23
# ban_test1: The ban hammer has spoken!
24
# ban_test2: custom ban message here
25
# ban_test3
26
27
# (remove the '#' before each line to enable)
28
29
[IPs]
30
31
# WARNING: if you're using nginx, banning any player's IP is gonna ban ALL PLAYERS on your server
32
# For this reason, the ban IP command doesn't ban 127.0.0.1 or any other 'private' range IPs
33
34
# 101.202.69.11
35
# 123.21.43.0/24
36
# 2601:1062:69:418:BEEF::10
37
# 2601:6090:420::/48
38
39
[Wildcards]
40
41
# *fuck*
42
# shi*
43
44
45
[Regex]
46
47
# you.+are.(a|the).+bitch
48
49
50
# end of file
51
52
53