0.3.9-b371
Changes
Chat filter added.
Now you can enable chat filter and much more possibilities added!
This update brings a replacer (all text or only words) and blocker with notifier.
Example config:
Code (YAML):
CHAT-FILTER:
BYPASS-PERMISSION
: 'bstaffs.chatbypass'
REPLACER
: true
NOTIFY-BLOCK
: true
# Select the mode of the replaces.
# Text mode replaces the entire message. (Default)
# Word mode replaces each word.
REPLACE-MODE
: 'TEXT'
# Available modes: TEXT, WORDS
# If true, the chat will be filtered and words will be replaced for one of the following:
REPLACER-TEXTS
:
- 'This is the best server in the world!'
REPLACER-WORDS
:
- '********'
# Block all url links.
BLOCK-LINKS
: true
BLOCKED-WORDS
:
- 'fuck'
- 'shit'
- 'bitch'
Fallback kick blacklist
For anticheats and other type of kicks, we make this option.
Using KICK-MESSAGE-BLACKLIST in SERVERS-CONFIG you can put specific words for check if is a kick.
Example config:
Code (YAML):
SERVERS-CONFIG:
LIMBO
:
# The maximum time that the server can be restarted without giving a signal.
TIMEOUT
: 10
# Countdown in seconds to teleport again to old server after server give a signal.
TP-COOLDOWN
: 15
# Prevent player moving to other servers while in limbo.
PREVENT-MOVE
: false
# Command who execute player to stop the server.
STOP-COMMAND
: '/stop'
NAME
: 'Limbo'
# Limbo server name.
# If message contains a words of below list, the player will not move to fallback server.
KICK-MESSAGE-BLACKLIST
:
- 'cheating'
Discord activity upgraded.
Discord activity url has been added for your links.
Example config:
Code (YAML):
DISCORD-INTEGRATION:
ENABLED
: false
BOT-TOKEN
: '<token>'
UPDATE-DELAY
: 5
# In seconds
ACTIVITY
: 'Players online
: <bungee_online>'
ACTIVITY-URL
: 'play.example.net'
ACTIVITY-TYPE
: 'STREAMING'
## Available parameters: DEFAULT, STREAMING, LISTENING, WATCHING, COMPETING.
Logs added.
All player actions with plugin can be logged. (Chat message, custom command or move event) This option has 3 types of log, FILE, CONSOLE or BOTH.
Example config:
Code (YAML):
EVENTS:
JOIN-UPDATE-MESSAGE
: true
LOGS:
LOG-METHOD
: 'CONSOLE'
## Available parameters: CONSOLE, FILE, BOTH.
CHAT
: true
COMMANDS
: true
MOVE
: true