Commands
The commands are only needed to facilitate the process. All options are available through the GUI!
Starting/Importing/Saving commands
Opens a menu with all cells. From here you can go to the catalog, drafts, create a painting, etc. It only works if you're not drawing right now
/draw
If you are drawing right now, it opens a menu with all the tools, color selection, and cursor size. From here you can save the painting or reject it
/draw
Starts drawing immediately if you have not exceeded the limit. Gives you a canvas
/draw start
Start editing a map/painting in your main hand
/draw edit image
Start editing an image from URL.
/draw edit url <url>
Starts drawing immediately if you have not exceeded the limit. Gives you a canvas with selected background color
/draw start <#HEX background> /draw start #534545
Saves your work. It will go to the draft list. If the option Developer resource pack enable is turned off, it will remain in your hands
/draw save
Cancel your work. Discards all changes
/draw cancel
Drawing commands
Changes the size of the cursor. The standard value is 1. You can enter any value from 1 to 15
/draw cursor <size>
Changes the color of the cursor. The standard is red. You can put any HEX color or your saved name.
/draw color <#HEX> /draw color <name>
Changes the background color of the canvas. The standard is white. You can put any HEX color. Or your saved name.
/draw background <#HEX> /draw background <name>
Switch drawing mode to pencil. The standard is a pencil
/draw pencil
Switch drawing mode to line
/draw line
Switch drawing mode to eraser
/draw eraser
Switch drawing mode to fill
/draw fill
Switch drawing mode to square
/draw square
Switch drawing mode to fillder square
/draw filled_square
Switch drawing mode to circle
/draw circle
Switch drawing mode to filled circle
/draw filled_circle
Switch drawing mode to selection
/draw selection
Switch drawing mode to text
/draw text
Change font for text mode
/draw font <font name>
Discord commands
/draw discord
/draw discord <UUID>
Settings commands
Sets a custom name for the color to make it easier to find and use. You can set any name. Exclusively for the player.
/draw colors set <#HEX> <color name>
Removes the given name from the player's palette. Exclusively for the player.
/draw colors remove <color name>
Completely clears custom names for colors in the player's palette. Exclusively for the player.
/draw colors clear
Sets the starting cursor size. When creating a painting, this is the size that will be used immediately. Exclusively for the player.
/draw default cursor <1-15>
Sets the starting cursor color. When creating a painting, this is the cursor color that will be used immediately. Exclusively for the player.
/draw default color <#HEX> /draw default color <color name>
Sets the starting background color. When creating a painting, this is the background color that will be used immediately. Exclusively for the player.
/draw default background <#HEX> /draw default background <color name>
Placing commands
Places a map on the wall from your main hand
/draw place image
Places a map on the wall by its UUID
/draw place image <UUID>
Places a map on the wall by an URL
/draw place url <URL>
Removes a card from the wall by its UUID
/draw place delete <UUID>
Admin commands
Loads all fonts from a folder
/draw fonts load
Delete font from the server
/draw fonts delete <font name>
Loads standard maps into the catalog in the categories available according to the standard
/draw zip
Last updated