v0.1.0 #1
boyninja1555
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
📦 FileStorage v0.1.0
Initial release of the FileStorage plugin — a lightweight, experimental Minecraft Paper plugin that encodes UTF-8 text using wool blocks in chunk space!
✨ Features
/fsselect— Selects the chunk you're standing in/fswrite <offset> <text>— Writes text to the chunk starting at the given offset/fsread <offset> <length>— Reads a sequence of bytes from the chunk and displays the string🧵 Example
'''
/fsselect
/fswrite 0 Hello, World!
/fsread 0 22
'''
🛠 Notes
Made with ❤️ by Floor Plugins
This discussion was created from the release v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions