Sol Reklam
Sağ Reklam
Durum
Mesaj gönderimine kapalı.

Garoz

Simplicitas tollit virtutem.
Emekli

Discord:

MonBoyhiner#2885

Katılım
16 Aralık 2017
Mesajlar
953
Elmaslar
469
Puanlar
16.160
Yer
Türkiye
Minecraft
GarozLite
ASkyBlock - Görev Ekleme

Merhaba arkadaşlar bu rehberde ASkyBlock eklentisinde
görev nasıl eklenir onu göreceğiz.

levels: Bu kısma görev kategorileri yazılır.
waiveramount: Diğer kategoriye geçilmesi için en fazla kaç görevin kaldığını belirten sayıdır.

görev.png


Glassmaker : Görevin grup ismidir bu ismi değiştirebilirsiniz herhangi bir hata ve benzeri bir şey vermeyecektir.
friendlyname: Görevin /c menüsünde gözüken ismidir.
description: Görevde ne yapılacağını açıklayan bölümdür.
icon: Görevin /c menüsünde gözüken simgesidir. Düzenlenilirken ikon ismi ingilizce ve büyük harfelerle olmalıdır.
level: Görevin bulunacağı kategoriyi belirler.
type: Önemli kısımlardan biridir görevin hangi türde tamamlanacağını belirler.

- inventory = Oyuncunun görevi tamamlaması için envanterinden bir şey alınması gerekir.
- level = Oyuncunun görevi tamamlaması için belirlenen levele gelmesi veya geçmesi gerekir.
- island = Oyuncunun görevi tamamlaması için belirlenen yapının, mobların, blokların belirlenen kapsam içinde adada var olması gerekir.

requiredItems: Görevi tamamlamak için gereken malzemeyi belirler. Bu kısma sadece tırnak işaretsiz sayı yazarsanız ada leveli gereksinimini verir.
takeItems: Görevin tamamlanması için eşya alınması gerektiğini belir (true ve ya false yazılır).
- Bu kısım sadece İnventory türünde geçerlidir. Diğer türlerde yazılırsa hata verir.

ItemReward: Görev tamamlanınca alınacak ödülü belirler. Düzenlenilirken ödül ismi ingilizce ve büyük harf olmalıdır.
- Ödül isminden sonra ':' koyulup sayı yazılırsa yazılan sayı kadar o ödülden alır.

rewardText: Görevin /c menüsünde verilen ödülün açıklamasıdır.
moneyReward: Oyuncunun görevi tamamladıktan sonra alacağı para miktarıdır '' olarak bırakılırsa para verilmez.
expReward: Oyuncunun görevi tamamladıktan sonra alacağı exp miktarıdır '' olarak bırakılırsa exp verilmez.

permissionReward: Oyuncunun görevi tamamladıktan sonra alacağı yetkidir '' olarak bırakılırsa yetki verilmez.
repeatable: Görevin tekrarlanmasını açıp kapatan kısımdır (true ve ya false yazılır).
repeatItemReward: Görevin tekrarlanmasıyla verilecek ödüldür. Genellikle normal ödülden düşüktür.
repeatrewardText: Görevin /c menüsünde verilen tekrarlanma ödülünün açıklamasıdır.
repeatmoneyReward: Oyuncunun görevi tekrarladıktan sonra alacağı para miktarıdır '' olarak bırakılırsa para verilmez.
repeatexpReward: Oyuncunun görevi tekrarladıktan sonra alacağı exp miktarıdır '' olarak bırakılırsa exp verilmez.
maxtimes: Görevin kaç kez yapılabileceğini gösteren kısımdır.
searchRadius: Bu kısım sadece island görev türünde geçerlidir bu kısma gireceğiniz sayı görev gereksinimlerinin kaç blok içinde olması gerektiğini belirtir.
resetallowed: O kısıma dokunmayın çünkü bilmiyorum :/

Örnek İnventory Görevi
JavaScript:
    breadmaker:
      friendlyname: 'Ekmek Fabrikası'
      description: '32 adet ekmek yap.'
      icon: BREAD
      level: 'Novice'
      type: inventory
      requiredItems: 'BREAD:21'
      takeItems: true
      itemReward: 'DIRT:5'
      rewardText: '5 Toprak'
      moneyReward: 10
      expReward: 30
      permissionReward: ''
      repeatable: true
      repeatItemReward: 'DIRT:1'
      repeatRewardText: '1 Toprak'
      repeatMoneyReward: 5
      repeatExpReward: 10
      maxtimes: 100

Örnek İsland Görevi
JavaScript:
    homestead:
      friendlyname: 'Evsiz'
      description: 'Ev yap ve içinde 1 tahta kapı, yatak, kitaplık, çalışma masası, fırın, cam, ve meşale olsun.'
      icon: BED
      level: 'Competent'
      type: island
      requiredItems: 'BED_BLOCK:1 WORKBENCH:1 GLASS:1 WOODEN_DOOR:1 FURNACE:1 BOOKSHELF:1 TORCH:1'
      searchRadius: 10
      takeItems: false
      itemReward: 'JUKEBOX:1 RECORD_12:1 LAPIS_BLOCK:10'
      rewardText: '1 Müzik kutusu, 1 Müzik diski, 10 Lapis Lazuli Blok'
      moneyReward: 100
      expReward: 100
      permissionReward: ''
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0

Örnek Level Görevi
JavaScript:
    builder:
      friendlyname: 'Mimar'
      description: 'Adanı 10 level yap - /is level.'
      icon: WOOD
      level: 'Novice'
      type: level
      requiredItems: 10
      takeItems: false
      itemReward: 'IRON_PICKAXE:1 DIRT:5 SPONGE:1'
      rewardText: '1 Demir kazma, 5 toprak ve sünger.'
      moneyReward: 50
      expReward: 50
      permissionReward: 'sky.lord'
      repeatable: false
      repeatItemReward: ''
      repeatRewardText: ''
      repeatMoneyReward: 0
      repeatExpReward: 0

ASkyBlock-Add A Task

Hi friends this is ASkyBlock in the add-in Guide

How to add a task, it remains to be seen.

levels: this part of the task categories.
waiveramount: in order to Other category is the maximum number of task is left.
Glassmaker is the name of the task group, you can change this name: any errors and the like will not give anything.
FriendlyName is the name that appears on the menu: a/c.

Description: what is the part that describes the mission.

icon: icon that appears in the menu of the task/c. Düzenlenilirken icon with the name must be in English and uppercase.

level: determines the task to find category.

type: one of the Important parts of the task determines which type will be completed.

-player's task is to complete the inventory inventory = must be one thing.

a player's task is to complete the set-level = levele to arrive or to pass.

a player's task is determined to complete do-the island =, mob, had to have the island within the scope set out of the blocks.

requiredItems: Specifies the ingredients required to complete a task. If you type a number that just quotation marks returns the level requirement on the island.

takeItems: should be a task for complete appeared (true or false).

-This part only applies if the İnventory type. If other types of error.

ItemReward: Specifies the task will be completed once award. Düzenlenilirken the name of the prize in English and must be uppercase.

-After the award name ': ' and the number of times the number is written post that gets the prize.

rewardText: a description of any prize awarded to a task/menu.

moneyReward: the player's task is the amount of money that you will receive after completing '' if left as paid.

expReward: the player's task is the amount of exp that you will receive after completing '' if left as exp is not allowed.

permissionReward: the player's task is the authority that you will receive after completing '' if left as authority.

repeatable: the task to be repeated is opening and closing (true or false).

repeatItemReward: you will be given the Task to be repeated. Usually lower than normal reward.

repeatrewardText: the/c is a description of a repeat award given on the menu.

repeatmoneyReward: the player's task is the amount of money that you will receive after repeating '' is left as paid.

repeatexpReward: the player's task is the amount of exp that you will receive after repeating '' is left as exp is not allowed.

hajaybol: how many times can be made part of the task.

searchRadius: this section applies only to this part of the island task type in the number you enter must be in how many blocks the task requirements.

resetallowed: don't touch that part because I don't know:/​

Yakında ASkyBlock MiniShop Rehberi

REP ATARSANIZ SEVİRİM
ELVEDA.....
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı