This plugin need the virion, AnimationHelper
Do you want only op to display join message?
if you want only op to display join message,
Change $only_op to true
if you don't want
Change $only_op to false
https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L15
Do you want to display animation on screen?
if you want to display animation on screen,
Change $screen_effect to true
if you don't want
Change $screen_effect to false
https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L25
if you want to change animation, change $id to number https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L27
Do you want you want to show title?
if you want to show title,
Change $show_title to true
if you don't want
Change $show_title to false
https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L29
if you want change title message Change $title and $subtitle https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L31 https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L33
- (닉네임) is player name
Do you want you want to change join,quit message?
if you want to change join,quit message,
Change them.
https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L17
https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L19
https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L21
https://github.com/MIN0707/JoinEffect/blob/main/src/MIN/JoinEffect/JoinEffect.php#L23