Is it possible to add a character filter because some characters corrupt players data files like rust does or did..
Information Announcer
Join/leave messages, rules, broadcasts & custom commands
Total Downloads: 2,610 - First Release: May 5, 2015 - Last Update: May 23, 2015
- 4.73333/5, 15 likes
-
For the life of me, I cannot figure out how to get it to show my modified rules. This is my announcement.jsn file.
Code:{ "BroadcasterSettings": { "Enabled": true, "Interval": 30, "ShowChatPrefix": true }, "BroadCasterSettings": { "BroadcastMessages": [ "Thanks for playing on Ethix Gaming's Reign of Kings Server!" "Don't forget to bring your friends!", "Type /rules to see our server's rules!" ] }, "ConnectionSettings": { "Enabled": true, "Log": true, "ShowChatPrefix": true }, "Messages": { "PlayerJoined": "{0} has joined the server!", "PlayerLeft": "{0} has left the server" }, "RulesSettings": { "Enabled": true, "Rules": [ "1. Do not cheat on our server.", "2. No Exploiting!", "3. Do not harass other players!", "4. Do not Kos! This is an RP Server.", "5. Do not build around resources to prevent other players from acquiring them!.", "Not complying with these rules may result in a ban at any given time." ], "ShowChatPrefix": true }, "Settings": { "ChatPrefix": "Server" } }
Last edited by a moderator: May 16, 2015 -
Code:{ "BroadcasterSettings": { "Enabled": true, "Interval": 30, "ShowChatPrefix": true }, "BroadCasterSettings": { "BroadcastMessages": [ "Thanks for playing on Ethix Gaming's Reign of Kings Server!", "Don't forget to bring your friends!", "Type /rules to see our server's rules!" ] }, "ConnectionSettings": { "Enabled": true, "Log": true, "ShowChatPrefix": true }, "Messages": { "PlayerJoined": "{0} has joined the server!", "PlayerLeft": "{0} has left the server" }, "RulesSettings": { "Enabled": true, "Rules": [ "1. Do not cheat on our server.", "2. No Exploiting!", "3. Do not harass other players!", "4. Do not Kos! This is an RP Server.", "5. Do not build around resources to prevent other players from acquiring them!.", "Not complying with these rules may result in a ban at any given time." ], "ShowChatPrefix": true }, "Settings": { "ChatPrefix": "Server" } }
-
That did the trick! Thanks. Sorry, yeah. Pretty new to this stuff if it wasnt obvious already. Didn't realize I could do that
-
Is there a way to remove the player left message? I tried deleting that line but it keeps coming back!
-
Wulf Community Admin
-
Is there a way to add more than just rules? for example have /rules and /???? with another new list?
-
-
could have great uses. i currently use it for in game item prices for my economy system but my players still have to type /rules. I would love them to be able to type /prices and maybe /rules for the actual rules
-
-
Wulf Community Admin
-
This is all the I tried:
Code:// Plugin messages string defaultJoined = "{0} has joined the server!"; #string defaultLeft = "{0} has left the server"; string joined; string left;
Code:// Plugin messages joined = Convert.ToString(GetConfigValue("Messages", "PlayerJoined", defaultJoined)); #left = Convert.ToString(GetConfigValue("Messages", "PlayerLeft", defaultLeft));
-
Wulf Community Admin
Try the attachment below.Attached Files:
-
-
Ok that may be why
where do I place the // then?
-
Wulf Community Admin
-
Done and done thankyou muchly Sir. Now we just need to make Admin's exempt from the playerjoin messages.
-
I am a total newb at this. I have my new ROK server set up. I just installed Oxide 2.0 on it. I am also trying to install info announcer. I put them all in the root directory. Can anyone point me in the right direction? Please and thank you.
-
Wulf Community Admin
-
-
Wulf Community Admin