SHOW:
|
|
- or go back to the newest paste.
1 | --[[ | |
2 | Spawn message board by AngelMalus | |
3 | Feb9 2013 | |
4 | ]]-- | |
5 | ||
6 | - | m = peripheral.wrap("back") |
6 | + | m = peripheral.wrap("top") |
7 | ||
8 | m.setBackgroundColor(colors.cyan) | |
9 | m.clear() | |
10 | w,h = m.getSize() | |
11 | print(w.." "..h) | |
12 | m.setCursorPos(1,1) | |
13 | --m.write("12345678901234567890123456789012345678901234567890") | |
14 | ||
15 | m.write(" Welcome to Jebus Tekkit Lite Server ") | |
16 | m.setCursorPos(1,2) | |
17 | m.write("--------------------------------------------------") | |
18 | m.setCursorPos(1,3) | |
19 | m.write(" Starting up:") | |
20 | m.setCursorPos(1,4) | |
21 | - | m.write(" 1 - Walk far from spawn ") |
21 | + | m.write(" 1 - Use the 'Leave Spawn' area ") |
22 | m.setCursorPos(1,5) | |
23 | m.write(" 2 - You will see a message that you can build") | |
24 | m.setCursorPos(1,6) | |
25 | - | m.write(" 3 - Gather wood and make a chest (not provided)") |
25 | + | m.write(" 3 - After making and placing your first chest") |
26 | m.setCursorPos(1,7) | |
27 | - | m.write(" 4 - 20 blocks from each side of the chest") |
27 | + | m.write(" 4 - An area around it will be protected to you") |
28 | m.setCursorPos(1,8) | |
29 | - | m.write(" is your protected area") |
29 | + | m.write(" (some tekkit items are unsafe - BE CAREFUL") |
30 | m.setCursorPos(1,9) | |
31 | - | m.write(" 5 - If you want to move use: /abandonallclaims") |
31 | + | m.write(" 5 - If you want to move use: /abandonclaim") |
32 | m.setCursorPos(1,10) | |
33 | - | m.write(" 6 - Placing a chest again will make new home") |
33 | + | m.write(" 6 - Use a golden shovel to edit/see your claim") |
34 | m.setCursorPos(1,11) | |
35 | - | m.write(" 7 - You can expand the area with a gold shovel") |
35 | + | m.write(" 7 - You gain 100 claim blocks per hour.") |
36 | m.setCursorPos(1,12) | |
37 | - | m.write(" 8 - Server grants 100 blocks/hour (human time)") |
37 | + | m.write(" 8 - KeepInventory is OVERWORLD ONLY") |
38 | m.setCursorPos(1,13) | |
39 | m.write(" 9 - Read command /rules regularly") | |
40 | m.setCursorPos(1,14) | |
41 | m.write(" 10 - Talk about the server at www.jebusadventures.net") |