Advertisement
sjele

Need help with api2

Aug 15th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. --[[XtreamCraft Commands help
  2. Made by Sjele
  3. For xtreamcraft.net
  4. --]]
  5. function sClear()
  6. term.clear()
  7. term.setCursorPos(1, 1)
  8. end
  9.  
  10. function help()
  11. sClear()
  12. print("Commands ")
  13. print("---------------------------------------------")
  14. print("You get help with: Usage: ")
  15. print("Staff List xtreamcraft.staffList()")
  16. print("Credits xtreamcraft.credit() ")
  17. print("Rules xtreamcraft.rules() ")
  18. print("Forums xtreamcraft.forum() ")
  19. print("Ts3 xtreamcraft.ts3() ")
  20. print("---------------------------------------------")
  21.  
  22. end
  23.  
  24. function staffList()
  25. sClear()
  26. print(" Staff List ")
  27. print("-----------------------------------------------------")
  28. print(" I Owner: MikeKrason I ")
  29. print("-----------------------------------------------------")
  30. print("Head Admins: Admins: Mods: Agt: ")
  31. print("CursedSteal7 ZenMender Timuk_lol ")
  32. print("BucceneerRex Shadow1 DustRiderX")
  33. print("FRazzleDolph TheChosenJesse ")
  34. print(" Sjele ")
  35. print("-----------------------------------------------------")
  36.  
  37. end
  38. --[[
  39. Need to fix staff list!
  40. Need to re-add links.
  41. --]]
  42.  
  43. function credit()
  44. sClear()
  45. print ("-----------------------------------------------")
  46. print (" Credits ")
  47. print ("-----------------------------------------------")
  48. textutils.slowPrint(" MikeKrason --- For making this Server ")
  49. textutils.slowPrint(" ZenMender --- For providing our website ")
  50. textutils.slowPrint(" Sjele --- For making this program ")
  51. textutils.slowPrint(" Donors --- For donating ")
  52. textutils.slowPrint(" Conwaia --- For doing forums graphics ")
  53. textutils.slowPrint(" Staff --- For moderating/administating")
  54. print ("-----------------------------------------------")
  55. end
  56.  
  57. function rules()
  58. sClear()
  59. print("----------------------")
  60. print(" Server ")
  61. print(" Rules ")
  62. print("----------------------")
  63. print(" No griefing ")
  64. print(" No Spaming ")
  65. print(" No insulting ")
  66. print("No arguing with staff ")
  67. print("No impersonating staff")
  68. print("----------------------")
  69. print("xxxxxxxxxxxxxxxxxxxxxx")
  70. print("----------------------")
  71. print(" Ts3 ")
  72. print(" Rules ")
  73. print("----------------------")
  74. print(" No spamming noices ")
  75. print(" No Recording ")
  76. print(" No spamming text chat")
  77. print("----------------------")
  78. print("xxxxxxxxxxxxxxxxxxxxxx")
  79. print("----------------------")
  80. print(" Forum ")
  81. print(" Rules ")
  82. print("----------------------")
  83. print(" Listed ")
  84. print(" At ")
  85. print(" (hidden) ")
  86. print("----------------------")
  87.  
  88. end
  89.  
  90. function fourm()
  91. sClear()
  92. print("----------------------")
  93. print(" Forums Website ")
  94. print(" (Hidden) ")
  95. print("----------------------")
  96. end
  97.  
  98. function claim()
  99. sClear()
  100. print("-----------------------------")
  101. print("Things you need to claim: ")
  102. print("Gold shovel ")
  103. print("Enough claim blocks ")
  104. print("-----------------------------")
  105. print("How do i get claim blocks? ")
  106. print("You get 100 each hour ")
  107. print("You get some each 5 min ")
  108. print("-----------------------------")
  109. print("How do i claim? ")
  110. print("You mark to oppisite corners ")
  111. print("One under floor ")
  112. print("And one above roof ")
  113. print("-----------------------------")
  114. print("Is my house claimed? ")
  115. print("Right click with a stick ")
  116. print("In you're house ")
  117. print("Then it will pop up markers ")
  118. print("Check if they cover the house")
  119. print("-----------------------------")
  120.  
  121. end
  122.  
  123. function ts3()
  124. sClear()
  125. print("What is ts3 ")
  126. print("Ts3 is short for Team Speak 3 ")
  127. print("You can chat with players ")
  128. print("Using voice or text ")
  129. print("-------------------------------")
  130. print("How do i get Ts3? ")
  131. print("Google Team Speak 3 ")
  132. print("-------------------------------")
  133. print("How do i get on Ts3 server ")
  134. print("Find connections tab ")
  135. print("Press connect in put in our ip ")
  136. print("-------------------------------")
  137. print("Whats the Team Speak ip? ")
  138. print("It is : (Hidden) ")
  139. print("-------------------------------")
  140. print("Ts3 rules ")
  141. print("No Spamming (voice or text) ")
  142. print("No recording ")
  143. print("-------------------------------")
  144. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement