bunyedit
Modrinthworldedit for bunys. ingame editor mod for Better than Adventure
1.3k downloads 3 followers updated 22mo ago
latest v0.7.3 Modrinth
bunyedit: worldedit for bunys
hi! this is a minecraft mod for better than adventure. it's my own take on a
worldedit-like :)
it works as a mod and as a "server plugin": you have to install the mod on the client to
use it in singleplayer, but only the server needs it in multiplayer.
here's a video showing some features!
someone is already doing a worldedit-like for BTA (it's called
bta-worldedit) but i wanted to try doing my own take on it. thank you to the author of that for inspiration!
this is not a fork of either worldedit or bta-worldedit, but i have read bits of their
code.
summary of features
- Cursor tool that can select blocks from long distances using left and right click!
- Command-based selection manipulation! (relative moving, growing, shrinking)
- Masking your selection to create different shapes!
- Setting and replacing blocks in the selected region!
- Union filters, inverted filters, metadata-fuzzy filters!
- Randomized block patterns!
- Moving, flipping, and stacking the selected region!
- Recursively bucket-filling adjacent blocks matching a filter!
- Copy and paste, undo and redo!
- Plays nice with tile entities! (e.g. chests will copy with their inventories intact)
documentation
see the wiki!
Versions
Beta
0.7.2
- Updated for BTA 7.2
- Initial work on implementing command parsers in JParsec to make it easier to create new syntax etc
- Added `-m <mask>`: specify a mask…
Beta
0.7.1
- Updated for BTA 7.1. No meaningful changes from 0.7.0
- "7.1" in our version string for the BTA 7.1 update, isn't that fun :)
Beta
0.7.0
- Updated dependencies. Now building against BTA 7.1-pre2a (PR by UselessBullets)
- Added selection limits. If your selection exceeds a certain volume
…
Beta
0.6.0
- Fixed `//selection` output
- A selection that exists in a different world from the player's current world is now considered invalid
- Players now have a…
Beta
0.5.0
- Added disambiguation for block patterns (if you type `water`, you will
be warned in chat but the command will continue as if you typed
…
Beta
0.4.1
- Fixed `//growsel` local directions (`F|B|L|R`) (B and R had the wrong
orientation and were the same as F and L)
Beta
0.4.0
- Blocks are no longer notified of newly placed neighbor blocks until
the entire buffer is done being placed
- `onBlockRemoved` and `onBlockAdded` events are…
Beta
0.3.0
- Added support for specifying blocks by ID in commands
- Added expanded filter syntax:
```
<filter>[/<filter>[...]]
filter: [!](<block>|#<material>)
block:…
Beta
0.2.0
- Restructured command code to make player and selection validity checks
universal
- Changed coordinate format to `<x>,<y>,<z>` (comma-seperated) for easier
…

Comments 0
No comments yet. Be the first to share your thoughts.