Advertisement
SoshiSen

NBT Test

Jan 10th, 2020
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. NBT Test
  2.  
  3. islegendary=False
  4. requiredquestpoints=0
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=
  8. ignoresquestlimit=True
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=A description
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. fire_command(delay=0;command=/give PLAYER stone_pickaxe 1 0 {display:{Name:"Minertech5000",Lore:["Hope this works"]}})
  23. }
  24. type=chat_npc(uuid=dbe649c9-98ad-486a-9070-61bf19fc077c;chatline1=Testing item given)
  25. }
  26. }
  27. stage=1
  28. {
  29. {
  30. description=A description
  31. hint=An optional hint
  32. timestocomplete=1
  33. hidden=False
  34. infinite=False
  35. conditions
  36. {
  37. has_item(flipped=False;itemid=stone_pickaxe;nbt={display:{Name:"Minertech5000",Lore:["Hope this works"]}};count=1)
  38. }
  39. type=chat_npc(uuid=dbe649c9-98ad-486a-9070-61bf19fc077c;chatline1=Testing item checked)
  40. }
  41. }
  42. stage=2
  43. {
  44. {
  45. description=A description
  46. hint=An optional hint
  47. timestocomplete=1
  48. hidden=False
  49. infinite=False
  50. triggers
  51. {
  52. take_item(delay=2;itemid=stone_pickaxe;nbt={display:{Name:"Minertech5000",Lore:["Hope this works"]}};count=1)
  53. }
  54. type=chat_npc(uuid=dbe649c9-98ad-486a-9070-61bf19fc077c;chatline1=Tested item taken)
  55. }
  56. }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement