mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Nine - remove aliases
This commit is contained in:
@@ -28,7 +28,7 @@ public class DecIris implements DecreeExecutor
|
|||||||
{
|
{
|
||||||
private DecIrisStudio studio;
|
private DecIrisStudio studio;
|
||||||
|
|
||||||
@Decree(description = "Print version information", aliases = {"v", "ver"})
|
@Decree(description = "Print version information")
|
||||||
public void version(){
|
public void version(){
|
||||||
sender().sendMessage("Iris v" + Iris.instance.getDescription().getVersion() + " by Volmit Software");
|
sender().sendMessage("Iris v" + Iris.instance.getDescription().getVersion() + " by Volmit Software");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user