Перейти к содержимому
Mineforgian

CustomJoinLeave

A simple plugin that allows you to customize the join and leave messages of your server. Uses MiniMessage format, implements PlaceholderAPI placeholders, and suffixes/prefixes from LuckPerms.

Загрузки
888
Подписчики
1
Обновлён
22 июня 2024 г.
Лицензия
CC0-1.0

Опубликован 12 мая 2024 г.

Исходный код

CustomJoinLeave

A simple plugin that allows you to customize the join and leave messages of your server.

Uses MiniMessage format, implements PlaceholderAPI placeholders, and suffixes/prefixes from LuckPerms.

Introduces 2 commands:

/vanishleave - Sends a fake leave message and sets the player to go into vanish-mode.

/vanishjoin - Sends a fake join message and takes the player out of vanish-mode.

Note: Vanish-mode is handled by your vanish plugin (e.g. EssentialsX).

Default Configuration:

# Uses MiniMessage format and any PlaceholderAPI placeholders.
# You can also add <prefix> and <suffix> at either end of the playername.
joinMessage: "<yellow>%player_name% <yellow>joined the game"
leaveMessage: "<yellow>%player_name% <yellow>left the game"

# You can set these permissions to whatever you want.
# Just make sure they match the permissions in your permissions plugin.
permissions:
  silentjoin: "essentials.silentjoin"
  silentquit: "essentials.silentquit"
  vanish: "essentials.vanish" # This should be the permission to go into vanish-mode (handled by your vanish plugin e.g. EssentialsX).

# Set this to whatever command handles vanish on your server.
commands:
  vanish-on: "essentials:vanish on"
  vanish-off: "essentials:vanish off"

Ченджлог

2.1Релиз1.21.6, 1.21.7, 1.21.8 · 22 июня 2024 г.

Readded config.yml

2.0Релиз1.20.4, 1.20.5, 1.20.6 · 22 июня 2024 г.

Switched to Java 21

Added bStats

Changed from Maven to Gradle

Комментарии

Загружаем…