Configuration

Where can i configurate the plugin?

You can configurate the plugin in the config.yml file.

It's located in */plugins/Bedwars1058/Addons/HolidatRewards/config.yml directory

What do i can configurate?

# BedWars1058-HolidayRewards v1.0.0 made by [itz_leoo].
# SoftDependencies: [BedWars1058].
# Join my discord server for support: https://discord.gg/dtwanz4GQg

holiday_rewards:
  reward:
  
    #Example of a reward
    halloween:
      #This is the name shown in the loading message
      display_name: Pumpkinator's Pumpkin
      
      #Date of the start (day-month)
      period_start: 01-10
      
      #Date of the end (day-month)
      period_end: 31-10
      
      #Generation events
      #Info for the collection from generators
      #use IRON_INGOT and GOLD_INGOT for the iron and gold
      #Example: GENERATOR_COLLECT:DIAMOND-EMERALD-IRON_INGOT-GOLD_INGOT
      generation_type:
      - GENERATOR_COLLECT:DIAMOND-EMERALD
      - KILL
      - FINAL_KILL
      - BED_DESTROY
      
      #Chanche of the generation: 100 = Always and 0 = Never
      generation_chance: 50
      
      #Amount of items that you receive
      generation_amount: 1
      
      #Messages
      messageBrought:
      - '&aYou brought &6{amount} &apumpkins back to the shopkeeper!'
      messageGen:
      - '&6+{amount} pumpkins from generator'
      messageKill:
      - '&6+{amount} pumpkins from kill'
      messageFinalKill:
      - '&6+{amount} pumpkins from final kill'
      messageBedDestroy:
      - '&6+{amount} pumpkins from bed destoy'
      
      #Item that you receive
      #Material
      item_material: SKULL_ITEM
      #Display Name
      item_name: '&6Pumpkinator''s Pumpkin'
      #Head url (See the Custom Head Items page)
      item_head_url: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTNhZDc5MjA3YzNmOGJiZjRiMWQ1MzJjZmU4NmRjY2I1N2QyYzk3YWVlYjUxZWYwMGE2NjBhZmRjZWFiNWZhOSJ9fX0=
      #Data
      item_data: 3
      #Lore
      item_lore:
      - '&7Trade it at any shopkeeper to'
      - '&7claim for the Pumpkinator Quest!'
      #Enchanted
      item_enchanted: false
      
    christmas:
      display_name: Christmas Gift
      period_start: 01-12
      period_end: 31-12
      generation_type:
      - GENERATOR_COLLECT:DIAMOND-EMERALD
      - KILL
      - FINAL_KILL
      - BED_DESTROY
      generation_chance: 50
      generation_amount: 1
      messageBrought:
      - '&aYou brought &c{amount} &agifts back to the shopkeeper!'
      messageGen:
      - '&c+{amount} gifts from generator'
      messageKill:
      - '&c+{amount} gifts from kill'
      messageFinalKill:
      - '&c+{amount} gifts from final kill'
      messageBedDestroy:
      - '&c+{amount} gifts from bed destoy'
      item_material: SKULL_ITEM
      item_name: '&cChristmas''s Gift'
      item_head_url: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBhY2IyMmRmNTBlN2Y5MDdjNTI0NWU1YTcyMTBmYzk4MDIwMjQxNjAxMmY2Y2I3OWExOTZlYjAzMWVlZGE3NSJ9fX0=
      item_data: 3
      item_lore:
      - '&7Trade it at any shopkeeper to'
      - '&7claim for the Christmas Quest!'
      item_enchanted: false

Last updated