feat: remove /scissors reload block

We don't use Scissors anymore.
This commit is contained in:
amyavi 2025-03-30 18:39:39 -03:00
parent 971879d900
commit a1b6aa3002
Signed by: amy
SSH key fingerprint: SHA256:CoLIqZWDYPZEhs1j1HQWwV0j1JhC3BFWcaUF7ZLZHJA

View file

@ -165,12 +165,6 @@ public final class ServerCommand implements Listener {
return "cancel";
}
}
case "/scissors:scissors", "/scissors" -> {
if (arr.length >= 2
&& "reload".equalsIgnoreCase(arr[1])) {
return "cancel";
}
}
case "/geyser-spigot:geyser", "/geyser" -> {
if (arr.length >= 2
&& "dump".equalsIgnoreCase(arr[1])) {