Advertisement
Guest User

envoy

a guest
Mar 30th, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.22 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/7/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: 30
  19.   # Minute(s)
  20.   delete_envoy_after: 5
  21.   # Minute(s)
  22.   need_break_envoy_for_next_envoy: true
  23.   envoy_spawn_in_center: true
  24.   # Center or random location in your island.
  25.   envoy_falling_height: 20.0
  26.   envoy_minimum_y: 5
  27.   envoy_title_subtitle_time: 3
  28.   envoy_actionbar_time: 3
  29.   use_hologram: true
  30.   hologram_height: 1.0
  31.   particle: FLAME
  32.   # Particle type of envoy
  33.   # For 1.8.8 visit: https://www.spigotmc.org/wiki/effect-list-1-8-8/
  34.   # For 1.9 and higher visit (Make sure your version support specified particle): https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  35.   particle_amount: 10
  36.   use_lightning: true
  37.   loots_minimum_item: 1
  38.   loots_maximum_item: 3
  39.   envoy_rise: false
  40.   # Envoy rises when broken.
  41.   envoy_rise_height: 5.0
  42.   use_conditions: false
  43.   conditions:
  44.     '0':
  45.       condition: 'islandLevel'
  46.       operator: '>='
  47.       level: 100
  48.     '1':
  49.       condition: 'onlineTime'
  50.       operator: '>'
  51.       level: 30
  52.   # All conditions must be met for envoy.
  53.   use_events: true
  54.   events:
  55.     '0':
  56.       event: 'islandLevel'
  57.       operator: '>='
  58.       level: 1
  59.       loot: 'blocks:misc'
  60.     '1':
  61.       event: 'islandLevel'
  62.       operator: '>='
  63.       level: 3
  64.       loot: 'blocks:misc'
  65.     '2':
  66.       event: 'islandLevel'
  67.       operator: '>='
  68.       level: 5
  69.       loot: 'blocks:misc'
  70.     '3':
  71.       event: 'islandLevel'
  72.       operator: '>='
  73.       level: 10
  74.       loot: 'blocks:misc'
  75.     '4':
  76.       event: 'islandLevel'
  77.       operator: '>='
  78.       level: 15
  79.       loot: 'blocks:misc'
  80.     '5':
  81.       event: 'islandLevel'
  82.       operator: '>='
  83.       level: 20
  84.       loot: 'blocks:misc'
  85.     '6':
  86.       event: 'islandLevel'
  87.       operator: '>='
  88.       level: 25
  89.       loot: 'blocks:misc'
  90.     '7':
  91.       event: 'islandLevel'
  92.       operator: '>='
  93.       level: 30
  94.       loot: 'blocks:misc'
  95.    # '1':
  96.      # event: 'onlineTime'
  97.      # operator: '>'
  98.      # level: 30
  99.    #   loot: '*'
  100.   # Events doesn't use conditions. Events are works once.
  101.   version: 2.0
  102.   # Do not change this.
  103. MySQL:
  104.   enabled: false
  105.   # False means flatfile will be used.
  106.   host: "hostname"
  107.   database: "database"
  108.   port: 3306
  109.   user: "root"
  110.   password: "123456"
  111. loots:
  112.   blocks:
  113.  # Every loot has permission skyblockenvoy.loot.<loot>
  114.   # For example permission of this loot is: skyblockenvoy.loot.blocks
  115.   # If you want to give all the loots permission give this permission: skyblockenvoy.loot.*
  116.     '0':
  117.       material: EMERALD_BLOCK
  118.       amount: 1-2
  119.       # Random amount
  120.       chance: 20
  121.     '1':
  122.       material: DIAMOND_BLOCK
  123.       amount: 1-2
  124.       chance: 20
  125.     '2':
  126.       material: GOLD_BLOCK
  127.       amount: 1-3
  128.       chance: 20
  129.     '3':
  130.       material: IRON_BLOCK
  131.       amount: 1-4
  132.       chance: 20
  133.     '4':
  134.       material: COAL_BLOCK
  135.       amount: 1-16
  136.       chance: 20
  137.   misc:
  138.     '0':
  139.       material: IRON_SWORD
  140.       name: '&e&lEspada de Loot'
  141.       lore:
  142.      - '&bVinda dos céus'
  143.       enchants:
  144.      - 'DAMAGE_ALL:1'
  145.       chance: 20
  146.     '1':
  147.       material: BOW
  148.       amount: 1
  149.       data: 0
  150.       enchants:
  151.      - 'ARROW_DAMAGE:1'
  152.       chance: 20
  153.     '2':
  154.       material: BOW
  155.       amount: 1
  156.       data: 0
  157.       enchants:
  158.      - 'DURABILITY:3'
  159.       chance: 50
  160.     '3':
  161.       material: IRON_SWORD
  162.       name: '&e&lEspada de Loot'
  163.       lore:
  164.      - '&bVinda dos céus'
  165.       enchants:
  166.      - 'DURABILITY:1'
  167.       chance: 20
  168.   foods:
  169.     '0':
  170.       material: COOKED_BEEF
  171.       amount: 8
  172.       chance: 40
  173.     '1':
  174.       material: COOKED_CHICKEN
  175.       amount: 7
  176.       chance: 20
  177.     '2':
  178.       material: COOKED_RABBIT
  179.       amount: 10
  180.       chance: 20
  181.     '3':
  182.       material: COOKED_MUTTON
  183.       amount: 1-32
  184.       chance: 20
  185.   commands:
  186.     '0':
  187.       command: 'give <player> diamond 1'
  188.       chance: 50
  189.       executor: server
  190.       #Executors: server, player
  191.     '1':
  192.       command: 'give <player> emerald 1||give <player> gold_ingot 2'
  193.       chance: 50
  194.       executor: server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement