Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/basdxz/worldwide
WorldEdit client interface for Minecraft
https://github.com/basdxz/worldwide
Last synced: 12 days ago
JSON representation
WorldEdit client interface for Minecraft
- Host: GitHub
- URL: https://github.com/basdxz/worldwide
- Owner: basdxz
- License: epl-1.0
- Created: 2024-08-03T22:09:23.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T22:10:55.000Z (6 months ago)
- Last Synced: 2024-08-03T23:25:51.857Z (6 months ago)
- Language: Java
- Size: 793 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Worldwide
A graphical user interface for WorldEdit. Worldwide is designed
to assist in using WorldEdit, as well as preventing accidental errors.Due to changes in the internal API, this implementation builds
against [FalsePattern's fork of WorldEdit](https://github.com/FalsePattern/WorldEdit).
Which is required both server and client side for this mod to work correctly.## Fork Info
This is a fork based
on [this commit](https://github.com/Mumfrey/WorldEditCUI/commit/c53c6eaef37ffdc69fe700be75db96b2be15668b)
of [Mumfrey's](https://github.com/Mumfrey) WorldEdit CUI.Noteworthy changes:
- Ported from LiteLoader to Forge
- Internal refactoring for future maintainability
- Rendering rework, more robust with shaders but measurably slower
- Different config system with new default values## Dependencies
- [FalsePatternLib 1.4.0+](https://github.com/FalsePattern/FalsePatternLib)
- [WorldEdit 6.3.0+](https://github.com/FalsePattern/WorldEdit)## Credits
* [Mumfrey](https://github.com/Mumfrey) - Maintainer of the previous code base!
* [lahwran](https://github.com/lahwran) - Creator of the original WorldEdit CUI!
* [sk89q](http://sk89q.com) for writing the WorldEdit plugin!
* TomyLobo and zml2008 for maintaining WorldEdit!
* [Apache Commons](http://commons.apache.org/) for the join() methods!
* [Mojang](http://mojang.com) - for making such an awesome game!## Legal stuff
This code is licensed under the Eclipse Public License.