Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] SkyBlock


siner3223

Rekomendowane odpowiedzi

Opublikowano

Witam nie moge zrobic skyblock.

Swiat stworzylem prawidlowo.

Kiedy pisze comendy z pluginu to pisze IslandWorld not started correcty check logs

 

Lapcie moj config

#
# Visit Bukkit Page for more informations about all config options
#
# Print debug messages?
debug: false
 
# Language. It will need messages_<language>.yml file in plugin folder
# Default en (english) included
language: pl
 
# Name of world where you will have islands
world-isle: IslandWorld
 
# Name of world where you have spawn
# Player will be moved there on island delete
world-spawn: IslandWorld
 
# Block id what you use to generate world
# Air: 0, Water: 9
world-block-id: 0
 
# y coord for island (Number which you use to generate world with water)
# Or just height for isle in air
island-height: 20
 
# Maximum island size
# Value will be used for protecting regions.
# Cannot be changed if you have islands already in world !
island-size: 100
 
# Region spacing
# For example if spacing is 1 and island-size 100
# Island box will have 100 x 100 size 
# but WG region will have coords 1 x 99 and will be 1 block space
# between regions. (in fact two because island near will also have 1 block space)
region-spacing: 1
 
# Maximum islands in row/col (will be x * z)
# Islands are pregenerated, you can change it later
max-count: 100
 
# How new islands should be generated ?
# Snail : 0-0 0-1 1-0 1-1, 1-2 2-0 2-1 etc.
# Normal: 0-1 0-2 0-3 0-4 0-5 etc.
# Snail mode can take lots of time !
snail-mode: false
 
# Teleport delay (on home, spawn, tp commands)
# 0 to disable delay
teleport-delay: 0
 
# Works only with teleport delay > 0
# Any movement will break teleport wait
movement-break-tp: false
 
# Time limit in minutes between possible delete/clear commands
# 0 to disable option
time-limit: 0
 
# Time limit in minutes between possible calc commands
calc-limit: 10
 
# Autosave time - in minutes, 0 to disable
auto-save: 60
 
# Use /sethome on island create?
set-home: false
 
# Clean player inventory on island clear/delete?
clean-inventory: true
 
# Clean inventory on island leave?
clean-inventory-leave: true
 
# Clean player inventory on island exit from island?
# Right now only island spawn command is handled
clean-inventory-exit: false
 
# Delete challenges on island delete?
delete-challenges: true
 
# Allow visit command?
allow-visit: true
 
# If true player added to one island cannot make own island
# or cannot be added to other island as helper
strict-party: true
 
# Players limit in party (without owner)
# 0 to disable limit
party-limit: 4
 
# Players limit in party (without owner)
# for players with islandworld.vip.party permission
party-limit-vip: 6
 
# How much homes player can setup
home-limit: 3
 
# How much homes player with 'islandworld.vip.homes' perm can setup
home-limit-vip: 6
 
# List of challenges should skip already completed ?
# Otherwise it will print number of challenge:
# Green if completed, Red if not completed yet
skip-completed: false
 
# If true players need to finish challenges in order
# They need to have finished 1,2,3 to finish 4
challenges-order: false
 
# If sign-use should be allowed?
use-signs: true
 
# If true it will allow to get lava from obsidian using empty bucket
obsidian-break: false
 
# If true it will work only for one block of obsidian if near there is
# no other obsidian block
obsidian-limit: true
 
# Request time in seconds when we will wait for player reply
# Used in delete or visit command
request-time: 10
 
# Island ranking is cached and loaded only once per 
# reload-time minutes
reload-time: 30
 
# If true Purge command will check also last visit of
# members not only owner.
purge-check-members: true
 
# Delay between island delete in seconds
purge-delay: 5
 
# Block teleport commands while falling
# It will block home,tp,visit commands
falling-block-tp: true
 
# That config will remove all mobs near teleport point
# on /is home - so player will be safe after teleport
remove-mob-on-tp: false
 
# That option will teleport all players to spawn point
# of spawn world when they quit from server
spawn-on-quit: false
 
# Chat prefix
# If message will start with that part for exaple '!' -> !hello
# Only members of island will see it
# use "none" to disable that feature
chat-prefix: 'none'
 
# Is protection sings are allowed on server?
item-protection: true
 
# Players will have ability to protect islands
island-protection: true
 
# Protection for area under negative coords (-100 x -100) (usually spawn)
# If true - player will be able to build, break, use sings, chests etc
# and you need other plugin to protect that area if you have spawn there
# If false - only OPs can build. You don't need any additional plugins to protect
# spawn but also you cannot use there signs, chests etc.
negative-build: true
 
# Default biome for created islands. Use /islandev biomelist for whole list
default-biome: forest
 
# Calculate points for island on player enter
calc-on-enter: false
 
# Protection flags
flags:
  # Display welcome message?
  move-info: true
  # Pvp on islands are enabled ?
  pvp: true
  # Monster Eggs?
  use-egg: false
  # Use vehicle?
  use-vehicle: false
  # Can other players pickup items from ground?
  item-pickup: false
  # Can other players use portals ?
  use-portal: false
  # Can other players kill animals?
  kill-animals: false
  # Can other players kill monsters? (not animals)
  kill-monster: false
  # Can other players throw potions ?
  potion-throw: false
 
# Allowed item/blocks for non-members on islands
allowed:
  - 26
 
# Points per material for calculations <blockId>: points
# by default all blocks have 1 point value
# in example dirt (id 4) will have 2 points value
material-points:
   '4': 2
 
# Mysql Database
# Database is used to store points
database:
   host: localhost
   port: 3306
   user: islandworld
   pass: password
   base: islandworld
   
# Pathway between islands
# If you prefer have pathways protected set region-spacing and 
# pathway width to same value
# If pathway.schematic will exists will be used
pathway:
   # Size of pathway. 0 to disable that option 
   width: 0
   # height
   height: 150
   # Id of Block
   block: '44:2'

5775.gif

Opublikowano

1. Jeżeli masz plugin MultiverseCore wpisz komendę /mv list i podaj listę światów(jeżeli nie masz zainstaluj ten plugin i stwórz świat komendą /mv create IslandWorld normal -t flat ).

2. Jeżeli w folderze od pluginu IslandWorld nie masz folderu schematics dodaj ten folder.

3. Jeżeli folder schematics(który jest w folderze od pluginu IslandWorld) jest pusty dodaj do niego schemat wyspy.

Tworzenie schematu wyspy:

  1. Zbuduj startową wyspę dla graczy.

  2. Dodaj blok End Portal w miejsce spawna zbudowanej wyspy(ten blok będzie wyznaczał środek całej wyspy).

  3. Zaznacz wyspę z użyciem siekierki od pluginu WorldEdit.

  4. Stań na bloku End Portal i wpisz komendę //copy a następnie //schematic save normal

  5. Wejdź do folderu z pluginami a następnie do folderów WorldEdit -> schematics.

  6. Skopiuj plik o nazwie normal i przejdź do folderu od pluginu IslandWorld i następnie wklej skopiowany plik do folderu schematics.

  7. Zrestartuj serwer.

 

@siner3223 "A mozna zrobic zeby nie  bylo na wyspie tego bloku end portal" - Po stworzeniu wyspy, blok End Portal zniknie.

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...