
Create: Instant Schematics
A Create addon that instantly loads schematics without using the Schematic Table.
- Загрузки
- 104
- Подписчики
- 1
- Обновлён
- 24 июля 2026 г.
- Лицензия
- MIT
Опубликован 26 июня 2026 г.
Create: Instant Schematics
Overview
Have you ever wondered why Create's Schematic Table takes so long to upload large schematics?
Why wait, when the schematic already exists?
Create: Instant Schematics is a lightweight Create addon that lets players instantly convert a held Empty Schematic into a written Schematic from an existing .nbt file.
Beyond instant loading, the mod also introduces multiplayer quality-of-life features, including sharing schematic holograms with other players and synchronizing hologram movements in real time, making collaborative building significantly easier.
Instead of waiting for the Schematic Table to upload large files every time, simply run a command and start building immediately.
The mod does not introduce a custom schematic format, GUI, uploader, printer, or hologram renderer. Instead, it builds directly on Create's existing schematic system, allowing Create to handle hologram previews, placement settings, and printing exactly as intended. This means full compatibility with Create's native schematic workflow while eliminating unnecessary waiting.
Features
- Instantly load an existing
.nbtschematic with a command. - List available schematics without leaving the game.
- Recycle a written schematic back into an Empty Schematic.
- Share a loaded schematic directly with another online player.
- List and clear received shared schematics from the client schematic folder.
- Provides tab completion for available schematic filenames.
- Uses Create's native schematic preview and placement behavior.
- Supports filenames with spaces when enclosed in quotes.
- Validates schematic paths to prevent directory traversal.
- Preserves schematic files when unloading a schematic item.
- Synchronizes the client cache so Create can immediately display the hologram preview.
Update 1.0.0
Version 1.0.0 expands the command workflow:
/cis listlists the.nbtschematics available to you./cis share <player>sends your currently loaded schematic to another online player./cis sharedlistlists schematics you have received through CIS sharing./cis load <filename>now supports tab completion for available schematic files.
How To Use This Mod
Install Create: Instant Schematics. See the installation instructions below.
Choose the workflow that matches your setup:
- Singleplayer: Simply use the provided commands to load or unload schematics.
/cischematic load <filename>/cischematic list
- Multiplayer Server: Continue with the steps below.
- Singleplayer: Simply use the provided commands to load or unload schematics.
Ensure the desired
.nbtschematic is available on the server under:schematics/uploaded/<playerName>/Once the file is there, use
/cischematic load <filename>to instantly convert a held Empty Schematic into a written Create Schematic.If your server host does not allow direct file uploads (for example, Aternos), upload the schematic once using the Create's Schematic Table. After the file has been uploaded to the server, you can reuse it instantly with the provided commands without waiting for another upload.
To share a loaded schematic with another online player, hold the written schematic and run
/cischematic share <player>. The receiving player gets a client-side copy for previewing and reuse.
Commands
/cischematic load <filename>
/cischematic list
/cischematic unload
/cischematic share <player>
/cischematic sharedlist
/cischematic clearshared
Short aliases are also available:
/cis load <filename>
/cis list
/cis unload
/cis share <player>
/cis sharedlist
/cis clearshared
If the filename does not end with .nbt, the extension is appended automatically.
Example:
/cischematic load "example.nbt"
/cischematic load <filename> supports tab completion for available .nbt files.
Command summary:
| Command | Description |
|---|---|
/cischematic load <filename> |
Converts a held Empty Schematic into a written Create Schematic for an existing .nbt file. |
/cischematic list |
Lists the schematics available in your schematic source folder. |
/cischematic unload |
Converts a held written schematic back into an Empty Schematic without deleting the file. |
/cischematic share <player> |
Shares the held loaded schematic with another online player. |
/cischematic sharedlist |
Lists CIS shared schematics stored on your client. |
/cischematic clearshared |
Deletes CIS shared schematic files from your client schematic folder. |
Schematic Files
In singleplayer, schematics are loaded from:
schematics/<filename>.nbt
On multiplayer servers, schematics are loaded from:
schematics/uploaded/<playerName>/<filename>.nbt
For example, player Steve on a multiplayer server would load:
schematics/uploaded/Steve/example.nbt
Running /cischematic unload only recycles the held schematic item. It does not modify or delete the .nbt file.
Schematics received through /cischematic share <player> are saved on the receiving client as cis_shared_*.nbt files under:
schematics/
Use /cischematic sharedlist to list those received files, or /cischematic clearshared to remove them.
Installation
- Install Minecraft 1.20.1.
- Install Forge 47.4.x.
- Install Create 6.0.x.
- Place Create: Instant Schematics into your
modsfolder. - Launch the game or server.
Java 17 is required.
Requirements
| Create Version | CIS Version |
|---|---|
| 0.5.1.x | 1.0.0 |
| 6.0.x | 1.0.1 |
Notes
Very large schematics may still cause short freezes while Create loads and renders the hologram preview. This mod bypasses the upload process but intentionally relies on Create's native rendering and placement pipeline, so overall performance for extremely large schematics remains limited by Create and Minecraft.
Links
- GitHub: RSlover521/create-instant-schematics
- Issues: Report a bug
- License: MIT
Ченджлог
1.0.1-releaseРелиз1.20.1 · 24 июля 2026 г.
Create Instant Schematics 1.0.1
✨ Changes
- Ported the mod to Create 6.
- Updated compatibility for the latest Create API.
- Internal improvements and cleanup.
🛠 Compatibility
- Minecraft 1.20.1
- Forge 47.4.x
- Create 6.x
1.0.0-releaseРелиз1.20.1 · 2 июля 2026 г.
Changelog
[1.0.0] - Official Release
🎉 The first stable release of Create: Instant Schematics!
Create: Instant Schematics is a lightweight Create addon designed to eliminate unnecessary waiting when working with existing schematics. Instead of repeatedly uploading large .nbt files through Create's Schematic Table, players can instantly load, unload, list, and now even share schematics with other players using simple commands.
This release also introduces multiplayer schematic sharing and hologram synchronization, making collaborative building easier than ever while remaining fully compatible with Create's native schematic system.
✨ Highlights
- ⚡ Instant schematic loading without waiting for uploads.
- 👥 Multiplayer schematic sharing and hologram synchronization.
- 📂 Full compatibility with Create's native schematic workflow.
- 🛡️ Secure filename validation and path protection.
- 🚀 Lightweight implementation with no custom rendering or file formats.
Added
- Added instant schematic loading from existing
.nbtfiles. - Added
/cischematic load(/cis load) to instantly write an Empty Schematic. - Added
/cischematic unload(/cis unload) to recycle a written schematic back into an Empty Schematic. - Added
/cischematic list(/cis list) to list available schematics. - Added
/cischematic share(/cis share) to share schematic holograms with other online players. - Added multiplayer hologram synchronization for collaborative building.
- Added automatic client cache synchronization for shared schematics.
- Added support for filenames containing spaces when enclosed in quotation marks.
- Added filename validation to prevent invalid paths and directory traversal attacks.
Changed
- Fully integrated with Create's native schematic system.
- Reuses Create's hologram renderer, printer, placement settings, and schematic format.
- Automatically appends the
.nbtextension when omitted.
Security
- Prevented loading schematics outside the permitted schematic directories.
- Restricted schematic sharing to online players.
- Improved validation of all schematic file paths.
Compatibility
| Component | Version |
|---|---|
| Minecraft | 1.20.1 |
| Forge | 47.4.x |
| Create | 0.5.1.f |
| Java | 17 |
Thank you for trying Create: Instant Schematics!
If you encounter a bug or have a feature request, feel free to open an issue on GitHub. Feedback is always welcome and helps improve future releases.
0.1.0-betaБета1.20.1 · 26 июня 2026 г.
v0.1.0-beta - Initial Release
The wait is finally over!
Create: Instant Schematics lets you skip the Schematic Table upload process and get straight to building.
✨ Features
- Instantly load existing server-side schematics.
- Recycle written schematics back into Empty Schematics.
- Supports filenames with spaces.
- Automatically appends
.nbtwhen omitted. - Uses Create's native hologram preview and placement behavior.
- Includes client synchronization so previews appear immediately.
- Safe path validation prevents loading files outside the schematic directory.
Enjoy building!
Комментарии
Загружаем…