Add a schematic we made to our ASkyblock

Status
This thread has been locked.

Thijs

Feedback score
0
Posts
195
Reactions
50
Resources
0
I just can't figure it out and would love to have someone that can add my custom schematic as the default one in askyblock so they don't have a menu and only get the custom schematic with /is when they don't have an island yet. I'm quite annoyed as it just doesn't work whatever I change.

Would love to have it for free, as this is just really small but you have to know it. I will give you a vouch ofcourse.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Thijs

Feedback score
0
Posts
195
Reactions
50
Resources
0
Hey there,

It seems fairly easy, I just checked it out;

  1. Navigate to /plugins/ASkyblock/schematics and drop your island schematic in there.
  2. Navigate back to the /plugins/ASkyblock directory and locate your config.yml file.
  3. Open up the configuration file and scroll down to line 684, where you'll find the settings for schematics.
  4. Copy this code right at the bottom of the file and edit accordingly

Code:
    default:
      # Icon - if this is missing or wrong, it will be a MAP
      icon: DIRT
      # Order of preference in listing
      order: 1
      # Short name - color codes with & okay
      name: "The Original"
      # Longer description. Use | for new lines. Color codes okay.
      description: "Challenging|starter|island!"
      # Filename of the schematic in the schematic folder
      filename: island.schematic
      # Use default chest if true, or use schematic chest contents if false
      useDefaultChest: true
      # Which schematic will be used in the opposite world if newnether:true
      # If there is no partner, this island will be used
      partnerSchematic: nether
    # This is the default nether island - do not remove this section!
space:
# Icon - if this is missing or wrong, it will be a MAP
icon: BEDROCK
# Order of preference in listing
order: 3
# Short name - color codes with & okay
name: "Space"
# Longer description. Use | for new lines. Color codes okay.
description: "Can you find the stars?"
# Filename of the schematic in the schematic folder
filename: "bestisland.schematic"
# Use default chest if true, or use schematic chest contents if false
useDefaultChest: true
# Which schematic will be used in the opposite world if newnether:true
# If there is no partner, this island will be used
# This is the default nether island - do not remove this section!

This doesn't work somehow.
 
Status
This thread has been locked.
Top