https://github.com/enginehub/worldeditcui
WorldEdit client interface for Minecraft, running on Fabric
https://github.com/enginehub/worldeditcui
fabric fabricmc hacktoberfest minecraft visualization worldedit worldeditcui
Last synced: 5 months ago
JSON representation
WorldEdit client interface for Minecraft, running on Fabric
- Host: GitHub
- URL: https://github.com/enginehub/worldeditcui
- Owner: EngineHub
- License: epl-1.0
- Fork: true (Mumfrey/WorldEditCUI)
- Created: 2019-06-11T16:45:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T00:54:19.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:53:26.957Z (almost 2 years ago)
- Topics: fabric, fabricmc, hacktoberfest, minecraft, visualization, worldedit, worldeditcui
- Language: Java
- Homepage:
- Size: 1.32 MB
- Stars: 235
- Watchers: 14
- Forks: 44
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WorldEditCUI
------------
[](https://github.com/EngineHub/WorldEditCUI/actions/workflows/build.yml)
A graphical user interface for [WorldEdit]. WorldEditCUI is designed
to assist in using WorldEdit, as well as preventing accidental errors.
Please note that this is not [WorldEdit], which allows you to make changes
to your world, but WorldEditCUI, a frontend for WorldEdit. You must have
WorldEdit installed on your server.
This version of the mod is for Fabric, but a [LiteLoader](https://www.curseforge.com/minecraft/mc-mods/worldeditcui) version is also available.
Installation
------------
1. Install [Fabric](https://fabricmc.net/use)
2. Install [this mod](https://modrinth.com/mod/worldedit-cui) into Minecraft mods folder
WorldEdit selections will be shown without any configuration necessary, but the colours used are configurable when [Mod Menu](https://modrinth.com/mod/modmenu) is installed.
Compiling
---------
Run `./gradlew build`
To import the project into your IDE, see [FabricMC Wiki article](https://fabricmc.net/wiki/tutorial:setup) and start from **Step 3**.
Misc
----
You can subscribe to updates either by watching this project, or by [joining the EngineHub Discord guild](https://discord.gg/enginehub). Support questions
belong in the `#worldedit-cui` channel.
### Wait, EngineHub owns this repository now?
Yes, the original owner [@mikroskeem](https://github.com/mikroskeem) agreed to move it under our ownership.
Credits
-------
* [Mumfrey](https://github.com/Mumfrey), [yetanotherx](https://github.com/yetanotherx), [mikroskeem](https://github.com/mikroskeem), and [zml](https://github.com/zml2008) for maintaining WorldEditCUI previously
* [lahwran](https://github.com/lahwran) - Creator of the original WorldEdit CUI!
* [sk89q](http://sk89q.com) for writing the WorldEdit plugin!
* [Mojang](http://mojang.com) - for making such an awesome game!
Legal stuff
-----------
The code for WorldEditCUI (and therefore the compiled mod) is licensed under the [Eclipse Public License v2].
[WorldEdit]: https://enginehub.org/worldedit/
[Eclipse Public License v2]: https://www.eclipse.org/legal/epl-2.0/