mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Nine - remove aliases
This commit is contained in:
parent
30245f4aed
commit
f8336d6adb
@ -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");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user