Advertisement
KyadCK

Untitled

Mar 29th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. Scripts:
  2. MainMenu:
  3. Script:
  4. - '@SWITCH i <clickedslot>'
  5. - ' @CASE 0'
  6. - ' @CLOSEINV <playername>'
  7. - ' @OPENINV HelpDocs'
  8. - ' @CASE 1'
  9. - ' @CLOSEINV <playername>'
  10. - ' @OPENINV WarpMenu'
  11. - '@ENDSWITCH'
  12. HelpDocs:
  13. Script:
  14. - ' @SWITCH i <clickedslot>'
  15. - ' @CASE 0'
  16. - ' @CLOSEINV <playername>'
  17. - ' @PLAYER [&dHELP&f] &e---Rules-------- '
  18. - ' @PLAYER [&dHELP&f] &6Do not grief!'
  19. - ' @PLAYER [&dHELP&f] &6Do not use profanity'
  20. - ' @PLAYER [&dHELP&f] &6Do not pester other players'
  21. - ' @PLAYER [&dHELP&f] &6Be respectful to &4ALL &6players'
  22. - ' @PLAYER [&dHELP&f] &6Do not advertise servers or websites'
  23. - ' @PLAYER [&dHELP&f] &6Listen to Admins, Mods,and Officials!'
  24. - ' @PLAYER [&dHELP&f] &6Offensive builds will not be tolerated!'
  25. - ' @PLAYER [&dHELP&f] &6Do not build close to builds owned by others'
  26. - ' @PLAYER [&dHELP&f] &6Do not post negative comments about other players'
  27. - ' @CASE 1'
  28. - ' @CLOSEINV <playername>'
  29. - ' @PLAYER [&dHELP&f] &e---Ranks-------- '
  30. - ' @PLAYER [&dHELP&f] &cGuest: &aBrand new to the server.'
  31. - ' @PLAYER [&dHELP&f] &cNew: &aBuilds in Plot World, gets Creative mode.'
  32. - ' @PLAYER [&dHELP&f] &cPlayer: &aGets access to the OverWorld.'
  33. - ' @PLAYER [&dHELP&f] &cVIP: &aGets access to All worlds, plus perks.'
  34. - ' @PLAYER [&dHELP&f] &cMod: &aStaff of the server.'
  35. - ' @PLAYER [&dHELP&f] &cAdmin: &aRuns the server.'
  36. - ' @CASE 2'
  37. - ' @CLOSEINV <playername>'
  38. - ' @PLAYER [&dHELP&f] &e---Rank Up------ '
  39. - ' @PLAYER [&dHELP&f] &cTo New: &aAccept the rules.'
  40. - ' @PLAYER [&dHELP&f] &cTo Player: &aBuild a promotable build in Plot World.'
  41. - ' @PLAYER [&dHELP&f] &cTo VIP: &aDonate to the server.'
  42. - '@ENDSWITCH'
  43. WarpMenu:
  44. Script:
  45. - '@SWITCH i <clickedslot>'
  46. - ' @CASE 0'
  47. - ' @CLOSEINV <playername>'
  48. - ' @OPENINV OverworldWarps'
  49. - ' @CASE 2'
  50. - ' @CLOSEINV <playername>'
  51. - ' @CMDOP mv tp plot_world'
  52. - ' @CASE 4'
  53. - ' @CLOSEINV <playername>'
  54. - ' @CMDOP mv tp spawn_world'
  55. - ' @CASE 6'
  56. - ' @CLOSEINV <playername>'
  57. - ' @OPENINV WaterWorldWarps'
  58. - ' @CASE 8'
  59. - ' @CLOSEINV <playername>'
  60. - ' @OPENINV SpaceWorldWarps'
  61. - '@ENDSWITCH'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement