This plugin doesn't work for me, tried everything, i even went as far as reinstalling my server files, and still, i get the "Unknown Command: popupmsg"

Popup Notifications
Popup notifications that can be created by admins and other plugins
Total Downloads: 9,351 - First Release: Jul 22, 2015 - Last Update: Feb 18, 2018
- 5/5, 30 likes
-
Hey is there any way i could change the colour? Can you tell me where i should do the code thanks!
[DOUBLEPOST=1456074326][/DOUBLEPOST]I mean like every time you do a message its coloured not just from typing <color> -
Is there a way to center it on the screen? Or did i miss that post
-
Wulf Community Admin
-
PATH: \server\config\PopupNotifications.json
Code:{ "DefaultShowDuration": 8.0, "FadeTime": 1.0, "Height": 0.1, "MaxShownMessages": 5, "PositionX": 0.4, "PositionY": 0.45, "ScrollDown": true, "Spacing": 0.01, "Transparency": 0.3, "Width": 0.19 }
-
notice.popupall - Command not found - plz hel
-
its popupmsg.global
-
-
I use Rust Admin to display these commands, and apparently it does not work with this plugin. Thanks for answers.
-
I dont mean to sound stupid, but I am a 55 year old admin of Fe203-H20 PVE modded and I really haven't figured out the instance thing, I more or less get the "C" code but I don't know where to put it,,,hahahaha at my age I should know...seriously though
could you possible give me a quick little where and what, I am running a Vilayer Server so cut and paste is pretty good. Thanks to anyone who wants to help the elderly lol... Respect your elders -
-
Hi, emu.
REQUEST Order
- new line
(type: text \n text message) - background color chenge
- new line
-
[DOUBLEPOST=1459084695][/DOUBLEPOST] -
-
-
-
I finally got around to installing this and I like it. It keeps the right info out of the chat box and in front of the players so they can see it better .. Thank you keep up the good work.. Rust on my brother.
-
@emu
I am using this with MagicCraft which replaces the usual crafting GUI that comes up the side, so my desire was to have the popups start at the bottom and when more than one is displayed, the next get's displayed on top instead of getting displayed on the bottom, similar to how the normal crafting GUI works.
I have just made some small changes to the code to put this in the configuration file and be easily configurable for the average user without editing the C# file. If you would like this option to be available in your releases, let me know and I can serve you up the C# file to take a look at.
The new config file looks like this:
Code:{ "DefaultShowDuration": 8.0, "FadeTime": 1.0, "Height": 0.1, "MaxShownMessages": 7, "PositionX": 0.8, "PositionY": 0.78, "Scroll": true, "ScrollUp": false, "Spacing": 0.01, "Transparency": 0.7, "Width": 0.19 }
Last edited by a moderator: Apr 17, 2016 -
Hi,
How are you? Just wondering if there is any way to set this up with scheduled messages for restarts and the like?
Thank you
NUG - Soul -
@NUG - Soul_Mystic
Use the plugin Timed Execute with the command:Code:popupmsg.global 'Restart in 1 hour.'
Code:"06:00:00": "popupmsg.global 'Restart in 1 hour.'",
If you are anal like me and don't want the apostrophes showing at the start and end of the message, send me a PM and I will give you the PopupNotifications.cs file which I added some code to for removing the apostrophes from the start and end of the message.
@emu If you would also like this extra piece of code I added, let me know and I can give you the C# file.Last edited by a moderator: Apr 27, 2016