mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-22 04:44:03 +00:00
Added /searchitem or //l command to lookup items and block by name and ID.
This commit is contained in:
@@ -300,6 +300,15 @@ public enum ItemType {
|
||||
return name;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a list of aliases.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public String[] getAliases() {
|
||||
return lookupKeys;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if an item should not be stacked.
|
||||
*
|
||||
|
Reference in New Issue
Block a user