DeluxeJoin is a plugin that allows you to set up join/leave event actions for your server, it is helpful for setting up perks for donators.
You can send actions such as titles, commands, messages, and sounds.
◈ Multiple actions
You can select between 5 different actions for each player!
Code (Java):
MESSAGE, COMMAND, TITLE, SOUND, ACTIONBAR
◈ Weight & permission system
This plugin includes an easy-to-use priority system with integers and permissions so you don't screw up with permissions and actions overriding.
Click here >
< Click here
➜
/dj reload (deluxejoin.admin)
Just a reload the config.
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.giphy.com%2Fmedia%2F9JqHxPJY7Y8iBttCUP%2Fgiphy.webp)
Code (YAML):
[/LEFT
]
config:
debug
: false
disable-minecraft-messages
: true
#Disable Minecraft default join/quit messages?
groups:
default:
weight
: 0
permission
: deluxejoin.default
join-actions:
1:
type
: MESSAGE
broadcast
: true
#Send message to all players?
delay
: 20
#Delay in ticks for the action to execute.
message
:
"&7%player_name% &ehas joined the lobby."
#Hex colors and PaPi variables supported.
quit-actions:
1:
type
: MESSAGE
broadcast
: true
message
:
"&7%player_name% &ehas left the lobby."
vip:
weight
: 1
permission
: deluxejoin.vip
join-actions:
1:
type
: MESSAGE
broadcast
: true
delay
: 20
message
:
"&a&lVIP &a%player_name% &ehas joined the lobby."
2:
type
: TITLE
broadcast
: true
delay
: 20
title
:
"&a&lVIP &a%player_name%"
subtitle
:
"&ehas joined the lobby"
times:
fadeIn
: 20
stay
: 20
fadeOut
: 20
3:
type
: SOUND
broadcast
: true
delay
: 20
sound
: ENTITY_PLAYER_LEVELUP
#https://jd.papermc.io/paper/1.21.4/org/bukkit/Sound.html
volume
: 1.0
pitch
: 1.0
4:
type
: COMMAND
delay
: 20
executor
: CONSOLE
#CONSOLE/PLAYER
command
:
"say hi"
#Command without "/"
5:
type
: ACTIONBAR
delay
: 20
message
:
"&cWELCOME!"
quit-actions:
1:
type
: MESSAGE
broadcast
: true
delay
: 20
message
:
"&a&lVIP &a%player_name% &ehas left the lobby."
[LEFT
]
Please report bugs and get support here: