Change it in the config: "DisplayOnEveryConnect": false

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
-
Wulf Community Admin
-
void LoadVariables()
{
backroundimageurl = Convert.ToString(GetConfig("Backround", "ImageURL", "https://i.ytimg.com/vi/yaqe1qesQ8c/maxresdefault.jpg"));
backroundimage = Convert.ToBoolean(GetConfig("Backround", "Enabled", false));
displayoneveryconnect = Convert.ToBoolean(GetConfig("Settings", "DisplayOnEveryConnect", false)); <-- May i change this ? The false to true ?
kickmsg = Convert.ToString(GetConfig("Messages", "KICK_MESSAGE", "You disagreed with the rules!"));
text = Convert.ToString(GetConfig("Messages", "RULES_MESSAGE", new List<string>{
"<color=cyan>Welcome!</color> <color=red>Bienvenue sur Les survivants de l'Apocalypse !</color>",
"<color=yellow>1.</color> Le serveur possede des regles a respecter et un systeme de mise a prix utilisable par les joueurs grace a des commandes !!",
"<color=yellow>2.</color> Avant tout, afin d'eviter d'etre kick ou ban par manque de respect des regles et pour etre informe des commandes et plugins disponnible rdv ici : ",
"<color=yellow>3.</color> Règles du serveur",
"<color=yellow>4.</color> Flood, flam, et spam sont interdit",
})); -
Wulf Community Admin
-
-
Wulf Community Admin
-
Okay thhhx a lot, i've find the way to do this !
-
What are all the colors that can be used and can you use hex codes
-
Wulf Community Admin
-
Is there a way to make this plugin open up with the command: /rules ? I don't have another plugin that would use this spot, and /rule is really a weird way to look up rules!
-
Wulf Community Admin
-
I have finally fixed it! Thanks Wulf! -
Useful plugin, but for God's sake, don't make it reset the config file if you happen to make an error with your syntax! All your work is gone. Just let it show the error in your RCON interface.
-
hi is there a way to edit the rules that are listed?
-
-
-
-
Hello.. This is a really nice Plugin .. gj .. but I have an issue.. I changed it so it would appear every time someone joins the server but it didnt work.. I changed it from false to true
-
Can I edit /rule command to /rules and how?
-
After this last update to rust the images come in very distorted. Sortof hazey or low quality to say the least.
-
Wulf Community Admin