Skip to content

Commit

Permalink
Updated example drops command
Browse files Browse the repository at this point in the history
  • Loading branch information
ipkpjersi committed Jan 19, 2025
1 parent da59a35 commit f776f85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static void playerCommands(Player player, String playerCommand, String[]
case "npcdrops":
case "searchdrops":
case "searchnpcdrops":
case "drops": // Possible usage: ::drops dragon
case "drops": // Possible usage: ::drops scim
boolean found = false;

// Check if arguments are provided (item ID or name)
Expand Down

0 comments on commit f776f85

Please sign in to comment.