removed firework and sound from legend join
This commit is contained in:
parent
bd58c06017
commit
2c3116a7a6
@ -523,8 +523,6 @@ public class HubManager extends MiniClientPlugin<HubClient>
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
event.setJoinMessage(C.cGreen + C.Bold + "Legend " + playerName + " has joined!");
|
event.setJoinMessage(C.cGreen + C.Bold + "Legend " + playerName + " has joined!");
|
||||||
UtilFirework.playFirework(player.getEyeLocation(), org.bukkit.FireworkEffect.Type.BALL_LARGE, Color.LIME, true, true);
|
|
||||||
player.getWorld().playSound(player.getEyeLocation(), Sound.WITHER_SPAWN, 2f, 1f);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Teleport
|
//Teleport
|
||||||
|
Loading…
Reference in New Issue
Block a user