ItzOPOfficial

Minecraft - Custom Help - ( Script )

Dec 6th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. command /help [<text>]:
  2. trigger:
  3. if arg-1 is not set:
  4. message " &c&lRPChristmas &7(1/2)"
  5. message "&8&m+---------------------|---------------------+"
  6. message "&7"
  7. message "&7Start your journey at the blacksmith &c[/warp BlackSmith]"
  8. message "&7You can buy an axe from the blacksmith,"
  9. message "&7Once you purchase an axe,"
  10. message "&7You can check out the Lumberjack &c[/warp LumberJack]"
  11. message "&7"
  12. message "&8&m+---------------------|---------------------+"
  13. if arg-1 is "1":
  14. message " &c&lRPChristmas &7(1/2)"
  15. message "&8&m+---------------------|---------------------+"
  16. message "&7"
  17. message "&7Start your journey at the blacksmith &7[/warp BlackSmith]"
  18. message "&7You can buy an axe from the blacksmith,"
  19. message "&7Once you purchase an axe,"
  20. message "&7You can check out the Lumberjack &7[/warp LumberJack]"
  21. message "&7"
  22. message "&8&m+---------------------|---------------------+"
  23. if arg-1 is "2":
  24. message " &c&lRPChristmas &7(2/2)"
  25. message "&8&m+---------------------|---------------------+"
  26. message "&7"
  27. message "&7Want to start making toys & wrapping them?"
  28. message "&7Wrap & make toys at the WorkHouse &c[/warp WorkHouse]"
  29. message "&7"
  30. message "&7"
  31. message "&7"
  32. message "&8&m+---------------------|---------------------+"
Advertisement
Add Comment
Please, Sign In to add comment