Lots and lots of bug fixes. Made all the colors customizable from a config file.
Now images inside a build note will be uploaded to a server and also downloaded by clients when needed.
This is the official 1.0 release of the mod.
-
Full Server-Side Support: You can now install BuildNotes on a Fabric server. Notes and builds can be saved with a "Server" scope, making them visible to all players. All data is saved to the server's world folder.
-
Permission System: A permission system has been implemented.
- By default, only server operators can edit server-scoped notes.
- A new
allow_allmode can be enabled for smaller, trusted servers.
-
Admin Commands: Added a full suite of commands for managing editor permissions:
/buildnotes allow <player>: Adds a player to the editor list./buildnotes disallow <player>: Removes a player from the editor list./buildnotes list: Shows all players with editor permissions./buildnotes allow_all <true|false>: Toggles whether all players can edit.
-
Image Gallery for Builds: You can now upload and attach multiple images to any build entry, perfect for progress tracking or creating server tours.
-
Removed Cloth Config: The hard dependency on Cloth Config API has been removed. The mod now only requires Fabric API.
-
The entire networking layer has been implemented to handle synchronization between the client and server.
Initial clientside release for Fabric 1.18.2. UI for notes & build-tracking.



