zEssentials
Spigot
  • Getting Started
    • 🍾Introduction
    • 🔌Installing zEssentials
    • đŸĒConvert
    • 📔Commands
    • đŸĒ§Placeholders
    • đŸŽĢPermissions
    • 🎨Color
    • 📖Messages
    • âšī¸Inventories / Buttons
    • 📂Configuration
  • â›°ī¸Modules
    • âŒ¨ī¸Afk
    • đŸ—Ŗī¸Chat
    • Discord
    • 💲Economy
    • đŸ‘ģHologram
    • 🏡Home
    • âš”ī¸Items
    • Join / Quit
    • đŸŽŋKits
    • đŸ“ŦMailbox
    • Messages
    • 📏Rules
    • âš’ī¸Sanction
    • đŸ’¯Scoreboard
    • 🔁Spawn
    • 🚏Step
    • Teleportation
    • Vault
    • đŸ—’ī¸Vote
    • 🤜Warp
    • đŸĒ“Worldedit
  • Developpers
    • đŸ•ĸEvents
Powered by GitBook
On this page
  1. Modules

Join / Quit

This module enables you to perform actions when players connect and disconnect.

Configuration

########################################################################################################################
#
# ░░░░░██╗░█████╗░██╗███╗░░██╗░░░░██████╗░██╗░░░██╗██╗████████╗
# ░░░░░██║██╔══██╗██║████╗░██║░░░██╔═══██╗██║░░░██║██║╚══██╔══╝
# ░░░░░██║██║░░██║██║██╔██╗██║░░░██║██╗██║██║░░░██║██║░░░██║░░░
# ██╗░░██║██║░░██║██║██║╚████║░░░╚██████╔╝██║░░░██║██║░░░██║░░░
# ╚█████╔╝╚█████╔╝██║██║░╚███║░░░░╚═██╔═╝░╚██████╔╝██║░░░██║░░░
# ░╚════╝░░╚════╝░╚═╝╚═╝░░╚══╝░░░░░░╚═╝░░░░╚═════╝░╚═╝░░░╚═╝░░░
#
# Documentation: https://zessentials.groupez.dev/modules/home
#
########################################################################################################################

enable: true

# Should players with permissions be able to join and part silently?
# You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
allow-silent-join-quit: false


# Available placeholders:
# %player% - The player's name.
# %displayName% - The player's display name.
#
# Available type:
# DISABLE
# DEFAULT
# CUSTOM
custom-join-message: CUSTOM
custom-quit-message: CUSTOM

# Should a message be sent when the player first logs in
#
# Available placeholders:
# %player% - The player's name
# %totalUser% - The total number of unique players
# %totalUserFormat% - The total formatted number of unique players
allow-first-join-broadcast: true

# Send a welcome message to the player on first login
#
# Available placeholders:
# %player% - The player's name.
# %displayName% - The player's display name.
allow-first-join-motd: true

# The number of ticks before sending the message
first-join-motd-ticks: 20 # 1 second = 20 ticks
PreviousItemsNextKits

Last updated 11 months ago

â›°ī¸