Nyqi

ecoDrop, https://www.spigotmc.org/resources/ecodrop.6278/

Jan 11th, 2016
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.49 KB | None | 0 0
  1. # ecoDrop, CommandsDrops.yml: https://www.spigotmc.org/resources/ecodrop.6278/
  2.  
  3. commandsDrops:
  4.   SPONGE:1:
  5.     type: MATERIAL
  6.     droppedItem:
  7.       material: NETHER_BRICK_ITEM
  8.       glow: true
  9.       name: '&bWOW! &7You did it!'
  10.       pickupSound: FIREWORK_LAUNCH
  11.       spawnEffect:
  12.         type: HEART
  13.         amount: 1
  14.     percentageChance: 100
  15.     commands:
  16.    - <Text>Test placeholders.. %pickerName% and.. %pickerDisplayName%
  17.     - <TextFor Nyqi>He did it!
  18.     - <Title>WOW!%nextLine%You did it!
  19.     - <TitleFor *>WOW!%nextLine%%player% did it!
  20.     - <Action>You did it! Clap clap.
  21.     - <ActionFor *>Hello %forName%! Heyaaa %forDisplayName%!
  22.     - <Broadcast>%pickerName% did it!
  23.     - <CommandAsPlayer>spawn
  24.     - <CommandAsConsole>say %pickerName% did it!
  25.     - <CommandAsOP>iDontKnowWhatToPutHereHuh
  26.     enabled: true
  27.   WITHER:
  28.     type: ENTITY
  29.     droppedItem:
  30.       material: EMERALD
  31.       glow: false
  32.       name: '&bCool! &7Wither is now dead!'
  33.       pickupSound: MAGMACUBE_JUMP
  34.       spawnEffect:
  35.         type: BARRIER
  36.         amount: 1
  37.     percentageChance: 100
  38.     commands:
  39.    - <Text>You did it!
  40.     - <TextFor Nyqi>He did it!
  41.     - <Title>WOW!%nextLine%You did it!
  42.     - <TitleFor *>WOW!%nextLine%%pickerDisplayName% did it!
  43.     - <Action>You did it! Clap clap.
  44.     - <ActionFor *>MAH!
  45.     - <Broadcast>Greetings!
  46.     - <CommandAsPlayer>home
  47.     - <CommandAsConsole>say %pickerName% did it!
  48.     - <CommandAsOP>iDontKnowWhatToPutHereHuh
  49.     enabled: false
Add Comment
Please, Sign In to add comment