MİNECRAFTTURK.NET GÜNCELLENDİ HOŞ GELDİN!

Minecrafttürk'e kaydolarak, topluluğumuzun diğer üyeleriyle tartışabilir, paylaşabilir ve özel mesaj gönderebilirsiniz.

MUZİPLİK TAMAMLANDI!
minecrafttr aramıza katil!
batihost minecraft server kirala
MinecraftTR Reklam Alanı
MinecraftTR Reklam Alanı
MinecraftTR Reklam Alanı
  • MinecraftTURK.NET Discord Sunucusu

    Discord sunucumuza katılın ve MinecraftTR ve Minecraft hakkında tüm güncel Haber ve Gelişmeleri öğrenin güncel kalın.

    Buraya tıklayarak aramıza katıl.

OmerTurkes

Heliosnw.batihost.net / Çok Yakında Sizlerle...
Konu Sahibi
Katılım
24 Ekim 2019
Mesajlar
71
Merhaba Minecraft-Turk Takipcileri bugun sizlere süper bir plugin tanıtacagım

pluginimiz Skyblok sunucularına süper bir görünüm ve yenilik katacaktır. hadi eklentimize geçelim

Minecraft Sürümü: 1.8.8-1.14.4 Arası desteklemektedir.

Eklenti Ücreti: 4,99 GBP


1434


Eklentimiz nasıl çalışıyor kısaca anlatıyım. Eklenti skyblok sunucularında önceden ayarladıgınız şekilde havadan efektler kullanarak adanıza düşüyor

Kasayı Açtıgınızda Config dosyasında ayarladınız itemler belli bir oranla çıkıyorlar.


Pluginin tanıtım videosu (Türkçe)






Kod:
#                                                                                                             
#                                                                                                              
# ███████╗██╗  ██╗██╗   ██╗██████╗ ██╗      ██████╗  ██████╗██╗  ██╗███████╗███╗   ██╗██╗   ██╗ ██████╗ ██╗   ██╗
# ██╔════╝██║ ██╔╝╚██╗ ██╔╝██╔══██╗██║     ██╔═══██╗██╔════╝██║ ██╔╝██╔════╝████╗  ██║██║   ██║██╔═══██╗╚██╗ ██╔╝
# ███████╗█████╔╝  ╚████╔╝ ██████╔╝██║     ██║   ██║██║     █████╔╝ █████╗  ██╔██╗ ██║██║   ██║██║   ██║ ╚████╔╝
# ╚════██║██╔═██╗   ╚██╔╝  ██╔══██╗██║     ██║   ██║██║     ██╔═██╗ ██╔══╝  ██║╚██╗██║╚██╗ ██╔╝██║   ██║  ╚██╔╝
# ███████║██║  ██╗   ██║   ██████╔╝███████╗╚██████╔╝╚██████╗██║  ██╗███████╗██║ ╚████║ ╚████╔╝ ╚██████╔╝   ██║
# ╚══════╝╚═╝  ╚═╝   ╚═╝   ╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═══╝  ╚═══╝   ╚═════╝    ╚═╝
#                                                                                                              

settings:
  placeholder_format: 'm:ss'
# For the format: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
#
# MVdWPlaceHolderAPI placeholder is: {skyblockenvoy_time}
# PlaceholderAPI placeholder is: %skyblockenvoy_time%
  placeholder_countdown: true
  minimum_player_for_envoy: 1
  time_for_envoy: 30
# Minute(s)
# Set 0 to disable it
  delete_envoy_after: 10
# Minute(s)
# Set 0 to disable it
  need_break_envoy_for_next_envoy: false
  envoy_spawn_in_center: true
# Center or random location in your island.
  can_break_envoy: true
# If you set this to false only empty envoy will be deleted.
  hopper_can_transfer: false
# If you set this to false hopper can't take items from Envoy.
  envoy_falling_height: 20.0
  envoy_minimum_y: 5
  envoy_title_subtitle_time: 3
  envoy_actionbar_time: 3
  use_hologram: true
  hologram_height: 1.0
  particle: FLAME
# Particle type of envoy
# For 1.8.8 visit: https://www.spigotmc.org/wiki/effect-list-1-8-8/
# For 1.9 and higher visit (Make sure your version support specified particle): https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  particle_amount: 10
  use_envoy_falling_line_particle: false
  envoy_falling_line_particle: VILLAGER_HAPPY
# If you are using 1.8.8 change it to HAPPY_VILLAGER
# Particle type of falling line
# For 1.8.8 visit: https://www.spigotmc.org/wiki/effect-list-1-8-8/
# For 1.9 and higher visit (Make sure your version support specified particle): https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  use_lightning: true
  loots_minimum_item: 1
  loots_maximum_item: 3
  envoy_rise: false
# Envoy rises when broken.
  envoy_rise_height: 5.0
  use_conditions: false
  conditions:
 - 'islandLevel >= 100'
  - 'onlineTime > 30'
# All conditions must be met for envoy.
  use_events: false
  events:
    '0':
      conditions:
     - 'islandLevel >= 100'
      - 'islandLevel < 1000'
      loots:
     - 'blocks'
      - 'misc'
      permission: 'skyblockenvoy.event.0'
      loots_minimum_item: 1
      loots_maximum_item: 1
      delete_data_when_left: true
# If you set this to true when the player somehow leaves the island, the envoy data for the player is deleted. Default is true.
    '1':
      conditions:
     - 'onlineTime == 30'
      loots:
     - '*'
      delete_data_when_left: true
# Events doesn't use conditions. Events are works once.
  use_envoy_with_items: false
  envoy_with_items:
    '0':
      material: CHEST
      name: '&e&lLET''S ENVOY'
      lore:
     - '&7Right-click for'
      - '&7The Envoy!'
      enchants:
     - 'GLOW:1'
      flags:
     - 'HIDE_ATTRIBUTES'
      loots:
     - 'blocks'
      - 'misc'
    '1':
      material: TRAPPED_CHEST
      name: '&e&lLET''S ENVOY'
      lore:
     - '&7Right-click for'
      - '&7The Envoy!'
      enchants:
     - 'GLOW:1'
      flags:
     - 'HIDE_ATTRIBUTES'
      loots:
     - '*'
  version: 2.6
# Do not change this.
MySQL:
  enabled: false
# False means flatfile will be used.
  host: "hostname"
  database: "database"
  port: 3306
  user: "root"
  password: "123456"
loots:
  blocks:
# Any name you want for category
# Every loot has permission skyblockenvoy.loot.<loot>
# For example permission of this loot is: skyblockenvoy.loot.blocks
# If you want to give all the loots permission give this permission: skyblockenvoy.loot.*
    can_spawn_in_envoy: true
# If you set can_spawn_in_envoy to false normal envoys won't include this loot
# But you can still use this loot in events
# Default true
    allow_duplicate: false
# If you set allow_duplicate to false envoy won't have same items
# Default true
    '0':
      material: EMERALD_BLOCK
      amount: 1-64
# Random amount
      chance: 20
      enchants:
     - 'GLOW:1'
      flags:
     - 'HIDE_ATTRIBUTES'
# For the flags https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/ItemFlag.html
    '1':
      material: DIAMOND_BLOCK
      amount: 1-64
      chance: 20
    '2':
      material: GOLD_BLOCK
      amount: 1-64
      chance: 20
    '3':
      material: IRON_BLOCK
      amount: 1-64
      chance: 20
    '4':
      material: COAL_BLOCK
      amount: 1-64
      chance: 20
  misc:
    '0':
      material: DIAMOND_SWORD
      name: '&8[&9SkyBlock&6Envoy&8] &e&lSWORD'
      lore:
     - '&7Blessed'
      - '&7Sword!'
      enchants:
     - 'DAMAGE_ALL:5'
      - 'DURABILITY:3'
      unbreakable: true
      chance: 50
    '1':
      material: BOW
      amount: 1
      data: 0
      enchants:
     - 'ARROW_DAMAGE:5'
      - 'ARROW_KNOCKBACK:2'
      - 'DURABILITY:3'
      chance: 50
  foods:
    '0':
      material: COOKED_BEEF
      amount: 64
      chance: 40
    '1':
      material: COOKED_CHICKEN
      amount: 16
      chance: 20
    '2':
      material: COOKED_RABBIT
      amount: 16
      chance: 20
    '3':
      material: COOKED_MUTTON
      amount: 16-32
      chance: 20
  commands:
    '0':
      commands:
     - 'give <player> diamond 16'
# Also you can use <owner> for the island owner name.
      executor: server
# Executors: server, player
      preview:
# Make sure preview item is different from the other command previews.
        material: PAPER
        amount: 1
        data: 0
        name: '&6&lCLICK TO EXECUTE COMMAND'
        lore:
       - '&7Click and'
        - '&7Execute the command!'
        enchants:
       - 'GLOW:1'
      chance: 50
    '1':
      commands:
     - 'give <player> emerald 16'
      - 'give <player> gold_ingot 16'
      executor: server
      preview:
        material: PAPER
        amount: 1
        data: 0
        name: '&6&lCLICK TO EXECUTE COMMAND'
        lore:
       - '&7Click and'
        - '&7Execute the command!'
        enchants:
       - 'GLOW:2'
      chance: 50



Arkadaşlar Konuyu beğendiyseniz beğenip yorum atmayı unutmayın sağlıcakla kalın​