delete your config file and reload the plugin. Then update your messages.
Death Messages [Unmaintained]
Discussion in 'Plugin Support' started by Hatemail, Apr 21, 2015.
-
I have installed and reloaded it.
I try to write, solved or not.
Give me a 2-4 hours, please.
Log:
Code:[Oxide] 8:28 AM [Debug] Load requested for plugin which is already loading: DeathMessages [Oxide] 8:28 AM [Debug] Load requested for plugin which is already loading: Death [Oxide] 8:28 AM [Error] DeathMessages plugin failed to compile! [Oxide] 8:28 AM [Error] DeathMessages.cs(35,28): error CS1525: Unexpected symbol `end-of-file', expecting `(', `[', or `{' [Oxide] 8:28 AM [Error] Death plugin failed to compile! [Oxide] 8:28 AM [Error] Death.cs(70,53): error CS1525: Unexpected symbol `end-of-file' > oxide.reload Death [Oxide] 8:29 AM [Info] Death was compiled successfully in 469ms [Oxide] 8:29 AM [Info] Loaded plugin Death API v0.1.0 by Hatemail > oxide.reload DeathMessages [Oxide] 8:29 AM [Info] DeathMessages was compiled successfully in 117ms [Oxide] 8:29 AM [Info] Loaded plugin Death Messages v0.1.1 by Hatemail
-
I need the config file it generated and not the log.
-
Attached Files:
-
-
everything looks fine. I don't see the problem
-
But why messages are not displayed correctly?
-
-
I found a problem and solved it now!
Hosting upload old 2.0 version. I download last Oxide 2.0 from this site and plugin is working now!
Thank to Hatemail and Ezki for helping! -
Hello, how i can configure to log deaths in console?
-
-
hi, this plugin dont show the location name like previous versions? i dont like coordenates
-
-
-
How would I add a location to this plugin?
-
If it drops location instead of it's name there is also this one Location for Rust Legacy | Oxide so you can implent it to plugin.So also don't forget that
public Vector3 location { get; set; } = Vector3.zero;
It may not bring you a name of location, only vector -
I looked above and the {location} just has cords so im going to have to do what you said using the location plugin
-
How disable PVE messages ?
-
Just delete the pvp messages in the config
-
I've been hosting a server on streamline for a couple of months now and I really like is the whole location of your death on some servers with death messages, I really really want the code to add to my own death messages but when I do try add location like {location} it pops up with all these random numbers which mean nothing to me. All I want is the name of the location eg. (Hacker valley south), I know rust legacy is a quite game but I really love hosting my own server, so It would be the greatest gift to me and you'll be in my gratitude.
Thanks Liam. -
customize the plugin
[DOUBLEPOST=1465226232][/DOUBLEPOST]Code://Puts((string)Death?.CallHook("GetDeathString", "Killer: {killer} {killerId} Killed: {killed} {killedId} Weapon: {weapon} BodyPart: {bodypart} Distance: {distance} DeathType: {deathType} Location: {location}", tags) ?? "Unknown");
Code:{ "PvP", new Dictionary <string, List <string>> { { "Default", new List<string> { "{killer} killed {killed} using {weapon} with a hit to their {bodypart} the {distance}m in {location}." } }, { "Weapon.Explosive Charge", new List<string> { "{killer} blew the ever living shit out of {killed} with an explosive charge!!" } }, { "Weapon.F1 Grenade", new List<string> { "{killer} killed {killed} using {weapon}" } }, { "Weapon.M4", new List<string> { "{killer} killed {killed} using an {weapon}" } }, } },