mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-03-23 05:47:41 +00:00
add ip blacklisting & blacklist cmd
This commit is contained in:
@@ -3,11 +3,13 @@ messages:
|
||||
# - %blocked% - The player's origin/brand that was blocked
|
||||
# - %blocktype% - Shows what the player was blocked for
|
||||
# - %easyblocktype% - Shows what the player was blocked for in an eagler-kid readable form
|
||||
# - %notallowed1% - Longer "not allowed" message
|
||||
# - %notallowed2% - Shorter "not allowed" message
|
||||
# - %host% - The IP the player pinged
|
||||
# - %help% - The configured help message for the block type
|
||||
|
||||
kick: |
|
||||
<red>This %easyblocktype% is not allowed on the server!</red>
|
||||
<red>This %easyblocktype% is %notallowed1%!</red>
|
||||
<dark_gray>»</dark_gray> <gray>%blocked%</gray> <dark_gray>«</dark_gray>
|
||||
|
||||
%help%
|
||||
@@ -19,11 +21,12 @@ messages:
|
||||
help:
|
||||
generic: "<gray>Please switch to a different %easyblocktype%.</gray>"
|
||||
player: "<gray>Please change your %easyblocktype%.</gray>"
|
||||
ip: "<gray>Please contact staff for assistance.</gray>"
|
||||
|
||||
motd:
|
||||
enabled: true
|
||||
text: |
|
||||
<red>This %easyblocktype% is not allowed!</red>
|
||||
<red>This %easyblocktype% is %notallowed2%!</red>
|
||||
<dark_gray>»</dark_gray> <gray>%blocked%</gray> <dark_gray>«</dark_gray>
|
||||
icon: "blacklisted.png"
|
||||
|
||||
@@ -39,6 +42,8 @@ blacklist:
|
||||
- "*piclient*"
|
||||
players:
|
||||
- "Admin"
|
||||
ips:
|
||||
- "192.0.2.0/24"
|
||||
|
||||
discord:
|
||||
webhook: ""
|
||||
@@ -61,9 +66,4 @@ discord:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# :>
|
||||
# :>
|
||||
Reference in New Issue
Block a user