Guide:

Configuration Guide!

The Config thats generated looks like this:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Texts:
    text1:
        text: This is a demo text
        color:
            red: 1
            blue: 1
            green: 1
        posy: 100
        posx: 100
        size: 2
  • text1 - text1 is the name of that text, 2 texts cant have the same name
  • text - This is the text that will be displayed
  • Color red, blue, green - This is the color of the tex, in RGB format
  • posy - Y position of the text
  • posx - X position of the text
  • size - The size of the text, You can make decimals like, 1.25, or 5.11 etc...

Multiple texts:

you can add more texts easily, an example of this:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
Texts:  
    text1:
        text: This is text 1
        color:
            red: 1
            blue: 1
            green: 1
        posy: 100
        posx: 100
        size: 2
    text2:
        text: this is text 2, both of us will be displayed!
        color:
            red: 1
            blue: 1
            green: 1
        posy: 100
        posx: 100
        size: 2

Just remember that 2 texts cant have the same name, then only one text will be displayed. i have no idea what the maximum number is but i guess you could go over 1000's of texts if you want.

Variables: You can add a variable in anywhere in your text! (cant start with one tough, but will come a solution to htis in 1.3!) Current variables - come with more suggestions please!: %date% - Server date %realservertime% - Server realtime %player% - the name of the player that sees the MOTD %IP% - ip adress of the player that is seeing the MOTD %world% - The world the player is on %level% - the player's experience level %xptonextlvl% - displays the xperience points to next level, (i think it does that atleast) %totalxp% displays the total experience points


Comments

Posts Quoted:
Reply
Clear All Quotes