Hello great plugin no issues. I only have one question as of this time. The "ads" come in a random order it seems. Is there a way to make it go down the list so I can make sure they are all getting out. Sorry if this has already been answered.
Notifier [Unmaintained]
Discussion in 'Plugin Support' started by NobodyFTW, Feb 1, 2015.
-
-
-
The workaround doesnt work for me
-
[ERROR] Web request callback raised an exception...
I just took those lines out that make the call, and the plugin still works, but it just doesn't retrieve the country you're in. Are you getting any console error messages? -
Hi, sorry to ask such a silly question. How would I set the "MOTD"? I try the command /motd in chat but it says it is an unknown command. Thanks for the help - sorry for the silly question.
-
-
-
is it possible for me to change the join and quit messages?
i want this to be the code: <color=#00ccff>{player.name}<end><color=#A4A4A4> Joined || {player.country}<end> <color=#00FF00>✔<end>
i tried editing line 367 in the plugin, the plugin loads fine, but its still the old message.
i dont see any options in the config file.
please help -
-
worked wonders, cheers!
-
Hello, Im trying to add something like a /about to list server settings, ect. I edited the .cs file adding:
SetConfig(cmds, "Triggers", "About", new List<string> { "/about" });
SetConfig(cmds, "Settings", "About", true);
But im not sure what else to add or where to add the list. Can some help?
EDIT: I figured this out and boy it was alot harder than expected.Last edited by a moderator: Sep 20, 2016 -
Maybe I'm missing something. I am very new to hosting but am doing so with a handful of other mods.
What is the command or how do I go about entering messages to pop up at set intervals? I'm new so the command would be very helpful. I appreciate the help. -
Is it possible for only admins to see join/quit messages?
-
Code:"Advert Messages": [ "Please be respectful with all the other players", "Cheating or abusing of game exploits may result in a <red>permanent<end> ban.", "You are playing on: <orange>{server.hostname}<end>", "There are <orange>{players.active}<silver>/<end>{server.maxplayers} <silver>players playing in the server, and<end> {players.sleepers}<end> sleepers.", "Check <cyan>Notifier's<end> commands with <orange>/notifier help<end> command." ],
Code:"Schedule Messages": { "00:46": [ "It is now <orange>{localtime.now}<end> (Server local time)" ], "00:47": [ "It is now <orange>{localtime.date} {localtime.now}<end> (Server local time)" ]
-
None of my plugins are working for my server any one know how to fix this?
-
For some strange reason, it's broadcasting the time now randomly. I can't see where the setting is to get rid of that in the config file. Does anyone know how to make it stop that?
-
For a stab in the dark: Did you update your server? Did you reinstall oxide after? (if not, that is why)
Otherwise, look at the console logs and provide what you're seeing if you want even a chance of someone being able to help you.
Was it ever working? What was done between it working and not? -
Is it possible to have the players country only show to admins when someone joins?
I want the join message viewable for everyone, but the country only for admins
Thanks