Class CommandGiveItem

java.lang.Object
valorless.rarespawns.commands.CommandGiveItem

public class CommandGiveItem extends Object
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 Details

    • CommandGiveItem

      public CommandGiveItem()
  • Method Details

    • Run

      public static boolean Run(RSCommand command)
      Executes the give item command.
      Parameters:
      command - The RSCommand object containing command details.
      Returns:
      true if the command executed successfully; false otherwise.