mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-23 17:19:16 +00:00
Add 'd' to object dust command alias list
This commit is contained in:
@@ -12,7 +12,7 @@ public class CommandIrisObjectDust extends MortarCommand
|
|||||||
{
|
{
|
||||||
public CommandIrisObjectDust()
|
public CommandIrisObjectDust()
|
||||||
{
|
{
|
||||||
super("dust", "dst");
|
super("dust", "dst", "d");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
setCategory("Object");
|
setCategory("Object");
|
||||||
setDescription("Get a powder that reveals placed objects");
|
setDescription("Get a powder that reveals placed objects");
|
||||||
|
|||||||
Reference in New Issue
Block a user