PsyMessagement
Simple chat provider with join/leave messages support
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
PsyMessagement
Built on 1.20 Paper API
Possibility of working on pre1.20.6, but primary it's built for 1.20.6+
Plugin for custom Chat and Join/Leave messages.
More coming later as this is my very first try for plugin. Any issues please report on GitHub.
Best choice for Almost-Vanilla servers.
Support on Discord only.
- ✅ItemsAdder :image: in messages supported. - ✅Vault dependency and some Chat+Permissions plugin (LuckPerms)
Commands:
- /psy - Show information about plugin - /psy reload - Reloads plugin configuration (except permissions)
Permissions:
- Permission prefix psymessagement.colors + permission suffix - psymessagement.colors - reload command - psymessagement.colors - permission for MiniMessage parsing, can be changed in configuration

config.yml
``` Messages:
Format of join/leave message
Supports MiniMessage color codes
Currently supported placeholders are:
%PREFIX% - Prefix of Player accessed via Vault
%PLAYER% - Name of the player - unchanged
%DISPLAY_NAME% - Display name of the player (with prefix and suffix if stated)
%SUFFIX% - Suffix of player accessed via Vault
join-message: '%PREFIX%%PLAYER% <gold>joined the <bold>server</bold>!</gold>' leave-message: '%PREFIX%%PLAYER% <red>left the <bold>server</bold>!</red>'
Format of chat
Supports MiniMessage color codes
Currently supported placeholders are:
%PREFIX% - Prefix of Player accessed via Vault
%PLAYER% - Name of the player - unchanged
%DISPLAY_NAME% - Display name of the player (with prefix and suffix if stated)
%SUFFIX% - Suffix of player accessed via Vault
%CUSTOM% - Custom player and message divider provided via `custom` field
%MESSAGE% - Message placeholder - have to be always present!
format: '%PREFIX%%PLAYER%%SUFFIX% %CUSTOM% %MESSAGE%' custom: '>>'
Colors:
Permission that player needs for using colors in chat
Only MiniMessage is supported ex. <gold><bold>TEXT</gold></bold> <#FFAA00>SAMPLE</#FFAA00>
Restart needed
chatcolor-permission-suffix: 'colors' debug: false Version: '1.0.5' ```