Advertisement
SirBungly

JSON for Quests

Dec 28th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Websites used: http://minecraftjson.com/
  2.  
  3. Quest Accept: /tellraw @a {"text":"","extra":[{"text":"[Accept]","color":"green","clickEvent":{"action":"run_command","value":"/scoreboard players set @a QuestDrunkard 1"}}]}
  4.  
  5. Quest Title: /title @a title {"text":"","extra":[{"text":"Quest Start","color":"green","bold":"false"}]}
  6.  
  7. Quest Subtitle: /title @a subtitle {"text":"","extra":[{"text":"The Drunkard","color":"dark_green"}]}
  8.  
  9. Quest Tellraw : /tellraw @a {"text":"","extra":[{"text":"Help Quinton the Drunkard by buying him an Ale from the Boar's Head","color":"dark_green","hoverEvent":{"action":"show_text","value":{"text":"","extra":[{"text":"Quest Reward: 16 Coins"}]}}}]}
  10.  
  11. Quest Break: /tellraw @a {"text":"","extra":[{"text":"=====================================================","color":"dark_green"}]}
  12.  
  13. (Run in this order:
  14. Accept
  15. Title
  16. Subtitle
  17. Break
  18. Tellraw
  19. Break
  20. )
  21.  
  22. Changelog:
  23. 1.0 - Quest JSON
  24. 1.0a - Accept JSON
  25.  
  26. Upcoming:
  27. 1.1 - Much more!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement