Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[XtreamCraft Commands help
- Made by Sjele
- For xtreamcraft.net
- --]]
- function sClear()
- term.clear()
- term.setCursorPos(1, 1)
- end
- function help()
- sClear()
- print("Commands ")
- print("---------------------------------------------")
- print("You get help with: Usage: ")
- print("Staff List xtreamcraft.staffList()")
- print("Credits xtreamcraft.credit() ")
- print("Rules xtreamcraft.rules() ")
- print("Forums xtreamcraft.forum() ")
- print("Ts3 xtreamcraft.ts3() ")
- print("---------------------------------------------")
- end
- function staffList()
- sClear()
- print(" Staff List ")
- print("-----------------------------------------------------")
- print(" I Owner: MikeKrason I ")
- print("-----------------------------------------------------")
- print("Head Admins: Admins: Mods: Agt: ")
- print("CursedSteal7 ZenMender Timuk_lol ")
- print("BucceneerRex Shadow1 DustRiderX")
- print("FRazzleDolph TheChosenJesse ")
- print(" Sjele ")
- print("-----------------------------------------------------")
- end
- --[[
- Need to fix staff list!
- Need to re-add links.
- --]]
- function credit()
- sClear()
- print ("-----------------------------------------------")
- print (" Credits ")
- print ("-----------------------------------------------")
- textutils.slowPrint(" MikeKrason --- For making this Server ")
- textutils.slowPrint(" ZenMender --- For providing our website ")
- textutils.slowPrint(" Sjele --- For making this program ")
- textutils.slowPrint(" Donors --- For donating ")
- textutils.slowPrint(" Conwaia --- For doing forums graphics ")
- textutils.slowPrint(" Staff --- For moderating/administating")
- print ("-----------------------------------------------")
- end
- function rules()
- sClear()
- print("----------------------")
- print(" Server ")
- print(" Rules ")
- print("----------------------")
- print(" No griefing ")
- print(" No Spaming ")
- print(" No insulting ")
- print("No arguing with staff ")
- print("No impersonating staff")
- print("----------------------")
- print("xxxxxxxxxxxxxxxxxxxxxx")
- print("----------------------")
- print(" Ts3 ")
- print(" Rules ")
- print("----------------------")
- print(" No spamming noices ")
- print(" No Recording ")
- print(" No spamming text chat")
- print("----------------------")
- print("xxxxxxxxxxxxxxxxxxxxxx")
- print("----------------------")
- print(" Forum ")
- print(" Rules ")
- print("----------------------")
- print(" Listed ")
- print(" At ")
- print(" (hidden) ")
- print("----------------------")
- end
- function fourm()
- sClear()
- print("----------------------")
- print(" Forums Website ")
- print(" (Hidden) ")
- print("----------------------")
- end
- function claim()
- sClear()
- print("-----------------------------")
- print("Things you need to claim: ")
- print("Gold shovel ")
- print("Enough claim blocks ")
- print("-----------------------------")
- print("How do i get claim blocks? ")
- print("You get 100 each hour ")
- print("You get some each 5 min ")
- print("-----------------------------")
- print("How do i claim? ")
- print("You mark to oppisite corners ")
- print("One under floor ")
- print("And one above roof ")
- print("-----------------------------")
- print("Is my house claimed? ")
- print("Right click with a stick ")
- print("In you're house ")
- print("Then it will pop up markers ")
- print("Check if they cover the house")
- print("-----------------------------")
- end
- function ts3()
- sClear()
- print("What is ts3 ")
- print("Ts3 is short for Team Speak 3 ")
- print("You can chat with players ")
- print("Using voice or text ")
- print("-------------------------------")
- print("How do i get Ts3? ")
- print("Google Team Speak 3 ")
- print("-------------------------------")
- print("How do i get on Ts3 server ")
- print("Find connections tab ")
- print("Press connect in put in our ip ")
- print("-------------------------------")
- print("Whats the Team Speak ip? ")
- print("It is : (Hidden) ")
- print("-------------------------------")
- print("Ts3 rules ")
- print("No Spamming (voice or text) ")
- print("No recording ")
- print("-------------------------------")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement