Command Server Info
ServerInfo Command
Displays the current server information, including:
Server Address (Typed In)
Resolved Server Address
Server ID
Server Type (Premium or Cracked)
Server Brand (Brand that the server sent us, F3 menu)
Advertised Version (Version that the server sent us)
Detected Version (Gathers actual server version from known packs packet)
TPS (Same as .tps)
Ping (Same as .ping)
Payload Channels
Transactions (5x ping payloads)
Transaction Differences
Guessed Anti Cheat (Same as AntiCheatDetect)
Hosting Information (Shown when command is being executed with hosting parameter)
Plugins (Same as Plugins Module, requires plugins detect parameter)
The command supports active detection modes for more thorough analysis.
Properties
Get the related CoroutineScope of receiver EventListener.
Returns whether the listenable is running or not, this is based on the parent listenable and if no parent is present, it will return the opposite of isDestructed.
Functions
Children EventListener
Returns computed ReadWriteProperty based on the accumulator of specific event.
Creates the Command and is run only once by the CommandManager.
Parent EventListener
Remove cached scope and cancel it.
Registers an event hook for events of type T and launches a sequence
Start a Job on event.
Registers a repeatable sequence which repeats the execution of code on GameTickEvent.
Unregisters the event handler from the manager. This decision is FINAL! After the class was unregistered we cannot restore the handlers.
Wrap the original interceptor and make it auto-detect the listener's running state at suspension to determine whether to resume the continuation.