Skip to content

Astroworld-MC/AstroJoinLeave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstroJoinLeave

Custom join and leave messages plugin for Paper 1.20+ servers. Features per-permission group messages, first-join welcome, and configurable title/actionbar on join.

Features

  • Custom join and leave messages with color codes
  • Per-permission group messages (VIP, MVP, etc.)
  • Unique first-join welcome message
  • Title and subtitle display on join
  • Actionbar welcome message on join
  • Placeholders: %player%, %online%
  • Hot-reload without restart

Installation

  1. Download AstroJoinLeave-1.0.0.jar
  2. Drop the JAR into your server's plugins/ folder
  3. Restart the server
  4. Edit plugins/AstroJoinLeave/config.yml to customize

Commands

Command Description Permission
/jl reload Reload the config file astrojl.reload

Permissions

Permission Description Default
astrojl.reload Allows reloading config OP
astrojl.vip VIP join/leave message group false
astrojl.mvp MVP join/leave message group false

Configuration

# Default messages
join-message: "&a+ &7%player% joined the server"
leave-message: "&c- &7%player% left the server"
first-join-message: "&6&l>> &eWelcome &b%player% &eto Astroworld! &6&l<<"

# Per-group messages (first match wins)
group-join-messages:
  astrojl.mvp: "&6[MVP] &a+ &e%player% &7joined"
  astrojl.vip: "&b[VIP] &a+ &b%player% &7joined"

# Title on join
title:
  enabled: true
  title: "&6Welcome!"
  subtitle: "&7Enjoy your stay on &bAstroworld"
  fade-in: 10
  stay: 40
  fade-out: 10

# Actionbar on join
actionbar:
  enabled: true
  text: "&aWelcome to Astroworld, &f%player%&a!"

Links

Built by Astroworld - Minecraft Economy Survival Server

Need hosting? Try Astroworld Hosting

License

MIT License