IntellectualSites / IntellectualSites/FastAsyncWorldEdit
Add schematic console command
Open
Nobody has claimed this yet.
Enhancement
- Dominant language
- Java
- Stars
- 806
- Forks
- 394
- Avg merge
- 22h 19m
- Merged PRs (30d)
- 14
Description
What feature do you want to see added?
This command would execute in console:
//schem <paste|place> <file> world [x,y,z]
Example:
//schem paste schematic1 world1 25 25 25
Are there any alternatives?
.
Anything else?
.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing schematic commands and console-command registration in the FastAsyncWorldEdit codebase. Implement the requested //schem <paste|place> <file> world [x,y,z] behavior, then verify that both operations accept the documented arguments and act on the selected world and coordinates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100