Implement ram and rambar commands

This commit is contained in:
BillyGalbreath
2025-01-12 16:29:51 -08:00
committed by granny
parent 0082c63345
commit e13b74d31e
8 changed files with 240 additions and 365 deletions

View File

@@ -8,7 +8,7 @@
import org.slf4j.Logger;
public class Commands {
@@ -245,6 +_,12 @@
@@ -245,6 +_,14 @@
StopCommand.register(this.dispatcher);
TransferCommand.register(this.dispatcher);
WhitelistCommand.register(this.dispatcher);
@@ -18,6 +18,8 @@
+ org.purpurmc.purpur.command.UptimeCommand.register(this.dispatcher); // Purpur - Add uptime command
+ org.purpurmc.purpur.command.TPSBarCommand.register(this.dispatcher); // Purpur - Implement TPSBar
+ org.purpurmc.purpur.command.CompassCommand.register(this.dispatcher); // Purpur - Add compass command
+ org.purpurmc.purpur.command.RamBarCommand.register(this.dispatcher); // Purpur - Add rambar command
+ org.purpurmc.purpur.command.RamCommand.register(this.dispatcher); // Purpur - Add ram command
}
if (selection.includeIntegrated) {