Paintbucket Command - RedWirePlatinumTwo/RedWiresMinecraftMod GitHub Wiki

Parameters

  • block get - Sends a chat with the name of the block used for replacing.
  • block set [block] - Changes the replacement block to [block].
  • size get - Sends a chat with the maximum area of blocks that will be replaced when right-clicking an area.
  • size set [x] - Changes the x, y, and z values to [x].
  • size set [x] [y] [z] - Changes the paint bucket size to the respective values.

Description

  • This command allows simply configures the values used for the Paint Bucket item.
  • The minimum size is 1x1x1 and the maximum is 63x63x63.
  • Requires cheats: yes

Changelog

  • 5.0.0: Introduced command.
  • 6.0.0: getsize has been changed to size get and setsize to size set. Same applies to the old getblock and setblock parameters. The display name of the block will be used when block get is used instead of the registry name.
  • 6.0.1: Re-named command to paintbucket.