Releases: Floor-Plugins/FileStorage
Releases · Floor-Plugins/FileStorage
v0.1.0
📦 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
- 💾 UTF-8 Data Storage using all 16 wool colors
- 🌍 Stores data at Y = -60 in the currently-selected chunk
- 🧠 Fully chunk-based — no external files or databases used
- 🎮 Simple command interface:
/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
- 🧪 Perfect for experimentation, especially in superflat worlds
🧵 Example
'''
/fsselect
/fswrite 0 Hello, World!
/fsread 0 22
'''
🛠 Notes
- Data is stored at the very bottom of the chunk (Y = -60), making it unobtrusive and hidden.
- Removing or changing wool blocks can corrupt or alter the string, making this plugin fun for encoding puzzles or easter eggs.
Made with ❤️ by Floor Plugins