Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SIsilicon/WorldEdit-BE
A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition.
https://github.com/SIsilicon/WorldEdit-BE
minecraft minecraft-addon minecraft-bedrock-addon minecraft-bedrock-edition worldedit
Last synced: 3 months ago
JSON representation
A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition.
- Host: GitHub
- URL: https://github.com/SIsilicon/WorldEdit-BE
- Owner: SIsilicon
- License: gpl-3.0
- Created: 2021-10-11T13:52:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T00:52:12.000Z (7 months ago)
- Last Synced: 2024-04-13T07:20:17.777Z (7 months ago)
- Topics: minecraft, minecraft-addon, minecraft-bedrock-addon, minecraft-bedrock-edition, worldedit
- Language: TypeScript
- Homepage:
- Size: 9.42 MB
- Stars: 241
- Watchers: 12
- Forks: 32
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-minecraft-bedrock - WorldEdit-BE - A Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition. (Tool (Create) / World)
README
# WorldEdit: Bedrock Edition
![Build Workflow](https://github.com/SIsilicon/WorldEdit-BE/actions/workflows/main.yml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](http://worldedit-be-docs.readthedocs.io/?badge=latest)
[![Python code style: black](https://img.shields.io/badge/python%20code%20style-black-000000.svg)](https://github.com/psf/black)
[![Python Imports: isort](https://img.shields.io/badge/python%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Support me on Patreon](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3DSIsilicon%26type%3Dpatrons&style=flat)](https://patreon.com/SIsilicon)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XXXJ5ETNT5PSN)
[![Twitter Follow](https://img.shields.io/twitter/follow/iSiliconS?style=social)](https://twitter.com/iSiliconS)
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/M5uAkr9WU2)This is a Minecraft Bedrock addon port of the famous WorldEdit mod for Minecraft: Java Edition. The addon comes with custom commands to make building easier, and more fun! Not only are there commands, but also items to make it easier for anyone on any device to use this.
__Please note that this addon requires experimental features. To be on the safe side, make a backup of your world.__## Installation
### Locally
First you must download the mcaddon file. You can find one in the [release section](https://github.com/SIsilicon/WorldEdit-BE/releases). After which, you open it with Minecraft and it will be imported into your game. Once there, choose a world you want to apply this addon to, and add the behaviour pack (the resource pack should apply automatically). The "Beta APIs" experimental feature must also be enabled.
![Beta APIs](docs/Experimental_Features.jpg)
And that's it! Your world is ready for WorldEdit.### Aternos server
To properly add this addon to the server, you first need to upload an already existing world with the required experimental features enabled (Do NOT add the addon to the world directly). You must then install the addon separately in the server's `packs` folder. Read more about how aternos handles addons and experimental features [here](https://support.aternos.org/hc/en-us/articles/360042095232-Installing-Addons-Minecraft-Bedrock-Edition-) and [here](https://support.aternos.org/hc/en-us/articles/4407553257873-Enabling-experimental-gameplay-Minecraft-Bedrock-Edition-).## Features
WorldEdit currently has the following features.
- Clipboard manipulation (Cut, Copy, Paste)
- Masking blocks from certain actions
- Manipulating region selections
- Navigation commands and the Navigation Wand
- Generating shapes
- Multiblock patterns
- Undo and Redo
- Brushes for painting/affecting blocks
- Manipulating biomes
- Exporting and imports structures## Planned
These features will be added in the near future.
- More brushes and tools
- More selection shapes
- More selection operations
- Palettes
- Basically, Java Parity## Documentation
The addon comes with a quick start on how to use WorldEdit in `Settings > How to Play` while you're in the world.
There's a more in-depth documentation over at the project's docs page: https://worldedit-be-docs.readthedocs.io## Contribution
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
This addon is under the [GPLv3 license](LICENSE.txt). This means that you:
- CAN modify, copy and distribute this addon.
- CAN use it privately or for commercial use.
- CAN'T change the license of your modified version.
- CAN'T make the modified source code closed.
- HAVE TO indicate any changes in the modified version.You also don't HAVE to credit me, but it would be great if you did to help support my work! 😁
## Special Thanks
The backbone of this addon's code is a heavily modified version of notbeer's [GameTest API Wrapper](https://github.com/notbeer/Gametest-API-Wrapper).And thanks to the original creator of the WorldEdit mod "sk89q" and [EngineHub](https://enginehub.org/) as a whole. They developed and excellent mod, and I'm just simply making a version of it work on bedrock. They're the real heroes. :)
## Support
I know you already saw the badge at the top, but it took time and effort to make this addon, so if you can, please support me by becoming a [Patreon](https://patreon.com/SIsilicon), or donating via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XXXJ5ETNT5PSN)!