Expand description
Disconnect a client from the server.
Structs§
- Disconnect
Event - An event sent when a client got disconnected from the server.
- Disconnect
Plugin - IsConnection
Alive - Remove
OnDisconnect Bundle - A bundle of components that are removed when a client disconnects.
Functions§
- remove_
components_ from_ disconnected_ players - A system that removes the several components from our clients when they get
a
DisconnectEvent
.