Advertisement
Guest User

config.yml

a guest
Oct 15th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 11.18 KB | None | 0 0
  1. #                                                                                                                
  2. # ███████╗██╗  ██╗██╗   ██╗██████╗ ██╗      ██████╗  ██████╗██╗  ██╗███████╗███╗   ██╗██╗   ██╗ ██████╗ ██╗   ██╗
  3. # ██╔════╝██║ ██╔╝╚██╗ ██╔╝██╔══██╗██║     ██╔═══██╗██╔════╝██║ ██╔╝██╔════╝████╗  ██║██║   ██║██╔═══██╗╚██╗ ██╔╝
  4. # ███████╗█████╔╝  ╚████╔╝ ██████╔╝██║     ██║   ██║██║     █████╔╝ █████╗  ██╔██╗ ██║██║   ██║██║   ██║ ╚████╔╝
  5. # ╚════██║██╔═██╗   ╚██╔╝  ██╔══██╗██║     ██║   ██║██║     ██╔═██╗ ██╔══╝  ██║╚██╗██║╚██╗ ██╔╝██║   ██║  ╚██╔╝  
  6. # ███████║██║  ██╗   ██║   ██████╔╝███████╗╚██████╔╝╚██████╗██║  ██╗███████╗██║ ╚████║ ╚████╔╝ ╚██████╔╝   ██║  
  7. # ╚══════╝╚═╝  ╚═╝   ╚═╝   ╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═══╝  ╚═══╝   ╚═════╝    ╚═╝  
  8. #                                                                                                                
  9.  
  10. settings:
  11.   placeholder_format: 'm:ss'
  12. # For the format: https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
  13. #
  14. # MVdWPlaceHolderAPI placeholder is: {skyblockenvoy_time}
  15. # PlaceholderAPI placeholder is: %skyblockenvoy_time%
  16.   placeholder_countdown: true
  17.   minimum_player_for_envoy: 1
  18.   time_for_envoy: 60
  19. # Minute(s)
  20. # Set 0 to disable it
  21.   delete_envoy_after: 10
  22. # Minute(s)
  23. # Set 0 to disable it
  24.   need_break_envoy_for_next_envoy: false
  25.   envoy_spawn_in_center: true
  26. # Center or random location in your island.
  27.   can_break_envoy: true
  28. # If you set this to false only empty envoy will be deleted.
  29.   hopper_can_transfer: false
  30.   envoy_falling_height: 20.0
  31.   envoy_minimum_y: 5
  32.   envoy_title_subtitle_time: 3
  33.   envoy_actionbar_time: 3
  34.   use_hologram: true
  35.   hologram_height: 1.0
  36.   particle: FLAME
  37. # Particle type of envoy
  38. # For 1.8.8 visit: https://www.spigotmc.org/wiki/effect-list-1-8-8/
  39. # For 1.9 and higher visit (Make sure your version support specified particle): https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  40.   particle_amount: 10
  41.   use_envoy_falling_line_particle: false
  42.   envoy_falling_line_particle: VILLAGER_HAPPY
  43. # If you are using 1.8.8 change it to HAPPY_VILLAGER
  44. # Particle type of falling line
  45. # For 1.8.8 visit: https://www.spigotmc.org/wiki/effect-list-1-8-8/
  46. # For 1.9 and higher visit (Make sure your version support specified particle): https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  47.   use_lightning: true
  48.   loots_minimum_item: 2
  49.   loots_maximum_item: 3
  50.   envoy_rise: false
  51. # Envoy rises when broken.
  52.   envoy_rise_height: 5.0
  53.   use_conditions: false
  54.   conditions:
  55.     '0':
  56.       condition: 'islandLevel'
  57.       operator: '>='
  58.       level: 100
  59.     '1':
  60.       condition: 'onlineTime'
  61.       operator: '>'
  62.       level: 30
  63. # All conditions must be met for envoy.
  64.   use_events: true
  65.   events:
  66.     '0':
  67.       conditions:
  68.       - 'islandLevel >= 10000'
  69.       - 'islandLevel < 30000'
  70.       loots:
  71.       - 'rutbe1'
  72.       permission: 'skyblockenvoy.event.0'
  73.       delete_data_when_left: true
  74.     '1':
  75.       conditions:
  76.       - 'islandLevel >= 30000'
  77.       - 'islandLevel < 70000'
  78.       loots:
  79.       - 'rutbe2'
  80.       permission: 'skyblockenvoy.event.1'
  81.       delete_data_when_left: true
  82.     '2':
  83.       conditions:
  84.       - 'islandLevel >= 70000'
  85.       - 'islandLevel < 100000'
  86.       loots:
  87.       - 'rutbe3'
  88.       permission: 'skyblockenvoy.event.2'
  89.       delete_data_when_left: true
  90.     '3':
  91.       conditions:
  92.       - 'islandLevel >= 100000'
  93.       - 'islandLevel < 150000'
  94.       loots:
  95.       - 'rutbe4'
  96.       permission: 'skyblockenvoy.event.3'
  97.       delete_data_when_left: true
  98.     '4':
  99.       conditions:
  100.       - 'islandLevel >= 150000'
  101.       loots:
  102.       - 'rutbe5'
  103.       permission: 'skyblockenvoy.event.4'
  104.       delete_data_when_left: true
  105. # Events doesn't use conditions. Events are works once.
  106.  use_envoy_with_items: false
  107.  envoy_with_items:
  108.    '0':
  109.      material: CHEST
  110.      name: '&e&lLET''S ENVOY'
  111.      lore:
  112.      - '&7Right-click for'
  113.      - '&7The Envoy!'
  114.      enchants:
  115.      - 'GLOW:1'
  116.      flags:
  117.      - 'HIDE_ATTRIBUTES'
  118.      loots:
  119.      - 'blocks'
  120.      - 'misc'
  121.    '1':
  122.      material: TRAPPED_CHEST
  123.      name: '&e&lLET''S ENVOY'
  124.      lore:
  125.      - '&7Right-click for'
  126.      - '&7The Envoy!'
  127.      enchants:
  128.      - 'GLOW:1'
  129.      flags:
  130.      - 'HIDE_ATTRIBUTES'
  131.      loots:
  132.      - '*'
  133.  version: 2.3.1
  134. # Do not change this.
  135. MySQL:
  136.  enabled: false
  137. # False means flatfile will be used.
  138.  host: "hostname"
  139.  database: "database"
  140.  port: 3306
  141.  user: "root"
  142.  password: "123456"
  143. loots:
  144.  rutbe1:
  145.    can_spawn_in_envoy: false
  146.    '0':
  147.      commands:
  148.      - 'manuadd <player> SkyLord'
  149.      executor: server
  150.      preview:
  151.        material: PAPER
  152.        amount: 1
  153.        data: 0
  154.        name: '&6&lSkyLord Rütbesine Atla!'
  155.        lore:
  156.        - '&7Tıklarsanız komut'
  157.        - '&7aktif olur ve ödülleriniz'
  158.        - '&7gelir!'
  159.        enchants:
  160.        - 'GLOW:1'
  161.      chance: 20
  162.  rutbe2:
  163.    can_spawn_in_envoy: false
  164.    '0':
  165.      commands:
  166.      - 'manuadd <player> SkyKing'
  167.      executor: server
  168.      preview:
  169.        material: PAPER
  170.        amount: 1
  171.        data: 0
  172.        name: '&6&lSkyKing Rütbesine Atla!'
  173.        lore:
  174.        - '&7Tıklarsanız komut'
  175.        - '&7aktif olur ve ödülleriniz'
  176.        - '&7gelir!'
  177.        enchants:
  178.        - 'GLOW:1'
  179.      chance: 20
  180.  rutbe3:
  181.    can_spawn_in_envoy: false
  182.    '0':
  183.      commands:
  184.      - 'manuadd <player> SkyPro'
  185.      executor: server
  186.      preview:
  187.        material: PAPER
  188.        amount: 1
  189.        data: 0
  190.        name: '&6&lSkyPro Rütbesine Atla!'
  191.        lore:
  192.        - '&7Tıklarsanız komut'
  193.        - '&7aktif olur ve ödülleriniz'
  194.        - '&7gelir!'
  195.        enchants:
  196.        - 'GLOW:1'
  197.      chance: 20
  198.  rutbe4:
  199.    can_spawn_in_envoy: false
  200.    '0':
  201.      commands:
  202.      - 'manuadd <player> SkyPayidar'
  203.      executor: server
  204.      preview:
  205.        material: PAPER
  206.        amount: 1
  207.        data: 0
  208.        name: '&6&lSkyPayidar Rütbesine Atla!'
  209.        lore:
  210.        - '&7Tıklarsanız komut'
  211.        - '&7aktif olur ve ödülleriniz'
  212.        - '&7gelir!'
  213.        enchants:
  214.        - 'GLOW:1'
  215.      chance: 20
  216.  rutbe5:
  217.    can_spawn_in_envoy: false
  218.    '0':
  219.      commands:
  220.      - 'manuadd <player> Payidar'
  221.      executor: server
  222. # Executors: server, player
  223.      preview:
  224.        material: PAPER
  225.        amount: 1
  226.        data: 0
  227.        name: '&6&lPayidar Rütbesine Atla!'
  228.        lore:
  229.        - '&7Tıklarsanız komut'
  230.        - '&7aktif olur ve ödülleriniz'
  231.        - '&7gelir!'
  232.        enchants:
  233.        - 'GLOW:1'
  234.      chance: 20
  235.  blocks:
  236. # Any name you want for category
  237. # Every loot has permission skyblockenvoy.loot.<loot>
  238. # For example permission of this loot is: skyblockenvoy.loot.blocks
  239. # If you want to give all the loots permission give this permission: skyblockenvoy.loot.*
  240.    can_spawn_in_envoy: true
  241. # If you set can_spawn_in_envoy to false normal envoys wont include this loot
  242. # But you can still use this loot in events
  243.    '0':
  244.      material: EMERALD
  245.      amount: 4-8
  246. # Random amount
  247.      chance: 5
  248.      enchants:
  249.      - 'GLOW:1'
  250.      flags:
  251.      - 'HIDE_ATTRIBUTES'
  252. # For the flags https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/ItemFlag.html
  253.    '1':
  254.      material: DIAMOND
  255.      amount: 4-8
  256.      chance: 5
  257.    '2':
  258.      material: GOLD_INGOT
  259.      amount: 4-8
  260.      chance: 5
  261.    '3':
  262.      material: IRON_INGOT
  263.      amount: 4-8
  264.      chance: 5
  265.    '4':
  266.      material: COAL
  267.      amount: 4-8
  268.      chance: 5
  269.  foods:
  270.    can_spawn_in_envoy: true
  271.    '0':
  272.      material: COOKED_BEEF
  273.      amount: 8
  274.      chance: 25
  275.    '1':
  276.      material: COOKED_CHICKEN
  277.      amount: 8
  278.      chance: 25
  279.    '2':
  280.      material: COOKED_RABBIT
  281.      amount: 8
  282.      chance: 25
  283.    '3':
  284.      material: COOKED_MUTTON
  285.      amount: 8-16
  286.      chance: 25
  287.  commands:
  288.    can_spawn_in_envoy: true
  289.    '0':
  290.      commands:
  291.      - 'cc give p event 1 <player>'
  292.      executor: server
  293. # Executors: server, player
  294.      preview:
  295.        material: PAPER
  296.        amount: 1
  297.        data: 0
  298.        name: '&6&l1 Event Kasa Anahtarı'
  299.        lore:
  300.        - '&7Tıklarsanız komut'
  301.        - '&7aktif olur ve ödülleriniz'
  302.        - '&7gelir!'
  303.        enchants:
  304.        - 'GLOW:1'
  305.      chance: 20
  306.    '1':
  307.      commands:
  308.      - 'cc give p elli 1 <player>'
  309.      executor: server
  310.      preview:
  311.        material: PAPER
  312.        amount: 1
  313.        data: 0
  314.        name: '&6&l50K Kasa Anahtarı'
  315.        lore:
  316.        - '&7Tıklarsanız komut'
  317.        - '&7aktif olur ve ödülleriniz'
  318.        - '&7gelir!'
  319.        enchants:
  320.        - 'GLOW:2'
  321.      chance: 5
  322.    '2':
  323.      commands:
  324.      - 'eco give <player> 5000'
  325.      executor: server
  326.      preview:
  327.        material: PAPER
  328.        amount: 1
  329.        data: 0
  330.        name: '&65K Para Ödülü'
  331.        lore:
  332.        - '&7Tıklarsanız komut'
  333.        - '&7aktif olur ve ödülleriniz'
  334.        - '&7gelir!'
  335.        enchants:
  336.        - 'GLOW:2'
  337.      chance: 20
  338.    '3':
  339.      commands:
  340.      - 'eco give <player> 10000'
  341.      executor: server
  342.      preview:
  343.        material: PAPER
  344.        amount: 1
  345.        data: 0
  346.        name: '&610K Para Ödülü'
  347.        lore:
  348.        - '&7Tıklarsanız komut'
  349.        - '&7aktif olur ve ödülleriniz'
  350.        - '&7gelir!'
  351.        enchants:
  352.        - 'GLOW:2'
  353.      chance: 10
  354.    '4':
  355.      commands:
  356.      - 'give <player> 121 5'
  357.      executor: server
  358.      preview:
  359.        material: PAPER
  360.        amount: 1
  361.        data: 0
  362.        name: '&65 End Taşı'
  363.        lore:
  364.        - '&7Tıklarsanız komut'
  365.        - '&7aktif olur ve ödülleriniz'
  366.        - '&7gelir!'
  367.        enchants:
  368.        - 'GLOW:2'
  369.      chance: 10
  370.    '5':
  371.      commands:
  372.      - 'tf give <player> 300'
  373.      executor: server
  374.      preview:
  375.        material: PAPER
  376.        amount: 1
  377.        data: 0
  378.        name: '&65 Dakika Fly'
  379.        lore:
  380.        - '&7Tıklarsanız komut'
  381.        - '&7aktif olur ve ödülleriniz'
  382.        - '&7gelir!'
  383.        enchants:
  384.        - 'GLOW:2'
  385.      chance: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement