Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. DRAGONS_SPARKLER_COLOR("Sparkler", "Sparkler Color", new String[]
  2. {
  3. C.cWhite + "What do dragons and I have in",
  4. C.cWhite + "common? We both love pretty colors.",
  5. C.Line,
  6. C.cPurple + "Requires " + C.Line + "Sparkler Kit"
  7. }, ModifierCategory.DRAGONS, new Option[]
  8. {
  9. new Option("green", "Green", null, Material.INK_SACK, (byte) 3, true, 0),
  10.  
  11. new Option("red", "Red", null, Material.INK_SACK, (byte) 1, false, 0),
  12.  
  13. new Option("yellow", "Yellow", null, Material.INK_SACK, (byte) 5, false, 0),
  14.  
  15. new Option("blue", "Blue", null, Material.INK_SACK, (byte) 6, false, 0),
  16.  
  17. new Option("rainbow", "Rainbow", null, Material.BEACON, (byte) 0, false, 0)
  18. }),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement