Island schematics define the default structures players can choose when creating their islands. SuperiorSkyblock2 supports multiple schematic formats and versions.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/BG-Software-LLC/SuperiorSkyblock2/llms.txt
Use this file to discover all available pages before exploring further.
Schematic Files Location
Schematics are stored in theschematics/ directory:
The plugin automatically selects the correct schematic version based on your server’s Minecraft version.
Schematic Versioning
SuperiorSkyblock2 supports version-specific schematics:- No suffix - Minecraft 1.12 and earlier
- 1_13 - Minecraft 1.13-1.15
- 1_16 - Minecraft 1.16-1.19
- 1_20 - Minecraft 1.20+
Island Creation Menu
The island creation menu (menus/island-creation.yml) defines which schematics players can select:
menus/island-creation.yml
Schematic Configuration Options
The name of the schematic file (without .schematic extension)
The default biome for this island type (e.g., PLAINS, DESERT, MUSHROOM_ISLAND)
Offset from the schematic center where players spawn (x, y, z)
Item displayed when the player has access to this schematic
Item displayed when the player doesn’t have access to this schematic
Adding Custom Schematics
Copy to Schematics Folder
Copy the For version-specific schematics:
.schematic file to plugins/SuperiorSkyblock2/schematics/:Schematic Permissions
Control which schematics players can access using permissions:superior.island.create.normal- Access to normal islandsuperior.island.create.mycel- Access to mycelium islandsuperior.island.create.desert- Access to desert island
If a player doesn’t have permission for a schematic, the
no-access item will be displayed instead.Island Preview System
Players can preview schematics before selecting them by right-clicking the item.Configure Preview Locations
config.yml
Setting Preview Locations
Setting Preview Locations
Use the admin command to set preview locations:Example:
Default Containers
Populate chests and containers in schematics with default items:config.yml
Default Signs
Customize signs placed in schematics:config.yml
Schematic Offset
Control whether schematic blocks count toward island worth/level:config.yml
When enabled, only blocks placed/removed by players affect the island’s worth and level, not the initial schematic blocks.
Schematic Pasting Settings
config.yml
Performance Considerations
Performance Considerations
- liquid-update: Set to
falsefor better performance. Liquids will update naturally over time. - lights-update: Set to
trueto prevent lighting glitches. May impact performance during paste.
Creating Admin Schematics
Admins can create and save schematics directly:Multi-World Schematics
Create separate schematics for each dimension:Nether and End schematics are optional. If not provided, those dimensions will be empty when unlocked.
Best Practices
Schematic Size
Schematic Size
- Keep schematics smaller than your default island size
- Default island size is 20 blocks, so schematics should be ~15-18 blocks
- Larger schematics may extend beyond island borders
Schematic Center
Schematic Center
- Place the spawn point at the center of your schematic
- The plugin pastes schematics from the center outward
- Use spawn-offset to adjust player spawn location
Performance
Performance
- Avoid excessive entities (item frames, armor stands)
- Minimize redstone contraptions in default schematics
- Test schematic pasting speed before adding to production
Version Compatibility
Version Compatibility
- Always create version-specific schematics for major updates
- Test schematics on each supported Minecraft version
- Use
1_16format for modern versions (1.16+)
Troubleshooting
Schematic Not Loading
Schematic Not Loading
- Verify file name matches exactly (case-sensitive)
- Check file is in
.schematicformat - Ensure version suffix is correct for your server
- Check console for error messages
Items Not Appearing in Chests
Items Not Appearing in Chests
- Enable
default-containersin config.yml - Verify material names are valid
- Check slot indices are within range (0-26)
Wrong Spawn Location
Wrong Spawn Location
- Adjust
spawn-offsetin island-creation.yml - Format: ‘x, y, z’ (relative to schematic center)
- Positive Y moves spawn upward