Package valorless.rarespawns.commands
Class CommandGiveItem
java.lang.Object
valorless.rarespawns.commands.CommandGiveItem
Command: /rare give [random]
Gives a specified item to a target player. If "random" is specified, a randomized
variant of the item is given.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommandGiveItem
public CommandGiveItem()
-
-
Method Details
-
Run
Executes the give item command.- Parameters:
command- The RSCommand object containing command details.- Returns:
- true if the command executed successfully; false otherwise.
-