Mughisi submitted a new resource:
Information Announcer - Basic announcer for Rust Legacy: join/leave messages, rules, broadcasts & version command
Read more about this resource...
Information Announcer [Unmaintained]
Discussion in 'Plugin Support' started by Mughisi, May 5, 2015.
-
Great! Thank you Mughisi.
Few suggestions you should add:
- Message of the day
- Multiline support for broadcasts
- Add the option to send broadcasts randomly or one after the other (first line, second line, third line - first line, second line, third line, etc.)
Other than that it works great so far! -
This works great, some good ideas above. Just a note it also overwrites the other rules plugin if you have that installed but thats no biggie i'll just use rules in this one now.
-
-
EDIT: I suggested multiline support for broadcast, but I just saw that Ideal had requested it.
Last edited by a moderator: May 15, 2015 -
For example 1 message per inval will look like this:
Oxide: This is line 1
Oxide: This is line 2
Oxide: This is line 3 -
How do I turn off Join/Leave message for this plugin? I've got a plugin for this already, I just needed this for Rules.
View screenshot: http://prntscr.com/7oel1r
Edit: As you can see I already removed the Join Message in Config for this addon but it didn't work. Even restarted server. Need this for /Rules ;PLast edited by a moderator: Jul 3, 2015 -
Code:
"ConnectionSettings": { "Enabled": false,
[DOUBLEPOST=1435943535][/DOUBLEPOST]
Code:private void OnPlayerConnected(NetUser player) { /*if (!watcherEnabled) return; var message = string.Format(joined, player.displayName); if (log) Log(message); if (showChatPrefixW) BroadcastMessage(chatPrefix, message); else BroadcastMessage(message);*/ } private void OnPlayerDisconnected(uLink.NetworkPlayer player) { /*if (!watcherEnabled) return; var netUser = player.GetLocalData<NetUser>(); var message = string.Format(left, netUser.displayName); if (log) Log(message); if (showChatPrefixW) BroadcastMessage(chatPrefix, message); else BroadcastMessage(message);*/ }
[DOUBLEPOST=1435943982][/DOUBLEPOST]Here is a plugin that ONLY has /rules: http://oxidemod.org/plugins/serverrules.945/Last edited by a moderator: Jul 3, 2015 -
Hi new to this plugin.. How do I have the broadcast messages all appear at once? I have the interval at 300 so they space out but I would like them all to appear after 300 seconds
-
Wulf Community Admin
-
oh man
okay
-
need a help with this plugin !!1
when it try to do it in russian its make a bug with it !! its dont change it or jsut put a ????????
maybe you know what to do ? -
Wulf Community Admin
-
i dont understand maybe you can help me in skype ?
-
-
okey and when i made a file like this when i need to put them ?
-
If yes: \oxide\configs\ -
after it restart ?
[DOUBLEPOST=1444144156][/DOUBLEPOST]still didnt work
[DOUBLEPOST=1444144188][/DOUBLEPOST]this my file check him pleaseAttached Files:
-
-
Did you upload it to \oxide\configs\ and replace/overwrite the existing file when/if asked?
And yes, restarting the server should reload the config file, but you don't have to restart the server as you can reload a plugin by using:
Code:oxide.reload Announcer
-
yes i confirm the overwrite but still nothing changed !! but when i try to do it on the unticheat and remove its work great !!