Merge pull request #627 from Gjum/patch-1

/spawnbook as /introbook alias
This commit is contained in:
RedDevel2
2024-10-10 16:42:30 +02:00
committed by GitHub

View File

@@ -56,6 +56,7 @@ public class Introbook extends SimpleHack<IntrobookConfig> implements Listener,
plugin().log("Registering introbook command");
plugin().registerCommand("introbook", this);
plugin().registerCommand("giveintrobook", this);
plugin().registerCommand("spawnbook", this);
}
}