Sobky

AdventCalendar - Rewarding_Rewards.yml 2019

Nov 23rd, 2019
1,034
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.60 KB | None | 0 0
  1. HeadExample:
  2.   Name: "Legendary head"
  3.   Description: "Head of developer of AdventCalendar plugin"
  4.   Icon:
  5.     Material: "SKULL_ITEM"
  6.     MaterialData: 3
  7.     Skull:
  8.       PlayerName: "SobkySK"
  9.     HeadName: "&6Head of Awesome developer"
  10.   Rewards:
  11.     Vault: 0
  12.     PlayerPoints: 0
  13.     Experiences: 0
  14.     Items: []
  15.     Commands:
  16.      - 'give {player} minecraft:player_head{display:{Name:"{\"text\":\"§6Head of Awesome developer\"}"},SkullOwner:"SobkySK"} 1'
  17. TextureIconExample:
  18.   Name: "TextureIcon"
  19.   Description: "Example of icon with textures. No rewards."
  20.   Icon:
  21.     Material: "SKULL_ITEM"
  22.     MaterialData: 3
  23.     Skull:
  24.       Texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQwOTNmMjc1MGI3ZDdlZGMyYWExZDhjOWJhMmQ3OTk4MzJkODkwMjY1NzFlZDZhOGY3MDdjNDBlYTRkYTc4YiJ9fX0="
  25.     HeadName: "&6Example of icon with textures."
  26.   Rewards:
  27.     Vault: 0
  28.     PlayerPoints: 0
  29.     Experiences: 0
  30.     Items: []
  31.     Commands: []
  32. EcoReward:
  33.   Name: "Economy reward"
  34.   Description: "Package of money"
  35.   Icon:
  36.     Material: "EMERALD"
  37.     MaterialData: 0
  38.     Enchantments:
  39.      - DURABILITY
  40.     HeadName: "&6Package of money"
  41.   Rewards:
  42.     Vault: 10
  43.     PlayerPoints: 10
  44.     Experiences: 100
  45.     Items: []
  46.     Commands: []
  47. EnchantedPickaxeIcon:
  48.   Name: "Diamond Pickaxe"
  49.   Description: "Enchanted diamond pickaxe"
  50.   Icon:
  51.     Material: "DIAMOND_PICKAXE"
  52.     MaterialData: 0
  53.     HeadName: "&6Diamond pickaxe"
  54.     Enchantments:
  55.      - DURABILITY
  56.   Rewards:
  57.     Vault: 0
  58.     PlayerPoints: 0
  59.     Experiences: 0
  60.     Items: []
  61.     Commands: []
Add Comment
Please, Sign In to add comment