Frozed Club Development
  • Welcome!
  • Frost
    • About
    • FAQ
    • Kit Creation
      • Example
      • Commands
    • Arena Setup
      • Example
      • Commands
    • Permissions
      • Staff
      • Admin
      • Events
      • General
    • Configuration
      • settings.yml
      • chests.yml
      • menus.yml
      • hotbar.yml
      • tablist.yml
      • messages.yml
      • scoreboard.yml
      • event-scoreboard.yml
    • Update Changelogs
      • 2020
        • December 14th, 2020
        • December 15th, 2020
        • December 20th, 2020
        • December 21th, 2020
        • December 31th, 2020
      • 2021
        • February 17th, 2021
        • March 10th, 2021
        • March 11th, 2021
        • March 14th, 2021
        • March 15th, 2021
        • March 18th, 2021
        • April 4th, 2021
        • April 22nd, 2021
        • May 12th, 2021
        • May 31st, 2021
        • June 7th, 2021
        • June 9th, 2021
        • June 10th, 2021
        • August 16th, 2021
        • September 3rd, 2021
        • September 9th, 2021
        • October 3rd, 2021
        • October 19th, 2021
        • November 1st, 2021
        • November 2nd, 2021
        • November 12, 2021
      • 2022
        • February 24th, 2022
        • February 27th, 2022
        • March 9th, 2022
        • March 11th, 2022
        • March 25th, 2022
        • March 26th, 2022
        • March 27th, 2022
        • April 11th, 2022
        • May 30th, 2022
        • August 17th, 2022
        • August 19th, 2022
        • September 5th, 2022
        • September 6th, 2022
        • September 21st, 2022
        • October 22st, 2022
        • November 11th, 2022
        • November 12th, 2022
        • November 13th, 2022
        • November 15th, 2022
        • November 21th, 2022
      • 2023
        • January 7th, 2023
        • January 18th, 2023
        • January 30th, 2023
        • February 6th, 2023
        • February 10th, 2023
        • April 19th, 2023
  • Pillars of Fortune
    • About
    • FAQ
    • Map Setup
    • Commands & Permissions
    • Configuration
      • cages.yml
      • menus.yml
      • settings.yml
      • messages.yml
      • scoreboard.yml
    • Update Changelogs
      • 2024
        • August 3rd, 2024
Powered by GitBook
On this page

Was this helpful?

  1. Frost
  2. Configuration

chests.yml

This is the chests.yml file, used for the chests in the SkyWars Kit Setting and SkyWars Event in Frost.

# NOTE: You must set all the items in all the chests (9)
# This system works by pure RNG (Random Number Generation)
# For each chest that is placed on your SkyWars Arena, the contents
# of it will be determined by the RNG Factor. Meaning that a
# chest can have the loot of 1 out of the different 9 chests
CHESTS:
  '1': t@272;t@4:a@32;t@332:a@8;t@364:a@4;
  '2': t@280;t@264:a@2;t@4:a@64;t@58;
  '3': t@272;t@4:a@32;t@332:a@8;t@364:a@4;
  '4': t@280;t@264:a@2;t@4:a@64;t@58;
  '5': t@272;t@4:a@32;t@332:a@8;t@364:a@4;
  '6': t@280;t@264:a@2;t@4:a@64;t@58;
  '7': t@272;t@4:a@32;t@332:a@8;t@364:a@4;
  '8': t@280;t@264:a@2;t@4:a@64;t@58;
  '9': t@272;t@4:a@32;t@332:a@8;t@364:a@4;
Previoussettings.ymlNextmenus.yml

Last updated 2 years ago

Was this helpful?