FastAsyncWorldEdit
FastAsyncWorldEdit copied to clipboard
Implement Translatable Schematic Commands
Overview
Implements Translatable Schematic Commands
Fixes #2556
Description
Use language defined in Strings.json for schematic commands
Submitter Checklist
- [X] Make sure you are opening from a topic branch (/feature/fix/docs/ branch (right side)) and not your main branch.
- [X] Ensure that the pull request title represents the desired changelog entry.
- [X] New public fields and methods are annotated with
@since TODO. - [X] I read and followed the contribution guidelines.