Class ServerEvents.Player.Join

java.lang.Object
icu.suc.serverevents.ServerEvents.Player.Join
Enclosing class:
ServerEvents.Player

public abstract static class ServerEvents.Player.Join extends Object
  • Field Details

    • MODIFY_MESSAGE

      public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.Join.ModifyMessage> MODIFY_MESSAGE
      An event that can be used to provide the player's join message.
    • ALLOW_MESSAGE

      public static final net.fabricmc.fabric.api.event.Event<ServerEvents.Player.Join.AllowMessage> ALLOW_MESSAGE
      An event that allows broadcast the player's join message.
  • Constructor Details

    • Join

      public Join()