Commit April
Dieser Commit ist enthalten in:
Ursprung
5cadf74163
Commit
4856fe2380
@ -23,6 +23,7 @@ import com.comphenix.protocol.PacketType;
|
|||||||
import com.comphenix.protocol.ProtocolLibrary;
|
import com.comphenix.protocol.ProtocolLibrary;
|
||||||
import com.comphenix.protocol.events.PacketContainer;
|
import com.comphenix.protocol.events.PacketContainer;
|
||||||
import de.steamwar.fightsystem.ArenaMode;
|
import de.steamwar.fightsystem.ArenaMode;
|
||||||
|
import de.steamwar.fightsystem.FightSystem;
|
||||||
import de.steamwar.fightsystem.states.FightState;
|
import de.steamwar.fightsystem.states.FightState;
|
||||||
import de.steamwar.fightsystem.states.StateDependentListener;
|
import de.steamwar.fightsystem.states.StateDependentListener;
|
||||||
import net.md_5.bungee.api.chat.TextComponent;
|
import net.md_5.bungee.api.chat.TextComponent;
|
||||||
@ -95,6 +96,7 @@ public class DenyWorldInteraction implements Listener {
|
|||||||
|
|
||||||
@EventHandler()
|
@EventHandler()
|
||||||
public void onPlayerJoin(PlayerJoinEvent event) {
|
public void onPlayerJoin(PlayerJoinEvent event) {
|
||||||
|
if(FightSystem.ISAPRIL) {
|
||||||
PacketContainer demo = ProtocolLibrary.getProtocolManager().createPacket(PacketType.Play.Server.GAME_STATE_CHANGE);
|
PacketContainer demo = ProtocolLibrary.getProtocolManager().createPacket(PacketType.Play.Server.GAME_STATE_CHANGE);
|
||||||
demo.getBytes().write(0, (byte) 5);
|
demo.getBytes().write(0, (byte) 5);
|
||||||
demo.getFloat().write(0, 0F);
|
demo.getFloat().write(0, 0F);
|
||||||
@ -108,4 +110,5 @@ public class DenyWorldInteraction implements Listener {
|
|||||||
throw new SecurityException("Screw this", e);
|
throw new SecurityException("Screw this", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren