alias O in object because studiO was taking priority

This commit is contained in:
CocoTheOwner 2021-08-19 12:02:30 +02:00
parent 7347300f05
commit 4f7bfd14c0

View File

@ -38,7 +38,7 @@ import java.text.NumberFormat;
import java.util.*;
import java.util.stream.Collectors;
@Decree(name = "object", origin = DecreeOrigin.PLAYER, studio = true, description = "Iris object manipulation")
@Decree(name = "object", aliases = "o", origin = DecreeOrigin.PLAYER, studio = true, description = "Iris object manipulation")
public class DecObject implements DecreeExecutor {
@Decree(description = "Check the composition of an object")