07-11-2013, 03:54 PM
Hello there! I am working on a router for my minecraft computer, and lately I have been wondering, because I am adding servers to my router, If people could program some websites. If one person could program a website, I would be more then happy to host it on minecraft. This server uses SHTL, or Server Hyper-Text Language. If you can program, I suggest learning this simple language, here is the language!
SHTL Programming Guide
1. Every command has a letter. When adding anything after, add a double space and a semicolon. 8 lines of code are allowed in a server
2. To write words, you use the w command, and use quotation marks. Only 8 letters are allowed in each line. Example:
This code will display Welcome on the first line
3. To add an IP address, use the I command. IP addresses have 1 hexadecimal digit. Example:
This will allow your server to be the IP A. If there is a duplicate IP, we will change it.
4. Example Program
Server page:
SnugglyC
CPU OUT!
COMPUTER
Being
worked
on
We need some programmers, so come in now!
Thanks, Zach.
SHTL Programming Guide
1. Every command has a letter. When adding anything after, add a double space and a semicolon. 8 lines of code are allowed in a server
2. To write words, you use the w command, and use quotation marks. Only 8 letters are allowed in each line. Example:
Code:
W ;"Welcome"
3. To add an IP address, use the I command. IP addresses have 1 hexadecimal digit. Example:
Code:
I ;A
4. Example Program
Code:
I ;5
W ;"SnugglyC"
W ;"CPU OUT!"
W ;""
W ;"COMPUTER"
W ;"Being"
W ;"worked"
W ;"on!
Server page:
SnugglyC
CPU OUT!
COMPUTER
Being
worked
on
We need some programmers, so come in now!
Thanks, Zach.