diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index e8918671..33d9f7da 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1058,7 +1058,7 @@ namespace TShockAPI return; } - var items = Tools.GetItemByIdOrName(args.Parameters[0]); + var items = Tools.GetItemByIdOrName(String.Join(" ", args.Parameters)); if (items.Count == 0) { args.Player.SendMessage("Invalid item type!", Color.Red);