Crazyenvoy sandık

  • Konuyu Başlatan Konuyu Başlatan EpikLava
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 474
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

EpikLava

Developer/oyna.epiklava.com
Katılım
1 Kasım 2018
Mesajlar
1.562
Elmaslar
416
Puan
8.735
Crazyenvoy için hazır sandık varsa atabilirmisiniz
 
Kod:
Settings:
  Spawn-Chance: 50 #The chance that this tier will spawn.
  Use-Chance: true #If true then it uses the chance option in the prizes and if false then each prize has a 1/(Amount of Prizes) chance of winning.
  Placed-Block: '54' #The block that will be clicked when they land.
  Bulk-Prizes: #This allows players to win multiple prizes from one crate.
    Toggle: false #Toggle if players can win multiple prizes.
    Random: true #If true then it will pick a random bulk from 1-MaxBulk.
    Max-Bulk: 3 #The max amount of prizes.
  Hologram-Toggle: true #Toggle on and off holograms.
  Hologram-Hight: 1.5 #How high the hologram will be from the crate.
  Hologram: #Holograms only show if Holographic Displays is on the server.
    - '&7&l(&6&l!&7&l) AryusCraft Normal Kasa'
  Firework-Toggle: true #Toggle on or off fireworks.
  Firework-Colors: #The colors the fireworks will be.
    - 'Gray'
    - 'Black'
    - 'Gold'
  Signal-Flare:
    Toggle: true
    Time: '15s'
    Colors:
    - 'Gray'
    - 'Black'
    - 'Gold'
###################################
#             Items: Options
# Item:<ID:MD> - You can choose the item with its id and meta data.
# Amount:<Number> - Choose how many of the item you get.
# Name:<Name> - The display name that goes on the item.
# Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
# Glowing:<True/False> - Will make the item have a glowing effect without having an enchantment on the item. (Only supports 1.8 - 1.11)
# Unbreaking:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
# <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with "_".
###################################
Prizes: #The prizes that can be won.
  '1': #Prize number
    Chance: 50
    Messages: #The message that will be sent to the player if won.
    Commands: #The commands that will be run when this prize is won.
      - 'eco give %Player% 250'
  '2':
    Chance: 50
    Messages:
    Items:
      - 'Item:3, Amount:2'
  '3':
    Chance: 50
    Messages:
    Items:
      - 'Item:391, Amount:16'
  '4':
    Chance: 50
    Messages:
    Items:
      - 'Item:17, Amount:16'
  '6':
    Chance: 50
    Messages:
    Items:
      - 'Item:263, Amount:16'
  '7':
    Chance: 50
    Messages:
    Items:
      - 'Item:364, Amount:8'
  '8':
    Chance: 50
    Messages:
    Items:
      - 'Item:349, Amount:16'
  '9':
    Chance: 50
    Messages:
    Items:
      - 'Item:384, Amount:16'
  '10':
    Chance: 50
    Messages:
    Items:
      - 'Item:12, Amount:1'
  '11':
    Chance: 50
    Messages:
    Items:
      - 'Item:352, Amount:16'
  '12':
    Chance: 50
    Messages:
    Items:
      - 'Item:103, Amount:4'
  '13':
    Chance: 50
    Messages:
    Items:
      - 'Item:393, Amount:16'
  '14':
    Chance: 50
    Messages:
    Items:
      - 'Item:368, Amount:8'
  '15':
    Chance: 50
    Messages:
    Items:
      - 'Item:5, Amount:64'
  '16':
    Chance: 50
    Messages:
    Items:
      - 'Item:6:3, Amount:4'



Discord'dan boş engeli kaldır dahada yardım edeyim tabiki istersen, eğer istemiyorsan çok bilmiş elebaşın ne güne duruyor ?
 
Kod:
Settings:
  Spawn-Chance: 50 #The chance that this tier will spawn.
  Use-Chance: true #If true then it uses the chance option in the prizes and if false then each prize has a 1/(Amount of Prizes) chance of winning.
  Placed-Block: '54' #The block that will be clicked when they land.
  Bulk-Prizes: #This allows players to win multiple prizes from one crate.
    Toggle: false #Toggle if players can win multiple prizes.
    Random: true #If true then it will pick a random bulk from 1-MaxBulk.
    Max-Bulk: 3 #The max amount of prizes.
  Hologram-Toggle: true #Toggle on and off holograms.
  Hologram-Hight: 1.5 #How high the hologram will be from the crate.
  Hologram: #Holograms only show if Holographic Displays is on the server.
    - '&7&l(&6&l!&7&l) AryusCraft Normal Kasa'
  Firework-Toggle: true #Toggle on or off fireworks.
  Firework-Colors: #The colors the fireworks will be.
    - 'Gray'
    - 'Black'
    - 'Gold'
  Signal-Flare:
    Toggle: true
    Time: '15s'
    Colors:
    - 'Gray'
    - 'Black'
    - 'Gold'
###################################
#             Items: Options
# Item:<ID:MD> - You can choose the item with its id and meta data.
# Amount:<Number> - Choose how many of the item you get.
# Name:<Name> - The display name that goes on the item.
# Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
# Glowing:<True/False> - Will make the item have a glowing effect without having an enchantment on the item. (Only supports 1.8 - 1.11)
# Unbreaking:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
# <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with "_".
###################################
Prizes: #The prizes that can be won.
  '1': #Prize number
    Chance: 50
    Messages: #The message that will be sent to the player if won.
    Commands: #The commands that will be run when this prize is won.
      - 'eco give %Player% 250'
  '2':
    Chance: 50
    Messages:
    Items:
      - 'Item:3, Amount:2'
  '3':
    Chance: 50
    Messages:
    Items:
      - 'Item:391, Amount:16'
  '4':
    Chance: 50
    Messages:
    Items:
      - 'Item:17, Amount:16'
  '6':
    Chance: 50
    Messages:
    Items:
      - 'Item:263, Amount:16'
  '7':
    Chance: 50
    Messages:
    Items:
      - 'Item:364, Amount:8'
  '8':
    Chance: 50
    Messages:
    Items:
      - 'Item:349, Amount:16'
  '9':
    Chance: 50
    Messages:
    Items:
      - 'Item:384, Amount:16'
  '10':
    Chance: 50
    Messages:
    Items:
      - 'Item:12, Amount:1'
  '11':
    Chance: 50
    Messages:
    Items:
      - 'Item:352, Amount:16'
  '12':
    Chance: 50
    Messages:
    Items:
      - 'Item:103, Amount:4'
  '13':
    Chance: 50
    Messages:
    Items:
      - 'Item:393, Amount:16'
  '14':
    Chance: 50
    Messages:
    Items:
      - 'Item:368, Amount:8'
  '15':
    Chance: 50
    Messages:
    Items:
      - 'Item:5, Amount:64'
  '16':
    Chance: 50
    Messages:
    Items:
      - 'Item:6:3, Amount:4'



Discord'dan boş engeli kaldır dahada yardım edeyim tabiki istersen, eğer istemiyorsan çok bilmiş elebaşın ne güne duruyor ?
Engel atmadım ki :)
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst