SkinN õ.Õ'.|. submitted a new resource:
Welcome Messages - Sends a welcome message when the player connects
Read more about this resource...
Welcome Messages [Unmaintained]
Discussion in 'Plugin Support' started by NobodyFTW, Dec 11, 2015.
-
SkinN õ.Õ'.|. updated Welcome Messages with a new update entry:
Welcome Messages | Initial release
-
Can you please help me how to fix this error.
Attached Files:
-
-
Wulf Community Admin
@SkinN õ.Õ'.|., your plugin appears to be breaking the chat with missing closing tags for colors, as shown in the post above. Also reported here: Solved - Chat name color codes messed up | Oxide.
-
pls fix !!!
-
SkinN õ.Õ'.|. updated Welcome Messages with a new update entry:
Welcome Messages | Adjustments
[DOUBLEPOST=1450014452][/DOUBLEPOST]Im sorry everyone but I wasn't yet around here to answer your posts.
This is not an issue of my plugin, but actually the game's, Hurtworld seems to have the exact same issue Rust had when the chat was first introduced, when we tried to use colors in the chat it would just break it for some reason. Welcome Messages was using the exact same system my Notifier plugin (for Rust) uses, I haven't changed the code and the default messages are fine has I have tested them precisely. Though I am aware this is still an issue, so I have removed the Notifier system and replaced the system's format with HTML's, so this said it means if the chat "breaks" its not the plugin but actually the game.
P.S: I experienced this when I first tested the plugin and tried HTML first, and it still broke the chat. -
[DOUBLEPOST=1450015637][/DOUBLEPOST]still same problemLast edited by a moderator: Dec 13, 2015 -
how can I edit the message?
-
Open your configuration file and edit with something like this:
Code:{ "MESSAGES": [ "Message #1", "Message #2", "Message #3", ] }
Note 1: Currently there is only one name format you can use in these messages, which is {username}, this {username} will be replaced with the player name. I will work to add a bunch more in the future.
Note 2: If you want help to make sure json is correct use jsonlint.com to validate your config file, otherwise if you don't manage to fix your errors you can always upload your config file here so I can help you with them.
Enjoy it.
[DOUBLEPOST=1450027565][/DOUBLEPOST]
There is just nothing that I can do.Last edited by a moderator: Dec 13, 2015 -
Thank you I got xD -
But wait, if MOTD and BetterChat can use HTML to edit the colors of the chat, why do their plugins not break the chat?
-
-
Wulf Community Admin
-
SkinN õ.Õ'.|. updated Welcome Messages with a new update entry:
Welcome Messages | Adjustments
-
Wulf Community Admin
If there is an issue with the Oxide library functions @SkinN õ.Õ'.|., please let me know. They are there to make plugin breakage happen less, so if there is an issue we need to know. There shouldn't be any issue with them though, as they handle it the same was as calling it directly.
-
hello your plugin dont work on my server can u help me plz ?
i instal on oxide / plugin
/kit mod is online and no probleme to work i dont have idea -
Wulf Community Admin
-
This is the error i get now.
Code:[Oxide] 11:35 PM [Error] Failed to call hook 'OnPlayerConnected' on plugin 'welc omemessages v1.0.2' Traceback (most recent call last): File "welcomemessages.py", line 90, in OnPlayerConnected File "welcomemessages.py", line 70, in tell RuntimeError: Failed to call OnPlayerConnected (ArgumentTypeException: expected NetworkPlayer, got NoneType) at Microsoft.Scripting.Interpreter.ThrowInstruction.Run (Microsoft.Scripting.I nterpreter.InterpretedFrame frame) [0x00000] in <filename unknown>:0 at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interp reter.InterpretedFrame frame) [0x00000] in <filename unknown>:0
-
-
I installed oxide and I put plugins in the oxide/plugins folder, but none of the plugins config files show up in the oxide/config folder even when I restart server. Even typing oxide.reload or oxide.unload I get a unknown command. I used to have a Rust server, so I have experience with oxide.