https://github.com/larrythecoder/rollback-nukkitx
A Rollback plugin for NukkitX
https://github.com/larrythecoder/rollback-nukkitx
Last synced: about 1 year ago
JSON representation
A Rollback plugin for NukkitX
- Host: GitHub
- URL: https://github.com/larrythecoder/rollback-nukkitx
- Owner: larryTheCoder
- License: gpl-3.0
- Created: 2020-07-12T02:57:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T03:29:21.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T22:33:39.220Z (over 1 year ago)
- Language: Java
- Size: 7.83 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WIP rollback for MCPE
[](https://jenkins.potatohome.xyz/job/Rollback%20Nukkit)
This plugin requires FastAsyncWorldEdit plugin in order to work correctly. Works for NukkitX
API 1.0.11, MCPE 1.16.x
### Simple
- This can log block breaking and placement (more events will be added later).
- Quickly inspect blocks by left clicking with a clock (crouch to inspect the adjacent block)
- Rollback using a single command `/rollback
### Scalable
- Small database (12MB per million blocks) (MySQL compression)
- Works well with hundreds of players
- Lookup and rollback time does not degrade with database size
### Fast
- Can log hundreds of thousands of blocks a second
- Rollback millions of blocks without lag
- Inspect areas instantly
### TODO
- Logging entity / all NBT
- More events + configuration
- Translatable messages