mirror of
https://github.com/colbster937/originblacklist.git
synced 2025-12-15 15:27:41 +00:00
cool
This commit is contained in:
7
src/main/resources/bungee.yml
Normal file
7
src/main/resources/bungee.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: OriginBlacklist
|
||||
version: 1.0.0
|
||||
main: dev.colbster937.originblacklist.bungee.OriginBlacklistBungee
|
||||
description: A reimplementation of OriginBlacklist for EaglerXServer
|
||||
author: Colbster937
|
||||
depends:
|
||||
- EaglercraftXServer
|
||||
69
src/main/resources/config.yml
Normal file
69
src/main/resources/config.yml
Normal file
@@ -0,0 +1,69 @@
|
||||
messages:
|
||||
# Valid Placeholders:
|
||||
# - %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
|
||||
|
||||
kick: |
|
||||
<red>This %easyblocktype% is not allowed on the server!</red>
|
||||
<dark_gray>»</dark_gray> <gray>%blocked%</gray> <dark_gray>«</dark_gray>
|
||||
|
||||
<gray>Think this is a mistake? Join our discord:</gray>
|
||||
<blue>discord.gg/changethisintheconfig</blue>
|
||||
|
||||
# Origin + Brand blacklist supports wildcards
|
||||
# Everything should be lowercase
|
||||
blacklist:
|
||||
origins:
|
||||
- "hack.example.com"
|
||||
brands:
|
||||
- "*dragonx*"
|
||||
- "*piclient*"
|
||||
missing_origin: false
|
||||
|
||||
discord:
|
||||
webhook: ""
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# :>
|
||||
9
src/main/resources/plugin.yml
Normal file
9
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: OriginBlacklist
|
||||
version: 1.0.0
|
||||
main: dev.colbster937.originblacklist.bukkit.OriginBlacklistBukkit
|
||||
description: A reimplementation of OriginBlacklist for EaglerXServer
|
||||
author: Colbster937
|
||||
depend:
|
||||
- EaglercraftXServer
|
||||
commands:
|
||||
originblacklist:
|
||||
Reference in New Issue
Block a user