- Katılım
- 3 Şubat 2015
- Mesajlar
- 1.059
- Elmaslar
- 540
- Puan
- 16.750
- Konum
- Türkiye
- Minecraft
- BlackKpoT
Discord:
BlackKpoT#3087
Ada oluşturma: /is yazınca schematic panel gelmiyor. Config bu şekilde:
Sorunumu çözdüm arkadaşlar aynı sorunu yaşayanlar için söylüyorum.
Schematic hazırlarken tabela ve chest boş olmalı. Bedrock eklemeyi unutmayın. Tamamen schematic te sıkıntı varmış.
Kod:
schematicsection:
# All schematics should be put in the schematics folder
# Schematic panel - if more than one schematic is available to the player
# Show a panel to choose. If this is false, no panel is shown and the starter
# island is picked by permission. If a player has more than one permission
# the island selected is undefined - the plugin will pick one.
# Permissions are taken from the below schematics section even if the GUI is
# not used.
useschematicspanel: true
# Random island, only apply when useschematicspanel is false - if set to false
# the plugin will choose the first island it found with the user permissions
# to generate a new island. If set to true, the plugin will generate an island
# randomly from the list of all islands available to the player.
chooseislandrandomly: false
# Hack skeleton spawners to also spawn wither skeletons in 1.11. This helps with
# older schematics that do not have explicit wither skeleton spawners. This setting
# is ignored by older servers.
hackskeletonspawners: false
# This section lists all the schematics available
# Settings are:
# show - whether this island will show in the GUI or not. Typically used for partner
# schematics, but can be used to temporarily hide schematics.
# icon - the icon to show in the GUI. It must be a known Material
# order - the priority for showing in the GUI. Lower numbers are shown first.
# name - a friendly short name for the schematic. Color codes okay.
# description - a longer description. Use | to split lines. Color codes okay.
# filename - the filename of the schematic in the schematic folder
# useDefaultChest - fill a chest on the island with the items in this config. If false
# the contents will come from the schematic.
# partnerSchematic - the island that will be pasted in the Nether.
# biome - the biome this island should have. All pasted blocks will have this biome.
# These next settings may cause lag if true. Default is false. Use judiciously.
# pasteentities - if the schematic has entities in it (mobs) this will paste them.
# usephysics - if true, causes lava or water to flow after being pasted.
# pasteair - Only set to true if you need to paste below sea level.
# permission - the permission required to use this schematic. It can be anything you like
# You can add or remove from this list. If this section is missing, only the default
# island works.
schematics:
# default heading is required
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: "&aKlasik Ada"
# Longer description. Use | for new lines. Color codes okay.
description: "&fBurada her şey sade."
# 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
#Level handicap zeros the initial island level.
levelHandicap: 3
# This is the default nether island - do not remove this section!
nether:
# Hide or show this schematic to players in the GUI
show: false
icon: NETHERRACK
# If the biome is HELL it is assumed this island goes in the Nether
biome: HELL
name: "NetherBlock Island"
description: "An island in the nether|overlooked by a mob tower"
filename: nether.schematic
# Nether schematics should generally use the schematic chest contents
useDefaultChest: false
# The partner to this schematic is the default island
partnerSchematic: default
# Schematics can include entities (mobs) in them and if pasteentities is true,
# mobs will be pasted.
pasteentities: true
# Usephysics causes lava or water to flow after being pasted. Change to false
# if it lags
usephysics: true
#Level handicap zeros the initial island level.
levelHandicap: 93
# Additional heading names can be anything you like, but must be unique
cada:
# Credit to Antal1609 for this schematic!
icon: 121
order: 2
name: "&aKolay Ada"
description: "&fKırıktaş Jeneratör hazır."
filename: cada.schematic
# Schematics can have biomes set when they are created
biome: HELL
# If useDefaultChest is false, the items in the schematic will be used
# If false, the default chest items will be used, or the list below
useDefaultChest: true
companion:
- CHICKEN
# This is a list of names, picked at random that will apply to the companion
# You can add more if you like. If none are listed, the companion will not be
# named.
companionnames:
- "&eSelam &8» &c/bilgi&f,&c/flymenu&f,&c/biletler&f,&c/market"
- "&eSunucumuzdaki en önemli komut: &c/bilgi"
partnerSchematic: nether
#permission: any.perm.you.like
#Level handicap zeros the initial island level.
levelHandicap: 9
# Cost - if an economy is in use, this can be used to require a fee
# Only works with the schematic panel
# The cost is a double and displayed in the description if [cost] is there
cost: 0
Kod:
[ASkyBlock] Enabling ASkyBlock v3.0.9.4
[23:18:37 INFO]: [ASkyBlock] The Nether is disabled
[23:18:37 INFO]: [ASkyBlock] Loading entity limits
[23:18:37 INFO]: [ASkyBlock] Loaded default island schematic.
[23:18:37 INFO]: [ASkyBlock] Loaded default nether schematic.
[23:18:37 INFO]: [ASkyBlock] Loading schematic Klasik Ada (island.schematic) for all players, order 1
[23:18:37 INFO]: [ASkyBlock] Loading schematic NetherBlock Island (nether.schematic) for all players, order 0
[23:18:37 INFO]: [ASkyBlock] Loading schematic Kolay Ada (cada.schematic) for all players, order 9
[23:18:37 INFO]: [ASkyBlock] Loading offline messages...
[23:18:37 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[23:18:37 WARN]: The server will make no attempt to authenticate usernames. Beware.
[23:18:37 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[23:18:37 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[23:18:37 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
Sorunumu çözdüm arkadaşlar aynı sorunu yaşayanlar için söylüyorum.
Schematic hazırlarken tabela ve chest boş olmalı. Bedrock eklemeyi unutmayın. Tamamen schematic te sıkıntı varmış.
Son düzenleme: