SupremeDev
  • Supreme Development
  • Important
    • Installation
    • PayPal + Google Pay
    • Server Owner Advice
    • Json - Why?
    • Free Client Plugins
      • Supreme KillHolograms
        • config.yml
      • Supreme EXPShop
        • Commands & Permissions
        • config.yml
      • Supreme DeathBans
        • Commands & Permissions
        • config.yml
        • lang.yml
  • Plugins
    • Supreme Factions
      • Placeholders
      • Commands & Permissions
      • Developer API
      • Files
        • raids.json
        • lang.yml
        • conf.json
        • config.yml
        • upgrades.yml
    • Supreme Spawners
      • Commands & Permissions
      • Developer API
      • Files
        • lang.json
        • conf.json
        • entity-settings.json
        • stacker-settings.json
    • Supreme Hoes
      • Commands & Permissions
      • Placeholders
      • Developer API
      • Files
        • config.yml
        • captcha.yml
        • menus.yml
    • Supreme Printer
      • Commands & Permissions
      • Developer API
      • Files
        • config.yml
    • Supreme Blood Orbs
      • Commands & Permissions
      • Files
        • config.yml
        • lang.yml
    • Supreme TokenShop
      • Commands & Permissions
      • config.yml
    • Supreme LMS
      • Commands & Permissions
      • Files
        • lang.json
        • config.json
    • Supreme Roam
      • Commands & Permissions
      • Files
        • lang.yml
        • config.yml
    • Supreme MobSwords
      • Commands & Permissions
      • Placeholders
      • Files
        • menus.yml
        • config.yml
    • Supreme BindIP
      • Commands & Permissions
    • Supreme Robots
      • Commands & Permissions
      • Developer API
      • Files
        • lang.json
        • config.json
    • Supreme Meteors
      • Commands & Permissions
      • Files
        • config.yml
        • lang.json
    • Supreme Tools
      • Commands & Permissions
      • Files
        • config.yml
    • Supreme Collectors
      • Commands & Permissions
      • Files
        • lang.json
        • config.json
    • Supreme Player Stats
      • Commands & Permissions
      • Statistic Types
      • Files
        • menus.yml
        • config.json
    • Supreme Miner Picks
      • Commands & Permissions
      • Files
        • drops.yml
        • menus.yml
        • config.yml
  • Addons
    • Factions Top
    • Harvest Event
    • Hoe Boosters
  • Libraries
  • SupremeCaptcha
    • Commands & Permissions
    • Files
      • config.json
  • SupremeTokens
    • Commands & Permissions
    • Files
      • lang.json
      • config.json
Powered by GitBook
On this page

Was this helpful?

  1. Plugins
  2. Supreme Meteors
  3. Files

config.yml

meteor-rocks:
  default_rock:
    Display-Name: '&3&l[&b&l!&3&l] &3Meteor Rock &7(Right-Click)'
    Lore:
      - ' '
      - '&3&lInformation'
      - '&7  Retrieved from an epic meteor rock.'
      - '&7  Crack it open to receive special rewards.'
      - ' '
      - '&3&lPotential Rewards:'
      - '  &3&l- &71x Diamond'
      - ' '
      - '&7&o(( Right-Click to open ))'
    Type: "HEAD:eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDY4YzFmYTRhMjFiYTRmMjdkY2IzMGFiM2JmYWIwZGMyMmExZTRmY2Y5ZWQxMmMxZDdhNzBmZWIwN2Y4ZDdhZSJ9fX0="
    Enchanted: true
    Unstackable: true
    messages:
      - ' '
      - '&3&lMeteors &7ยป You have successfully opened an epic meteor rock!'
      - ' '
    commands:
      - give %player% diamond 1
settings:
  debug: false
  force-load:
    chunks: true

menu:
  title: '&7Meteors Menu'
  filler-item:
    Type: LIGHT_BLUE_STAINED_GLASS_PANE
    Enchanted: false
    Display-Name: '&7 '
    Lore:
      - ' '


meteors:
  warzone:
    automatic:
      enabled: true
      init-delay: 5
      delay: 20
      expire: 5
    particles:
      colors:
        red: 218
        green: 112
        blue: 214
      explosion:
        amount: 5
        speed: 5
      post-drop:
        amount: 5
        speed: 5

    menu-item:
      Display-Name: '&7&lWarzone Meteors'
      Lore:
        - ' '
        - '&f&l* &cStatus: %status%'
        - '&f&l* &cLocations: &f%location_count%'
        - ' '
        - '&7( Right-Click to start event - random spawns )'
        - '&7( Left-Click to start even - all spawns )'
      Type: BEACON
      Enchanted: true
    random-location-chance: 50
    landing-effects:
      light-player-on-fire:
        enabled: true
        # Players will be on fire for this many ticks (20 ticks per seconds, 200 ticks = 10 seconds)
        tick-length: 200
      knock-players-back:
        enabled: true
        # This number is also used to check the area around the meteor for players
        # This must be set for all other effects to also work.
        knockback-radius: 16
      give-player-effects:
        1:
          # Any effect from https://helpch.at/docs/1.8.8/index.html?org/bukkit/potion/PotionEffect.html
          type: SPEED
          # Effect level (0 = 1, 1 = 2 potions are weird)
          modifier: 2
          # Effect duration in seconds
          duration: 5
        2:
          type: CONFUSION
          modifier: 2
          duration: 3
      deal-players-damage:
        enabled: true
        # modifier / range * 10
        # 1 / 3 blocks away * 10 = 3.33 damage
        # If you have questions about this, make a ticket.
        base-modifier: 2
        minimum-damage: 6
    spots:
      '1':
        rewards-location:
          x: 10
          y: 4
          z: 10
          world: flatroom
          reward-block-type: SEA_LANTERN
        start:
          x: 90
          y: 255
          z: 90
          world: flatroom
        end:
          x: 10
          y: 4
          z: 10
          world: flatroom
        commands:
          - meteors rock %player% default_rock 1
      '2':
        rewards-location:
          x: 20
          y: 4
          z: 20
          world: flatroom
          reward-block-type: SEA_LANTERN
        start:
          x: 90
          y: 255
          z: 90
          world: flatroom
        end:
          x: 20
          y: 4
          z: 20
          world: flatroom
        commands:
          - meteors rock %player% default_rock 1
      '3':
        rewards-location:
          x: -10
          y: 4
          z: -10
          world: flatroom
          reward-block-type: SEA_LANTERN
        start:
          x: 90
          y: 255
          z: 90
          world: flatroom
        end:
          x: -10
          y: 4
          z: -10
          world: flatroom
        commands:
          - meteors rock %player% default_rock 1
      '4':
        rewards-location:
          x: 0
          y: 4
          z: 0
          world: flatroom
          reward-block-type: SEA_LANTERN
        start:
          x: 90
          y: 255
          z: 90
          world: flatroom
        end:
          x: 0
          y: 4
          z: 0
          world: flatroom
        commands:
          - meteors rock %player% default_rock 1
PreviousFilesNextlang.json

Last updated 3 years ago

Was this helpful?