Ultimátní návod na ultimate SkyBlock - update

Message
Autor
Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 9
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Ultimátní návod na ultimate SkyBlock - update

#1 Příspěvekod Bisyss » 28 led 2015, 23:13

Ano, vím že takoví návod už tu je ale tento je obsáhlejší a novější a jsou zde ke stažení plugin uSkyBlock ;)

Ultimátní návod na ultimate SkyBlock

Přehled:
- popis pluginu
- instalace pluginu
- nastavení
- příkazy a permise
- jak vytvořit SkyBlock bez normálního světa
- bonus


Popis pluginu:

Tento plugin přidává do hry SkyBlock svět což znamená že vytvoří mapu na které jsou malé ostrovy a hráči si je vylepšují a rozvíjejí ....

Instalace:
1. Připojte se přes FTP či CP a jděte do složky plugin a nakopírujte/vložte tam soubor uSkyblock.jar
2. Restartujeme server
3. Pro instalaci už je to vše :)


Nastavení:
Po restartu serveru se nám ve složce plugins objevila složka uSkyBlock. Když složku otevřeme vidíme v ní:
Players - složka ve které je seznam všech hráčů a jejich ostrovů
Schematics - složka do které si můžete nehrát vlastní tvar ostrova viz. tento návod > viewtopic.php?f=85&t=17436
config - nastavení pluginu
a pak už tam není nic moc důležitého


Config: (vypůjčení od vasikxl)

Spoiler: zobrazit

Kód: Vybrat vše

options:
  general:
    maxPartySize: 4               //Kolik může být nejvíce lidí na jednom ostrově (nejsem si jistý)
    worldName: skyworld            //Jméno světa, kde budou ty ostrovy
    cooldownInfo: 30               //Radši neměnit
    cooldownRestart: 600        //Radši neměnit
    lastIslandX: 110              //Jak daleko v souřadnici X bude poslední ostrov
    lastIslandZ: 220              //Jak daleko v souřadnici Z bude poslední ostrov
  island:
    schematicName: yourschematicname      //obecné pojmenování ostrovů
    distance: 110                             //Jak budou daleko od sebe
    removeCreaturesByTeleport: true          //Tohle nevím, ale asi jestli se může něco vymazat, jakmile se portneš
    height: 120                                 //Výška od bedrocků
    chestItems: 79:2 360:1 81:1 327:1 40:1 39:1 361:1 338:1 323:1      //Co bude v začátečnické truhle
    addExtraItems: true          //Můžou být nějaké bonusy?
    extraPermissions:              //Seznam extrabonusů
      smallbonus: 4:32 320:5
      mediumbonus: 50:16 327:1
      largebonus: 3:10 12:10
    protectWithWorldGuard: false       //Ochránění ostrovů pluginem WorldGuard
    protectionRange: 100              //Jak daleko bude ochrana ostrova?
    allowPvP: deny                    //Bude PvP?
    allowIslandLock: false                //Budou defaultně zamčené truhly?
    useOldIslands: false            //Mohou se používat staré ostrovy?
    useIslandLevel: true           //Můžou se používat ostrovní levely (skilly)?
    useTopTen: true                //Může být povoleno pořadí nejlepších hráčů?
  extras:                          //Asi povolení nějakých jiných pluginů
    sendToSpawn: false
    obsidianToLava: true
  challenges:                                  //Výzvy (základní nastavení)
    allowChallenges: true               //Povoleny výzvy?
    broadcastCompletion: true        //Když to splní, může se to napsat ve veřejných zprávách?
    broadcastText: '&6'              //Jakou bude mít ta veřejná zpráva barvu?
    ranks: Easy Medium Hard Master        //Něco z obtížností, ale jinak nevím
    requirePreviousRank: true           
    rankLeeway: 1                             
    challengeColor: '&e'                        //Barva výzev
    finishedColor: '&2'                     //Když challenge uděláš, jakou bude mít barvu zpráva, co to oznámí?
    repeatableColor: '&a'
    enableEconomyPlugin: true        //Povolit ekonomický plugin? (iConomy apod...)
    challengeList:
      cobblestonegenerator:                     //Zde jsou už jednotlivé výzvy (pro příklas uvedu popsání jen jedné)
        description: Create a cobblestone generator and mine 64 cobblestone.  //popis výzvy
        rankLevel: Easy                //Obtížnosti výzvy
        type: onPlayer                     
        requiredItems: 4:64             //Co potřebujete pro splnění?
        takeItems: true                //Při splnění se vám může dát odměna?
        itemReward: '334:3'                 //Odměna
        permissionReward: none            //Odměna právama
        rewardText: 3 leather           
        currencyReward: 10
        xpReward: 30                       //Odměna XPčkama
        repeatable: true                               //Můžete si to zopakovat?
        repeatItemReward: '334:1'                  //Když si to zopakujete, co dostanete za odměnu?
        repeatRewardText: 1 leather                   
        repeatCurrencyReward: 5
        repeatXpReward: 10                     //Když si to zopakujete, kolik dostanete XPček?
      applecollector:
        description: Collect 2 apples from trees.
        rankLevel: Easy
        type: onPlayer
        requiredItems: '260:2'
        takeItems: true
        itemReward: 6:0:2 6:1:2 6:2:2 6:3:2
        rewardText: 2 of each kind of sapling
        currencyReward: 10
        xpReward: 30
        permissionReward: none
        repeatable: true
        repeatItemReward: 6:0:1 6:1:1 6:2:1 6:3:1
        repeatRewardText: 1 of each kind of sapling
        repeatCurrencyReward: 5
        repeatXpReward: 10
      wheatfarmer:
        description: Create a wheat farm and harvest 64 units of wheat
        rankLevel: Easy
        type: onPlayer
        requiredItems: 296:64
        takeItems: true
        itemReward: '3:5'
        rewardText: 5 dirt
        currencyReward: 10
        xpReward: 30
        permissionReward: none
        repeatable: true
        repeatItemReward: '3:1'
        repeatRewardText: 1 dirt
        repeatCurrencyReward: 5
        repeatXpReward: 10
      cactusfarmer:
        description: Create a cactus farm and harvest 64 cacti
        rankLevel: Easy
        type: onPlayer
        requiredItems: 81:64
        takeItems: true
        itemReward: '12:10'
        rewardText: 10 sand
        currencyReward: 15
        xpReward: 30
        permissionReward: none
        repeatable: true
        repeatItemReward: '12:1'
        repeatRewardText: 1 sand
        repeatCurrencyReward: 1
        repeatXpReward: 10
      sugarfarmer:
        description: Create a sugar cane farm and refine 64 units of sugar
        rankLevel: Easy
        type: onPlayer
        requiredItems: 353:64
        takeItems: true
        itemReward: 3:5 82:15
        rewardText: 5 dirt and 15 clay blocks
        currencyReward: 15
        xpReward: 30
        permissionReward: none
        repeatable: true
        repeatItemReward: '82:2'
        repeatRewardText: 2 clay blocks
        repeatCurrencyReward: 5
        repeatXpReward: 10
      melonfarmer:
        description: Create a melon farm and harvest 128 slices of melon
        rankLevel: Easy
        type: onPlayer
        requiredItems: 360:128
        takeItems: true
        itemReward: '3:5'
        rewardText: 5 dirt
        currencyReward: 15
        xpReward: 30
        permissionReward: none
        repeatable: true
        repeatItemReward: '3:2'
        repeatRewardText: 2 dirt blocks
        repeatCurrencyReward: 5
        repeatXpReward: 10
      pumpkinfarmer:
        description: Create a pumpkin farm and harvest 64 pumpkins
        rankLevel: Easy
        type: onPlayer
        requiredItems: 86:64
        takeItems: true
        itemReward: '3:5'
        rewardText: 5 dirt
        currencyReward: 15
        xpReward: 30
        permissionReward: none
        repeatable: true
        repeatItemReward: '3:2'
        repeatRewardText: 2 dirt blocks
        repeatCurrencyReward: 5
        repeatXpReward: 10
      shroompicker:
        description: Create a mushroom farm and collect 64 red and 64 brown mushrooms
        rankLevel: Easy
        type: onPlayer
        requiredItems: 39:64 40:64
        takeItems: true
        itemReward: '110:1'
        rewardText: 1 mycelium block
        currencyReward: 15
        xpReward: 30
        permissionReward: none
        repeatable: true
        repeatItemReward: '110:1'
        repeatRewardText: 1 mycelium block
        repeatCurrencyReward: 5
        repeatXpReward: 10
      novicebuilder:
        description: Reach island level 20 (/island level).
        rankLevel: Easy
        type: islandLevel
        requiredItems: 20
        takeItems: false
        itemReward: 257:1 3:5
        rewardText: 1 iron pickaxe and 5 dirt
        currencyReward: 50
        xpReward: 50
        permissionReward: none
        repeatable: false
        repeatItemReward: ''
        repeatRewardText: ''
        repeatCurrencyReward: 0
        repeatXpReward: 0
      monsterslayer:
        description: Kill monsters and collect 64 rotten flesh, 32 skeleton bones, 32 string, 32 arrows, 16 gunpowder, 5 spider eyes
        rankLevel: Medium
        type: onPlayer
        requiredItems: 367:64 287:32 289:16 262:32 352:32 375:5
        takeItems: true
        itemReward: 331:16 15:5 318:1
        rewardText: 16 redstone dust, 1 flint, and 5 iron(ore)
        currencyReward: 75
        xpReward: 75
        permissionReward: none
        repeatable: true
        repeatItemReward: 331:2 15:1 318:1
        repeatRewardText: 2 redstone dust, 1 flint, and 1 iron(ore)
        repeatCurrencyReward: 15
        repeatXpReward: 15
      expertfarmer:
        description: 'Harvest 64 units of the following: wheat, sugar, melon, carrots,
          potatoes, pumpkin'
        rankLevel: Medium
        type: onPlayer
        requiredItems: 360:64 353:64 296:64 392:64 391:64 86:64
        takeItems: true
        itemReward: 331:16 351:3:1 383:90:1 383:92:1 383:93:1
        rewardText: 16 redstone dust, 1 cocoa bean, 1 spawn egg(chicken,cow,pig)
        currencyReward: 75
        xpReward: 75
        permissionReward: none
        repeatable: true
        repeatItemReward: 351:3:1 383:90:1 383:92:1 383:93:1
        repeatRewardText: 1 cocoa bean, 1 spawn egg(chicken,cow,pig)
        repeatCurrencyReward: 20
        repeatXpReward: 20
      fisherman:
        description: Make a fishing pond, then catch and cook 10 fish
        rankLevel: Medium
        type: onPlayer
        requiredItems: '350:10'
        takeItems: true
        itemReward: 331:16 15:5 351:5
        rewardText: 16 redstone dust, 5 inksac, 5 iron (ore)
        currencyReward: 75
        xpReward: 75
        permissionReward: none
        repeatable: true
        repeatItemReward: 331:2 15:1 351:1
        repeatRewardText: 2 redstone dust, 1 inksac, 1 iron (ore)
        repeatCurrencyReward: 15
        repeatXpReward: 15
      lumberjack:
        description: Create a tree farm and collect 16 oak, birch, jungle, and spruce logs
        rankLevel: Medium
        type: onPlayer
        requiredItems: 17:0:16 17:1:16 17:2:16 17:3:16
        takeItems: true
        itemReward: 331:16 15:5 383:98:1
        rewardText: 16 redstone dust, 5 iron (ore), 1 wolf spawn egg
        currencyReward: 75
        xpReward: 75
        permissionReward: none
        repeatable: true
        repeatItemReward: 331:2 15:1
        repeatRewardText: 2 redstone dust, 1 iron (ore)
        repeatCurrencyReward: 15
        repeatXpReward: 15
      cookielover:
        description: Make 128 cookies and a bucket of milk
        rankLevel: Medium
        type: onPlayer
        requiredItems: 335:1 357:128
        takeItems: true
        itemReward: 331:16 15:5
        rewardText: 16 redstone dust, 5 iron (ore)
        currencyReward: 75
        xpReward: 75
        permissionReward: none
        repeatable: true
        repeatItemReward: 331:2 15:1
        repeatRewardText: 2 redstone dust, 1 iron (ore)
        repeatCurrencyReward: 15
        repeatXpReward: 15
      adeptbuilder:
        description: Reach island level 100 (/island level).
        rankLevel: Medium
        type: islandLevel
        requiredItems: 100
        takeItems: false
        itemReward: '49:10'
        rewardText: 10 obsidian blocks
        currencyReward: 50
        xpReward: 50
        permissionReward: none
        repeatable: false
        repeatItemReward: ''
        repeatRewardText: ''
        repeatCurrencyReward: 0
        repeatXpReward: 0
      homeowner:
        description: Build a house that contains at least 1 door, bed, bookshelf, crafting table, furnace, window, and torch.
        rankLevel: Medium
        type: onIsland
        requiredItems: 26:1 58:1 20:1 64:1 61:1 47:1 50:1
        takeItems: false
        itemReward: 84:1 2267:1 22:10
        rewardText: 1 jukebox, 1 music disk, 10 lapis lazuli blocks
        currencyReward: 100
        xpReward: 100
        permissionReward: none
        repeatable: false
        repeatItemReward: ''
        repeatRewardText: ''
        repeatCurrencyReward: 0
        repeatXpReward: 0
      netherportal:
        description: Build a nether portal on your island and activate it.
        rankLevel: Hard
        type: onIsland
        requiredItems: 49:10 90:1
        takeItems: false
        itemReward: '276:1'
        rewardText: 1 diamond sword
        currencyReward: 100
        xpReward: 100
        permissionReward: none
        repeatable: false
        repeatItemReward: ''
        repeatRewardText: ''
        repeatCurrencyReward: 0
        repeatXpReward: 0
      pearlcollector:
        description: Collect 15 enderpearls from endermen
        rankLevel: Hard
        type: onPlayer
        requiredItems: '368:15'
        takeItems: true
        itemReward: 266:5 369:1
        rewardText: 5 gold ingots and 1 blaze rod
        currencyReward: 50
        xpReward: 100
        permissionReward: none
        repeatable: true
        repeatItemReward: 266:1 369:1
        repeatRewardText: 1 gold ingot and 1 blaze rod
        repeatCurrencyReward: 15
        repeatXpReward: 15
      slimefarmer:
        description: Collect 40 slimeballs from slimes
        rankLevel: Hard
        type: onPlayer
        requiredItems: '341:40'
        takeItems: true
        itemReward: 266:5 388:1
        rewardText: 5 gold ingots and 5 emeralds
        currencyReward: 50
        xpReward: 100
        permissionReward: none
        repeatable: true
        repeatItemReward: '331:8'
        repeatRewardText: 8 redstone dust
        repeatCurrencyReward: 15
        repeatXpReward: 15
      baker:
        description: Bake 5 cakes and 5 pumpkin pies
        rankLevel: Hard
        type: onPlayer
        requiredItems: 354:5 400:5
        takeItems: true
        itemReward: 266:5 264:1
        rewardText: 5 gold ingots and 1 diamond
        currencyReward: 50
        xpReward: 100
        permissionReward: none
        repeatable: true
        repeatItemReward: '15:1'
        repeatRewardText: 1 iron (ore)
        repeatCurrencyReward: 15
        repeatXpReward: 15
      explorer:
        description: Make 1 map, compass, clock and collect 64 netherrack, 16 soulsand, and 1 ghast tear
        rankLevel: Hard
        type: onPlayer
        requiredItems: 87:64 88:16 370:1 358:1 345:1 347:1
        takeItems: true
        itemReward: 27:32 66:256 264:1 383:98:1
        rewardText: 256 rails, 32 powered rails, 1 ocelot spawn egg, 1 diamond
        currencyReward: 100
        xpReward: 100
        permissionReward: none
        repeatable: true
        repeatItemReward: '15:1'
        repeatRewardText: 1 iron (ore)
        repeatCurrencyReward: 20
        repeatXpReward: 20
      expertbuilder:
        description: Reach island level 250 (/island level).
        rankLevel: Hard
        type: islandLevel
        requiredItems: 250
        takeItems: false
        itemReward: 264:1 3:20 12:20
        rewardText: 1 diamond, 20 dirt, and 20 sand
        currencyReward: 150
        xpReward: 150
        permissionReward: none
        repeatable: false
        repeatItemReward: ''
        repeatRewardText: ''
        repeatCurrencyReward: 0
        repeatXpReward: 0
      woolcollector:
        description: Collect 5 of every color of wool
        rankLevel: Master
        type: onPlayer
        requiredItems: 35:0:5 35:1:5 35:2:5 35:3:5 35:4:5 35:5:5 35:6:5 35:7:5 35:8:5 35:9:5 35:10:5 35:11:5 35:12:5 35:13:5 35:14:5 35:15:5
        takeItems: true
        itemReward: 264:2 2262:1 2263:1 2261:1 383:91:1 388:5
        rewardText: 2 diamonds, 5 emeralds, 3 music disks, 1 sheep spawn egg
        currencyReward: 200
        xpReward: 200
        permissionReward: none
        repeatable: true
        repeatItemReward: 388:1 383:91:1
        repeatRewardText: 1 emerald, 1 sheep spawn egg
        repeatCurrencyReward: 20
        repeatXpReward: 20
      maestro:
        description: Craft a jukebox and collect all music discs
        rankLevel: Master
        type: onPlayer
        requiredItems: 2256:1 2257:1 2258:1 2259:1 2260:1 2261:1 2262:1 2263:1 2264:1 2265:1 2266:1 2267:1 84:1
        takeItems: true
        itemReward: 264:3 388:10
        rewardText: 3 diamonds and 10 emeralds
        currencyReward: 200
        xpReward: 200
        permissionReward: none
        repeatable: true
        repeatItemReward: '266:1'
        repeatRewardText: 1 gold ingot
        repeatCurrencyReward: 20
        repeatXpReward: 20
      emeraldcollector:
        description: Collect 50 emeralds
        rankLevel: Master
        type: onPlayer
        requiredItems: '388:50'
        takeItems: true
        itemReward: '264:2'
        rewardText: 2 diamonds
        currencyReward: 200
        xpReward: 200
        permissionReward: none
        repeatable: true
        repeatItemReward: '266:2'
        repeatRewardText: 2 gold ingots
        repeatCurrencyReward: 20
        repeatXpReward: 20
      topchef:
        description: Collect 1 of every kind of cooked or crafted edible food (no raw food, zombie flesh, or super golden apples)
        rankLevel: Master
        type: onPlayer
        requiredItems: 393:1 297:1 354:1 366:1 350:1 320:1 357:1 322:0:1 396:1 282:1 400:1 364:1
        takeItems: true
        itemReward: 264:2 2257:1 2258:1 2260:1 383:96:1 388:5
        rewardText: 2 diamonds, 3 music discs, 1 mooshroom spawn egg, and 5 emeralds
        currencyReward: 200
        xpReward: 200
        permissionReward: none
        repeatable: true
        repeatItemReward: 266:1 383:96:1 388:1
        repeatRewardText: 1 gold ingot, 1 mooshroom spawn egg, 1 emerald
        repeatCurrencyReward: 20
        repeatXpReward: 20
      skylord:
        description: Get an island level of 1000
        rankLevel: Master
        type: islandLevel
        requiredItems: 1000
        takeItems: false
        itemReward: '264:1'
        rewardText: '1 diamond, &eTitle: &a[&2SkyLord&4+&a]&f'
        currencyReward: 250
        xpReward: 250
        permissionReward: titlemanager.title.skylordplus skyblockserver.endaccess
        repeatable: false
        repeatItemReward: ''
        repeatRewardText: ''
        repeatCurrencyReward: 0
        repeatXpReward: 0


Příkazy a permise

Anglicky ale vždy je to tak to Příkaz - permise a popis co dělá tento příkaz
Pokud chcete hráčům dát takové ty optimální permise použijte tuto permisi:

Kód: Vybrat vše

usb.island.*


Pozor také potřebujete tu to permisy bez té se neobejdete! (marty_)

Kód: Vybrat vše

group.member


Spoiler: zobrazit

Kód: Vybrat vše

Command   Permission   Description
/island   usb.island.create   Display's the island chest interface.
/island create   usb.island.create   Create your island (can also be done from the island GUI).
/island restart   usb.island.create   Restart your skyblock island (will remove all progress)
/island home or /ih   usb.island.create   Teleport to the home location on your island
/island level   usb.island.info   View information about your's or another person's island
/island sethome   usb.island.sethome   Set the point where you teleport to when using /island (note: can only be used close to your island)
/island top   usb.island.topten   View the top ten list.
/island warp   usb.island.warp   View information about the warp feature.
/island warp "player"   usb.island.warp   Warp to "player"'s island. Requires that "player" have an active warp.
/island ban "player"   usb.island.ban   ban/unban a player from warping to your island. Note: this only affects players using /island warp to visit your island.
/challenges   usb.island.challenges   Display the challenge chest interface.
/challenges "challengename"   usb.island.challenges   View information about requirements/rewards for the given challengename.
/challenges complete "challengename"   usb.island.challenges   Attempt to complete the given challengename.
/island lock   usb.lock   Prevents anyone outside of the player's party from entering the island (note: requires WorldGuard protection to be enabled)
/island unlock   usb.lock   Let anyone enter the player's island (note: requires WorldGuard protection to be enabled, and other player's will still be unable to build unless they are in the same party)
/island invite "player"   usb.party.create   Invite a player to join your island.
/island accept   usb.party.join   Accept an invitation to join an island.
/island reject   usb.party.join   Decline an invitation to join an island.
/island leave   usb.party.join   Leave your current island. Note: If you are the party leader, you will keep the island and remove all other players.
/island party   usb.party.join   Display information about your island's leader and members.
/island kick "player"   usb.party.kick   Remove a player from your island.
/island biome "biomeName"   usb.biome."biomeName"   Allows the player to set their island's biome to the given biomeName. Available biomes include: OCEAN, JUNGLE HELL, SKY, DESERT, FOREST, SWAMPLAND, MUSHROOM, TAIGA
/island setwarp   usb.extra.addwarp   Set the location that players can warp to on your island. Anyone using /island warp to visit your island will teleport to this point.
/island togglewarp   usb.extra.addwarp   enable/disable your island's warp point. When disabled non-party members will be unable to warp to your island.
/usb goto "player"   usb.mod.goto   Teleport to "player"'s island
/usb topten   usb.mod.topten   Generate a new top ten list, or update an old one.
/usb reload   usb.admin.reload   Reload the configuration settings from the file.
/usb remove "player"   usb.admin.remove   Remove ownership of "player's" island without destroying it.
/usb delete "player"   usb.admin.delete   Delete "player's" island.
/usb register "player"   usb.admin.register   Set "player's" island location to a bedrock within 15 blocks.
/usb completechallenge "challengename" "player"   usb.mod.challenges   Complete the given "challengename" for "player" (note: this does not give rewards, it only sets the status as completed)
/usb resetchallenge "challengename" "player"   usb.mod.challenges   Reset the given "challengename" for "player" (note: this does not take rewards away, it only sets the status as incomplete)
/usb resetallchallenges "player"   usb.mod.challenges   Resets challenges for "player" (note: this does not take rewards away, it only sets the status as incomplete)
none   usb.mod.bypassprotection   A player with this permissioncan bypass the built-in protection (has no effect with WorldGuard).
none   usb.extra.addwarp   A player with this permission can set a warp location on their island that others can teleport to.
none   usb.extra.hunger   A player with this permission will lose hunger 25% slower on their island.
none   usb.extra.hunger2   A player with this permission will lose hunger 50% slower on their island.
none   usb.extra.hunger3   A player with this permission will lose hunger 75% slower on their island.
none   usb.extra.hunger4   A player with this permission will not lose hunger on their island.
none   usb.schematic."schematic"   A player with this permission will use the given "schematic" when creating a new island. The schematic must be in the uSkyBlock/schematics folder. Do not include the .schematic extension in the permission name


Takoví ten základ:
/island nebo /is
/island - Vytvoří ostrov nebo vás na ostrov teleportuje
/island restart - Restartovat ostrov
/island invite [jménohráče] - pozve hráče na váš SkyBlock
/island accept - přijme pozvání na ostrov
/island info - Informace o pluginu a ostrovu
/island level - zjistíte level ostrova
/island top - Deset nejlepších Skyblock hráčů

SkyBlock bez normálního světa

Jdete na FTP a smaž tam svět world
Stáhneš si skyblock mapu a pojmenuješ jí world
Potom už stačí jen tuto složku nahrát na tvůj server
Hotovo

Bonus:

Často si zde píšete o plugin uSkyBlock (já ho taky sháněl a nakonec jsem je našel:)). Tak sem se rozhodl shromáždit ty to pluginy do jednoho tématu :)

Přehled dostupných pluginů Ultimate SkyBlock:
Pozor soubory byly přesunuty na ulož to!
Heslo k těmto souborům je: bisyss


uSkyBlock pro 1.5.2 >
Pro mě nej verze skyblocku
Odkaz ke stažení > http://uloz.to/xX3heCkr/uskyblock-1-5-2-jar

uSkyBlock pro 1.6.2 >
Tu to verzi přikládám jenom pro úplnost :)
Odkaz ke stažení > http://uloz.to/xBuseo87/uskyblock-1-6-2-jar

uSkyBlock pro 1.7.2-1.7.5 >
Super SkyBlock pro verze 1.7.2-1.7.5 mnohem lepší než Joe´s SkyBlock atd....
Odkaz ke stažení > http://uloz.to/xFaN1QDi/uskyblock-1-7-2-1-7-5-jar

uSkyBlock pro 1.7.9-1.7.10 >
Úplná novinka! plugin uSkyBlock na verzi 1.7.9-1.7.10
Odkaz ke stažení > http://uloz.to/xpehLquS/uskyblock-1-7-9-1-7-10-jar

uSkyBlock pro 1.8 >
Novinka! Někdo na spigotu si hrál a updatoval plugin uSkyBlock ale pozor tento plugin potřebuje násludující pluginy:
WorldGuard 6.0.0-R0.1
WorldEdit 6.0.0-R0.1
Vault 1.5

Odkaz ke stažení > http://uloz.to/x2vtfXrQ/uskyblock-1-8-jar


Pokud by jste potřebovaly z něčím poradit nebo pomoct tak pište pod tento příspěvek!;)
Pokud vám to pomohlo K+ potěší ;)
Naposledy upravil(a) Bisyss dne 30 led 2015, 19:20, celkem upraveno 12 x.
Konec .....

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: Přehled pluginu uSkyBlock

#2 Příspěvekod Weizen » 28 led 2015, 23:14

1) V této době už je lepší na toto plugin IslandWorld ... Ano Uskyblock má větší rozšíření, ale i tak ve schopnosti pluginu bych mu moc nevěřil

Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 9
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: Přehled pluginu uSkyBlock

#3 Příspěvekod Bisyss » 28 led 2015, 23:19

Ano, ale lidi se zde ptají na uSkyBlock tak píši o uSkyBlock :)
Jen chci pomoct těm co hledají tento plugin ..... ;)
Naposledy upravil(a) Bisyss dne 30 led 2015, 19:13, celkem upraveno 4 x.
Konec .....

Weizen
Příspěvky: 1429
Registrován: 19 úno 2014, 19:56
Reputation: 0
Kontaktovat uživatele:

Re: Přehled pluginu uSkyBlock

#4 Příspěvekod Weizen » 28 led 2015, 23:22

Ano chápu a já zase sem pod tento příspěvek píšu že IslandWorld je teď už lepší aby si lidi koukli video a ohodnotili samčo :)

Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 9
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: Přehled pluginu uSkyBlock

#5 Příspěvekod Bisyss » 28 led 2015, 23:26

Ok uvidíme

Já jsem pro uSkyBlock ale to je jen muj osobní názor :)
Konec .....

marty_
Příspěvky: 1191
Věk: 53
Registrován: 27 srp 2012, 10:10
Reputation: 0
Bydliště: Hranice na Morave
Kontaktovat uživatele:

Re: Ultimátní návod na ultimate SkyBlock

#6 Příspěvekod marty_ » 29 led 2015, 15:07

da se prejit z verze pro 1.7.2 na 1.8 ? bez ztraty stavajicich ostrovu... ?
jinak ses hezky rozepsal.. mozna to moderatori pak presunou do navodu.
Za snahu dam K+

-- 29 led 2015, 14:11 --

PS : jeste dopis tuto permisi:

Kód: Vybrat vše

group.member

bez ni se hracum zobrazuje pouze knizka a nemaji moznost zalozit ostrov.
Uz hodnekrat se to tu resilo, tak i zde by to bylo vhodne napsat do tveho uvodniho prispevku.
Všechny své servery jsem sloučil pomocí BungeeCordu na jediny multiserver play.hero-craft.cz a jsem maximálně spokojenej :)
Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)

Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 9
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: Ultimátní návod na ultimate SkyBlock

#7 Příspěvekod Bisyss » 29 led 2015, 15:13

Ano, díky marty
1) ano je to možné pokud tam máš uSkyBlock
2) Support to snad přesune do návodu :)

-- 29 led 2015, 14:16 --

Díky za přesun do návodů :)
Konec .....

Uživatelský avatar
DenOwq
Příspěvky: 2703
Věk: 27
Registrován: 06 bře 2014, 21:26
Reputation: 2

Re: Ultimátní návod na ultimate SkyBlock

#8 Příspěvekod DenOwq » 29 led 2015, 15:19

Přesunuto.
Muhahha.

Uživatelský avatar
Bisyss
Příspěvky: 760
Věk: 9
Registrován: 07 lis 2014, 15:54
Reputation: 1
Bydliště: http://netsword.cz/
Kontaktovat uživatele:

Re: Ultimátní návod na ultimate SkyBlock

#9 Příspěvekod Bisyss » 29 led 2015, 15:33

Díky DenOwq
Konec .....

MarekBurget

Re: Ultimátní návod na ultimate SkyBlock

#10 Příspěvekod MarekBurget » 30 led 2015, 18:57

Wow diky , ten uSkyBlock som nevedel nikde najst! Super plugin!


Zpět na „Návody“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 19 hostů