Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youhavetrouble/blockedit
Possibly WorldEdit alternative for modern servers
https://github.com/youhavetrouble/blockedit
minecraft-plugin paper-plugin purpur-plugin worldedit
Last synced: 3 months ago
JSON representation
Possibly WorldEdit alternative for modern servers
- Host: GitHub
- URL: https://github.com/youhavetrouble/blockedit
- Owner: YouHaveTrouble
- License: gpl-2.0
- Created: 2021-07-22T01:34:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T12:54:13.000Z (8 months ago)
- Last Synced: 2024-10-12T03:15:25.603Z (4 months ago)
- Topics: minecraft-plugin, paper-plugin, purpur-plugin, worldedit
- Language: Java
- Homepage:
- Size: 95.7 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
BlockEdit
An alternative to WorldEdit for modern Paper servers.
❗ This is just a hobby project, it will never get as good as worldedit, but you're free to use it as you like.
❗ This plugin is not finished yet, it's still in development.
Perks
-
No NMS - This plugin doesn't use any NMS, so it doesn't require updating every time a new Minecraft version
comes out. -
Work splitter - This plugin splits the work between multiple ticks by chunk. This means that it won't lag the
server as much as WorldEdit. It will also ease the client lag when nearby updating chunks, since only set number of
chunks will be updated per tick. -
Simple API - BlockEdit is made with being extendable in mind. You can add your own operations that can be used
with the work splitter system. You can also add your own wands that can do anything you want them to do.