What should I do with this, like how do I fix this? I have more in the config that cant fit into the screen so im trying to make it smaller, but that doesn't seem to be working..
So my main problems are the <color><size> thing, the lack of space, and the /r at the end..
[EDIT]: I fixed the <color> and <size> thing, but I still don't know how to turn off the "/r"

Rules GUI
This plugin displays the rules on connect.
Total Downloads: 9,342 - First Release: Jul 19, 2015 - Last Update: Feb 3, 2017
- 5/5, 25 likes
-
Attached Files:
Last edited by a moderator: Jul 3, 2018 -
-
You're using \r, not /r.
-
Wulf Community Admin
-
Code:{ "Backround": { "Enabled": false, "ImageURL": "[URL]https://i.ytimg.com/vi/yaqe1qesQ8c/maxresdefault.jpg[/URL]" }, "Messages": { "KICK_MESSAGE": "You disagreed with the rules!", "RULES_MESSAGE": [ "<size=20>3x - Solo/Duo/Trio - Loot+</size>, \n <size=30><color=orange>Rags to Riches</color></size>, \n <color=red>CHAT RULES</color>, \n <size=15><color=brown>1.</color> Be smart.</size>, \n <size=15><color=brown>3.</color> Real life threats (not in game).</size>, \n <size=15><color=brown>4.</color> Being disrespectful constantly, (using slurs, racially, personally, or religiously).</size>, \n <size=15><color=brown>5.</color> Flooding, flaming, spam, printing in capital letters (CAPS LOCK).</size>, \n <size=15><color=brown>6.</color> Using other's personal content without their permission.</size>, \n <size=15><color=brown>7.</color> Advertisement.</size>, \n <color=red>GAME RULES</color>, \n <size=15><color=brown>1.</color> Absolutely NO hacking/glitching/exploiting.</size>, \n <size=15><color=brown>2.</color> No walling off monuments, however, walling off Quarries is ok.</size>, \n <size=15><color=brown>3.</color> No groups with NO MORE than 3 players online.</size>, \n <size=15><color=brown>4.</color> Anytime our tools track more than 3 players, ALL players will be punished.</size>, \n <size=15><color=brown>5.</color> Make sure your whole team knows the player limit.</size>, \n <size=15><color=brown>6.</color> Having allies/slaves is considered teaming, be careful.</size>, \n <size=15><color=brown>7.</color> Report any rule breakers, complaints, or ideas for the server, use the command</size>, \n <size=20><color=brown>/ticket create 'message' (Be respectful, remember the chat rules.)</color></size>, \n <size=15><color=brown>8.</color> Have fun!</size>, \n <color=red>Use /rule or /rules to see this message again.</color>" ] }, "Settings": { "DisplayOnEveryConnect": false } }
Last edited by a moderator: Jul 3, 2018 -
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin
-
Code:
{ "Backround": { "Enabled": false, "ImageURL": "https://i.ytimg.com/vi/yaqe1qesQ8c/maxresdefault.jpg" }, "Messages": { "KICK_MESSAGE": "You disagreed with the rules!", "RULES_MESSAGE": [ "<size=20>3x - Solo/Duo/Trio - Loot+</size>", "<size=30><color=orange>Rags to Riches</color></size>", "<color=red>CHAT RULES</color>", "<size=15><color=brown>1.</color> Be smart.</size>", "<size=15><color=brown>3.</color> Real life threats (not in game).</size>", "<size=15><color=brown>4.</color> Being disrespectful constantly, (using slurs, racially, personally, or religiously).</size>", "<size=15><color=brown>5.</color> Flooding, flaming, spam, printing in capital letters (CAPS LOCK).</size>", "<size=15><color=brown>6.</color> Using other's personal content without their permission.</size>", "<size=15><color=brown>7.</color> Advertisement.</size>", "<color=red>GAME RULES</color>", "<size=15><color=brown>1.</color> Absolutely NO hacking/glitching/exploiting.</size>", "<size=15><color=brown>2.</color> No walling off monuments, however, walling off Quarries is ok.</size>", "<size=15><color=brown>3.</color> No groups with NO MORE than 3 players online.</size>", "<size=15><color=brown>4.</color> Anytime our tools track more than 3 players, ALL players will be punished.</size>", "<size=15><color=brown>5.</color> Make sure your whole team knows the player limit.</size>", "<size=15><color=brown>6.</color> Having allies/slaves is considered teaming, be careful.</size>", "<size=15><color=brown>7.</color> Report any rule breakers, complaints, or ideas for the server, use the command</size>", "<size=20><color=brown>/ticket create 'message' (Be respectful, remember the chat rules.)</color></size>", "<size=15><color=brown>8.</color> Have fun!</size>", "<color=red>Use /rule or /rules to see this message again.</color>" ] }, "Settings": { "DisplayOnEveryConnect": false } }
I fixed the \r problem, but nothing fits, it just stops at game rules, like everything is spaced wayyy too far apart, same as my original picture -
Wulf Community Admin
-
Attached Files:
-
-
Wulf Community Admin
-
-
Wulf Community Admin
Code:"<size=15><color=brown>1.</color> Be smart.</size>", "<size=15><color=brown>3.</color> Real life threats\n(not in game).</size>",
-
You might also want to look at ServerInfo if you want more information provided to players.
-
-
oxide.grant group admin rulesgui.usecmd
Then download the config to your desktop edit it with notepad++ once you add what you want unload plugin upload edited config then reload plugin
Note: only use notepad++ when editing and json file -
Attached Files:
-
-