cabaletta / cabaletta/baritone
Add worldedit Pattern commands
- Dominant language
- Java
- Stars
- 9.2k
- Forks
- 2.1k
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 3
Description
## Describe your suggestion
Add worldedit pattern commands. For example:
//set stone,diorite,andesite,granite
//set 50%red_wool,10%red_stained_glass
Cause now it can only place one sort of block with: sel fill [block] or sel set [block]
## Final checklist
- [x] I know how to properly use check boxes
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the handlers for the existing `sel fill [block]` and `sel set [block]` commands referenced in the issue. Read how they parse a single block and apply it, then define support for the listed block lists and percentage patterns; done means both example forms place the requested distribution of blocks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100