Solved Warnings from compiler log

Discussion in 'Rust Discussion' started by PryMary, Nov 17, 2017.

  1. So I just had a look at the compiler log (first time ever fyi) and I'm rather blown away by the amount of errors etc its saying are there. Do these need to be fixed or can i carry on as I am and ignore them?

    Code:
    [SERVER v1.0.24] Started as service
    [SERVER v1.0.24] Running as service
    [SERVER v1.0.24] Got Message: Ready
    [SERVER v1.0.24] Got Message: Compile
    [SERVER v1.0.24] Console: FireSword.cs(206,17): warning CS0642: Possible mistaken empty statement
    AutoDoors.cs(63,14): warning CS0114: `Oxide.Plugins.AutoDoors.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    AutoPurge.cs(118,8): warning CS0114: `Oxide.Plugins.AutoPurge.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    BuildingWrapper.cs(45,8): warning CS0114: `Oxide.Plugins.BuildingWrapper.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    Clans.cs(2,255+): warning CS0114: `Oxide.Plugins.Clans.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    DeathNotes.cs(84,14): warning CS0108: `Oxide.Plugins.DeathNotes.LogToFile' hides inherited member `Oxide.Plugins.CSharpPlugin.LogToFile(string, string, Oxide.Core.Plugins.Plugin, bool)'. Use the new keyword if hiding was intended
    D:\xxgames\JamesD1\16225\Oxide.CSharp.dll (Location of the symbol related to previous warning)
    DeathNotes.cs(669,14): warning CS0114: `Oxide.Plugins.DeathNotes.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    DynamicCupShare.cs(2,255+): warning CS0114: `Oxide.Plugins.DynamicCupShare.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    EnhancedHammer.cs(94,8): warning CS0114: `Oxide.Plugins.EnhancedHammer.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    FancyDrop.cs(373,8): warning CS0114: `Oxide.Plugins.FancyDrop.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    FireSword.cs(79,14): warning CS0114: `Oxide.Plugins.FireSword.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    GatherControl.cs(128,8): warning CS0114: `Oxide.Plugins.GatherControl.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    GUIAnnouncements.cs(831,14): warning CS0114: `Oxide.Plugins.GUIAnnouncements.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    JPipes.cs(2344,22): warning CS0114: `Oxide.Plugins.JPipes.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    SCatapult.cs(80,14): warning CS0114: `Oxide.Plugins.SCatapult.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    SignArtist.cs(284,14): warning CS0114: `Oxide.Plugins.SignArtist.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    SkinBox.cs(2,255+): warning CS0114: `Oxide.Plugins.SkinBox.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    SmoothRestart.cs(173,8): warning CS0114: `Oxide.Plugins.SmoothRestart.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    VisualCupboard.cs(24,15): warning CS0114: `Oxide.Plugins.VisualCupboard.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    ZLevelsRemastered.cs(224,8): warning CS0114: `Oxide.Plugins.ZLevelsRemastered.LoadDefaultMessages()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultMessages()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    D:\xxgames\JamesD1\16225\Oxide.Core.dll (Location of the symbol related to previous warning)
    AutoGrades.cs(373,29): warning CS0219: The variable `pgrade' is assigned but its value is never used
    AutoGrades.cs(398,33): warning CS0219: The variable `ptimer' is assigned but its value is never used
    Backpacks.cs(419,34): warning CS0168: The variable `ex' is declared but never used
    CopyPaste.cs(170,64): warning CS0618: `UnityEngine.Quaternion.ToEulerAngles()' is obsolete: `Use Quaternion.eulerAngles instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(170,102): warning CS0618: `UnityEngine.Quaternion.ToEulerAngles()' is obsolete: `Use Quaternion.eulerAngles instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(187,62): warning CS0618: `UnityEngine.Quaternion.ToEulerAngles()' is obsolete: `Use Quaternion.eulerAngles instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(328,112): warning CS0618: `UnityEngine.Quaternion.ToEulerAngles()' is obsolete: `Use Quaternion.eulerAngles instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(830,40): warning CS0618: `UnityEngine.Quaternion.EulerRotation(UnityEngine.Vector3)' is obsolete: `Use Quaternion.Euler instead. This function was deprecated because it uses radians instead of degrees'
    CopyPaste.cs(842,36): warning CS0618: `UnityEngine.Quaternion.EulerRotation(UnityEngine.Vector3)' is obsolete: `Use Quaternion.Euler instead. This function was deprecated because it uses radians instead of degrees'
    DangerousTreasures.cs(839,28): warning CS0618: `Oxide.Core.Libraries.WebRequests.EnqueueGet(string, System.Action<int,string>, Oxide.Core.Plugins.Plugin, System.Collections.Generic.Dictionary<string,string>, float)' is obsolete: `EnqueueGet is deprecated, use Enqueue instead'
    DeathNotes.cs(970,24): warning CS0618: `Oxide.Core.Libraries.WebRequests.EnqueueGet(string, System.Action<int,string>, Oxide.Core.Plugins.Plugin, System.Collections.Generic.Dictionary<string,string>, float)' is obsolete: `EnqueueGet is deprecated, use Enqueue instead'
    EasyVote.cs(804,17): warning CS0162: Unreachable code detected
    FancyDrop.cs(1635,4): warning CS0162: Unreachable code detected
    HammerTime.cs(226,17): warning CS0472: The result of comparing value type `InvokeAction' with null is always `true'
    JPipes.cs(2362,44): warning CS0219: The variable `levels' is assigned but its value is never used
    NoEscape.cs(763,192): warning CS0472: The result of comparing value type `UnityEngine.Vector3' with null is always `false'
    NoEscape.cs(997,17): warning CS0219: The variable `targetMembers' is assigned but its value is never used
    NoEscape.cs(1122,17): warning CS0472: The result of comparing value type `UnityEngine.Vector3' with null is always `false'
    NoEscape.cs(1124,17): warning CS0162: Unreachable code detected
    OilCrate.cs(125,21): warning CS0219: The variable `quarries' is assigned but its value is never used
    PlayerRanks.cs(3293,30): warning CS0168: The variable `e' is declared but never used
    Rewards.cs(201,44): warning CS0168: The variable `temp4' is declared but never used
    Rewards.cs(248,30): warning CS0168: The variable `e' is declared but never used
    SCatapult.cs(258,21): warning CS0665: Assignment in conditional expression is always constant. Did you mean to use `==' instead ?
    SCatapult.cs(395,28): warning CS0168: The variable `hitInfo' is declared but never used
    ServerRewards.cs(1221,17): warning CS0219: The variable `type' is assigned but its value is never used
    SignArtist.cs(94,33): warning CS0618: `UnityEngine.WWW.size' is obsolete: `WWW.size is obsolete. Please use WWW.bytesDownloaded instead'
    SkinBox.cs(2,255+): warning CS0618: `Oxide.Core.Libraries.WebRequests.EnqueuePost(string, string, System.Action<int,string>, Oxide.Core.Plugins.Plugin, System.Collections.Generic.Dictionary<string,string>, float)' is obsolete: `EnqueuePost is deprecated, use Enqueue instead'
    SmoothRestart.cs(276,21): warning CS0618: `Oxide.Core.Libraries.WebRequests.EnqueueGet(string, System.Action<int,string>, Oxide.Core.Plugins.Plugin, System.Collections.Generic.Dictionary<string,string>, float)' is obsolete: `EnqueueGet is deprecated, use Enqueue instead'
    SmoothRestart.cs(285,21): warning CS0618: `Oxide.Core.Libraries.WebRequests.EnqueueGet(string, System.Action<int,string>, Oxide.Core.Plugins.Plugin, System.Collections.Generic.Dictionary<string,string>, float)' is obsolete: `EnqueueGet is deprecated, use Enqueue instead'
    StacksExtended.cs(2,255+): warning CS0219: The variable `counter' is assigned but its value is never used
    StacksExtended.cs(2,255+): warning CS0219: The variable `vipcounter' is assigned but its value is never used
    StacksExtended.cs(2,255+): warning CS0219: The variable `dp' is assigned but its value is never used
    StacksExtended.cs(2,255+): warning CS0219: The variable `old' is assigned but its value is never used
    StacksExtended.cs(2,255+): warning CS0219: The variable `noInput' is assigned but its value is never used
    SteamGroups.cs(153,24): warning CS0618: `Oxide.Core.Libraries.WebRequests.EnqueueGet(string, System.Action<int,string>, Oxide.Core.Plugins.Plugin, System.Collections.Generic.Dictionary<string,string>, float)' is obsolete: `EnqueueGet is deprecated, use Enqueue instead'
    TimedPermissions.cs(494,21): warning CS0219: The variable `parsed' is assigned but its value is never used
    Tipster.cs(2,255+): warning CS0618: `Oxide.Core.Libraries.WebRequests.EnqueueGet(string, System.Action<int,string>, Oxide.Core.Plugins.Plugin, System.Collections.Generic.Dictionary<string,string>, float)' is obsolete: `EnqueueGet is deprecated, use Enqueue instead'
    Tipster.cs(2,255+): warning CS0472: The result of comparing value type `ulong' with null is always `false'
    Tipster.cs(2,255+): warning CS0472: The result of comparing value type `ulong' with null is always `false'
    Tipster.cs(2,255+): warning CS0472: The result of comparing value type `ulong' with null is always `false'
    Tipster.cs(2,255+): warning CS0618: `Oxide.Core.Libraries.WebRequests.EnqueueGet(string, System.Action<int,string>, Oxide.Core.Plugins.Plugin, System.Collections.Generic.Dictionary<string,string>, float)' is obsolete: `EnqueueGet is deprecated, use Enqueue instead'
    Tipster.cs(2,255+): warning CS0219: The variable `fieldSep' is assigned but its value is never used
    Tipster.cs(2,255+): warning CS0219: The variable `values' is assigned but its value is never used
    TsunHorse.cs(576,5): warning CS0164: This label has not been referenced
    TsunHorse.cs(616,6): warning CS0162: Unreachable code detected
    TsunHorse.cs(633,5): warning CS0164: This label has not been referenced
    TsunHorse.cs(570,11): warning CS0219: The variable `backposg' is assigned but its value is never used
    TsunHorse.cs(588,11): warning CS0219: The variable `backposg' is assigned but its value is never used
    TsunHorse.cs(612,11): warning CS0219: The variable `backposg' is assigned but its value is never used
    TsunHorse.cs(627,10): warning CS0219: The variable `backposg' is assigned but its value is never used
    TsunHorse.cs(681,5): warning CS0164: This label has not been referenced
    TsunHorse.cs(721,6): warning CS0162: Unreachable code detected
    TsunHorse.cs(738,5): warning CS0164: This label has not been referenced
    TsunHorse.cs(675,11): warning CS0219: The variable `backposg' is assigned but its value is never used
    TsunHorse.cs(693,11): warning CS0219: The variable `backposg' is assigned but its value is never used
    TsunHorse.cs(717,11): warning CS0219: The variable `backposg' is assigned but its value is never used
    TsunHorse.cs(732,10): warning CS0219: The variable `backposg' is assigned but its value is never used
    ZoneManager.cs(1238,25): warning CS0472: The result of comparing value type `UnityEngine.Vector3' with null is always `false'
    ZoneManager.cs(1238,43): warning CS0162: Unreachable code detected
    AbsolutSorter.cs(2,255+): warning CS0649: Field `Oxide.Plugins.AbsolutSorter.XYZ.x' is never assigned to, and will always have its default value `0'
    AbsolutSorter.cs(2,255+): warning CS0649: Field `Oxide.Plugins.AbsolutSorter.XYZ.y' is never assigned to, and will always have its default value `0'
    AbsolutSorter.cs(2,255+): warning CS0649: Field `Oxide.Plugins.AbsolutSorter.XYZ.z' is never assigned to, and will always have its default value `0'
    AdminRadar.cs(1873,29): warning CS0414: The private field `Oxide.Plugins.AdminRadar.itemExceptions' is assigned but its value is never used
    AutoGrades.cs(22,22): warning CS0414: The private field `Oxide.Plugins.AutoGrades.LoadDefault' is assigned but its value is never used
    BuildingWrapper.cs(25,30): warning CS0414: The private field `Oxide.Plugins.BuildingWrapper.instancesField' is assigned but its value is never used
    CarCommander.cs(30,44): warning CS0414: The private field `Oxide.Plugins.CarCommander.itemNames' is assigned but its value is never used
    CarCommander.cs(1619,39): warning CS0414: The private field `Oxide.Plugins.CarCommander.CarController.InvisibleMount.entity' is assigned but its value is never used
    ClansUI.cs(158,42): warning CS0649: Field `Oxide.Plugins.ClansUI.PlayerInfo.playerId' is never assigned to, and will always have its default value `null'
    ClansUI.cs(158,52): warning CS0649: Field `Oxide.Plugins.ClansUI.PlayerInfo.playerName' is never assigned to, and will always have its default value `null'
    DangerousTreasures.cs(45,20): warning CS0414: The private field `Oxide.Plugins.DangerousTreasures.twdMask' is assigned but its value is never used
    DangerousTreasures.cs(46,20): warning CS0414: The private field `Oxide.Plugins.DangerousTreasures.twwMask' is assigned but its value is never used
    DeathNotes.cs(110,16): warning CS0649: Field `Oxide.Plugins.DeathNotes.HealthColor' is never assigned to, and will always have its default value `null'
    DeathNotes.cs(114,36): warning CS0414: The private field `Oxide.Plugins.DeathNotes.Names' is assigned but its value is never used
    DeathNotes.cs(115,36): warning CS0414: The private field `Oxide.Plugins.DeathNotes.Bodyparts' is assigned but its value is never used
    DeathNotes.cs(116,36): warning CS0414: The private field `Oxide.Plugins.DeathNotes.Weapons' is assigned but its value is never used
    DeathNotes.cs(117,36): warning CS0414: The private field `Oxide.Plugins.DeathNotes.Attachments' is assigned but its value is never used
    FireSword.cs(25,14): warning CS0414: The private field `Oxide.Plugins.FireSword.Changed' is assigned but its value is never used
    FriendsUI.cs(201,42): warning CS0649: Field `Oxide.Plugins.FriendsUI.PlayerInfo.playerId' is never assigned to, and will always have its default value `null'
    FriendsUI.cs(201,52): warning CS0649: Field `Oxide.Plugins.FriendsUI.PlayerInfo.playerName' is never assigned to, and will always have its default value `null'
    FurnaceSorter.cs(2,255+): warning CS0414: The private field `Oxide.Plugins.FurnaceSorter.WoodRatios' is assigned but its value is never used
    GatherControl.cs(20,24): warning CS0414: The private field `Oxide.Plugins.GatherControl.GC' is assigned but its value is never used
    GUIAnnouncements.cs(45,23): warning CS0414: The private field `Oxide.Plugins.GUIAnnouncements.GetNextRestartTimer' is assigned but its value is never used
    GUIAnnouncements.cs(52,24): warning CS0414: The private field `Oxide.Plugins.GUIAnnouncements.RestartAnnouncementsWhen' is assigned but its value is never used
    HeliControl.cs(1511,24): warning CS0649: Field `Oxide.Plugins.HeliControl.ItemDef.amountMin' is never assigned to, and will always have its default value `0'
    HeliControl.cs(1512,24): warning CS0649: Field `Oxide.Plugins.HeliControl.ItemDef.amountMax' is never assigned to, and will always have its default value `0'
    HitIcon.cs(42,16): warning CS0169: The private field `Oxide.Plugins.HitIcon.endcolor' is never used
    HooksExtended.cs(49,25): warning CS0414: The private field `Oxide.Plugins.HooksExtended.eyesPosition' is assigned but its value is never used
    HooksExtended.cs(51,28): warning CS0414: The private field `Oxide.Plugins.HooksExtended.playerLayer' is assigned but its value is never used
    HooksExtended.cs(67,31): warning CS0649: Field `Oxide.Plugins.HooksExtended.PlayerProfile.Player' is never assigned to, and will always have its default value `null'
    HooksExtended.cs(86,25): warning CS0649: Field `Oxide.Plugins.HooksExtended.PlayerProfile.wasDrowning' is never assigned to, and will always have its default value `false'
    HooksExtended.cs(105,19): warning CS0649: Field `Oxide.Plugins.HooksExtended.ProfileMetabolism.oxygen' is never assigned to, and will always have its default value `0'
    ImageLibrary.cs(831,26): warning CS0414: The private field `Oxide.Plugins.ImageLibrary.ImageAssets.isLoading' is assigned but its value is never used
    InfoPanel.cs(24,23): warning CS0169: The private field `Oxide.Plugins.InfoPanel.TestTimer' is never used
    InfoPanel.cs(1003,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.TimeUpdater' is assigned but its value is never used
    InfoPanel.cs(1062,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.MsgUpdater' is assigned but its value is never used
    InfoPanel.cs(1065,22): warning CS0414: The private field `Oxide.Plugins.InfoPanel.MessageBoxAvailable' is assigned but its value is never used
    InfoPanel.cs(1148,23): warning CS0169: The private field `Oxide.Plugins.InfoPanel.HeliAttack' is never used
    InfoPanel.cs(1149,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.RadiationUpdater' is assigned but its value is never used
    InfoPanel.cs(1161,32): warning CS0169: The private field `Oxide.Plugins.InfoPanel.ActiveHelicopter' is never used
    InfoPanel.cs(1353,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.BalanceUpdater' is assigned but its value is never used
    InfoPanel.cs(1434,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.CoordUpdater' is assigned but its value is never used
    InfoPanel.cs(1477,23): warning CS0414: The private field `Oxide.Plugins.InfoPanel.CompassUpdater' is assigned but its value is never used
    JPipes.cs(160,23): warning CS0414: The private field `Oxide.Plugins.JPipes.animaterate' is assigned but its value is never used
    JPipes.cs(161,23): warning CS0414: The private field `Oxide.Plugins.JPipes.animatelength' is assigned but its value is never used
    JPipes.cs(162,23): warning CS0414: The private field `Oxide.Plugins.JPipes.updatetickrate' is assigned but its value is never used
    JPipes.cs(163,25): warning CS0414: The private field `Oxide.Plugins.JPipes.frames' is assigned but its value is never used
    JPipes.cs(164,21): warning CS0414: The private field `Oxide.Plugins.JPipes.frame' is assigned but its value is never used
    JPipes.cs(165,23): warning CS0414: The private field `Oxide.Plugins.JPipes.maxpipedistsq' is assigned but its value is never used
    JPipes.cs(166,29): warning CS0414: The private field `Oxide.Plugins.JPipes.OnlyShowArrowsForOwner' is assigned but its value is never used
    JPipes.cs(2328,29): warning CS0414: The private field `Oxide.Plugins.JPipes.drawflowarrows' is assigned but its value is never used
    JPipes.cs(2329,29): warning CS0414: The private field `Oxide.Plugins.JPipes.animatearrows' is assigned but its value is never used
    JPipes.cs(795,25): warning CS0414: The private field `Oxide.Plugins.JPipes.jPipe.lookingatstash' is assigned but its value is never used
    JPipes.cs(1469,27): warning CS0649: Field `Oxide.Plugins.JPipes.jPipe.arrowspace' is never assigned to, and will always have its default value `0'
    JPipes.cs(1565,28): warning CS0169: The private field `Oxide.Plugins.JPipes.jSyncBox.pipeplugin' is never used
    JPipes.cs(1567,26): warning CS0649: Field `Oxide.Plugins.JPipes.jSyncBox.id' is never assigned to, and will always have its default value `0'
    JPipes.cs(1570,26): warning CS0649: Field `Oxide.Plugins.JPipes.jSyncBox.ownerid' is never assigned to, and will always have its default value `0'
    JPipes.cs(1571,27): warning CS0649: Field `Oxide.Plugins.JPipes.jSyncBox.ownername' is never assigned to, and will always have its default value `null'
    JPipes.cs(2510,25): warning CS0649: Field `Oxide.Plugins.JPipes.jSyncBoxData.s' is never assigned to, and will always have its default value `0'
    JPipes.cs(2511,25): warning CS0649: Field `Oxide.Plugins.JPipes.jSyncBoxData.d' is never assigned to, and will always have its default value `0'
    JPipes.cs(2512,26): warning CS0649: Field `Oxide.Plugins.JPipes.jSyncBoxData.h' is never assigned to, and will always have its default value `0'
    JPipes.cs(2513,26): warning CS0649: Field `Oxide.Plugins.JPipes.jSyncBoxData.o' is never assigned to, and will always have its default value `0'
    JPipes.cs(2514,27): warning CS0649: Field `Oxide.Plugins.JPipes.jSyncBoxData.on' is never assigned to, and will always have its default value `null'
    Kits.cs(23,41): warning CS0169: The private field `Oxide.Plugins.Kits.EventManager' is never used
    LockOnRockets.cs(414,36): warning CS0414: The private field `Oxide.Plugins.LockOnRockets.HomingRocket.explosive' is assigned but its value is never used
    NightLantern.cs(15,27): warning CS0414: The private field `Oxide.Plugins.NightLantern.searchLights' is assigned but its value is never used
    NightLantern.cs(21,34): warning CS0414: The private field `Oxide.Plugins.NightLantern.secondsRemaining' is assigned but its value is never used
    PlaneCrash.cs(25,23): warning CS0414: The private field `Oxide.Plugins.PlaneCrash.callTimer' is assigned but its value is never used
    PlaneCrash.cs(53,32): warning CS0169: The private field `Oxide.Plugins.PlaneCrash.CrashPlane.rayHit' is never used
    PlayerRanks.cs(3366,22): warning CS0169: The private field `Oxide.Plugins.PlayerRanks.topsOpen' is never used
    PlaytimeTracker.cs(18,27): warning CS0169: The private field `Oxide.Plugins.PlaytimeTracker.Economy' is never used
    RemoverTool.cs(793,15): warning CS0169: The private field `Oxide.Plugins.RemoverTool.ToolRemover.heldEntity' is never used
    Rewards.cs(26,22): warning CS0414: The private field `Oxide.Plugins.Rewards.IsNPCLoaded' is assigned but its value is never used
    Rewards.cs(29,18): warning CS0414: The private field `Oxide.Plugins.Rewards.hhstart' is assigned but its value is never used
    Rewards.cs(29,36): warning CS0414: The private field `Oxide.Plugins.Rewards.hhend' is assigned but its value is never used
    Rewards.cs(29,52): warning CS0169: The private field `Oxide.Plugins.Rewards.hhnow' is never used
    Rewards.cs(39,33): warning CS0414: The private field `Oxide.Plugins.Rewards.rewardsversion' is assigned but its value is never used
    Rewards.cs(20,58): warning CS0649: Field `Oxide.Plugins.Rewards.HumanNPC' is never assigned to, and will always have its default value `null'
    SCatapult.cs(72,14): warning CS0414: The private field `Oxide.Plugins.SCatapult.Changed' is assigned but its value is never used
    SCatapult.cs(1163,20): warning CS0169: The private field `Oxide.Plugins.SCatapult.viewAngle' is never used
    SCatapult.cs(1434,20): warning CS0169: The private field `Oxide.Plugins.SCatapult.currentRot' is never used
    SCatapult.cs(166,23): warning CS0414: The private field `Oxide.Plugins.SCatapult.Catapult.scatapult' is assigned but its value is never used
    SCatapult.cs(178,17): warning CS0414: The private field `Oxide.Plugins.SCatapult.Catapult.count' is assigned but its value is never used
    SCatapult.cs(322,24): warning CS0169: The private field `Oxide.Plugins.SCatapult.ThrowProjectile.rot' is never used
    SCatapult.cs(338,24): warning CS0414: The private field `Oxide.Plugins.SCatapult.ThrowProjectile.qTo' is assigned but its value is never used
    SCatapult.cs(838,23): warning CS0414: The private field `Oxide.Plugins.SCatapult.ArmEntityUp.scatapult' is assigned but its value is never used
    SCatapult.cs(839,22): warning CS0414: The private field `Oxide.Plugins.SCatapult.ArmEntityUp.catapult' is assigned but its value is never used
    SCatapult.cs(855,27): warning CS0414: The private field `Oxide.Plugins.SCatapult.ArmEntityUp.initialRot' is assigned but its value is never used
    SCatapult.cs(1093,24): warning CS0414: The private field `Oxide.Plugins.SCatapult.BuildStageHammer.entity' is assigned but its value is never used
    ServerRewards.cs(35,21): warning CS0649: Field `Oxide.Plugins.ServerRewards.uiFadeIn' is never assigned to, and will always have its default value `false'
    ServerRewards.cs(23,33): warning CS0169: The private field `Oxide.Plugins.ServerRewards.EventManager' is never used
    ServerRewards.cs(23,47): warning CS0169: The private field `Oxide.Plugins.ServerRewards.HumanNPC' is never used
    SkipNightUI.cs(26,22): warning CS0414: The private field `Oxide.Plugins.SkipNightUI.isILReady' is assigned but its value is never used
    SkipNightUI.cs(30,23): warning CS0414: The private field `Oxide.Plugins.SkipNightUI.timeMonitor' is assigned but its value is never used
    SteamChecks.cs(60,22): warning CS0414: The private field `Oxide.Plugins.SteamChecks.kickRecentBan' is assigned but its value is never used
    SteamChecks.cs(65,22): warning CS0414: The private field `Oxide.Plugins.SteamChecks.kickFamilyOwner' is assigned but its value is never used
    SteamChecks.cs(84,22): warning CS0414: The private field `Oxide.Plugins.SteamChecks.broadcastFamilyOwner' is assigned but its value is never used
    SurveyInfo.cs(21,24): warning CS0414: The private field `Oxide.Plugins.SurveyInfo.ServerBroadcastColor' is assigned but its value is never used
    SurveyInfo.cs(23,24): warning CS0414: The private field `Oxide.Plugins.SurveyInfo.PrefixColor' is assigned but its value is never used
    SurveyInfo.cs(24,24): warning CS0414: The private field `Oxide.Plugins.SurveyInfo.ScoreChatColor' is assigned but its value is never used
    SurveyInfo.cs(25,24): warning CS0414: The private field `Oxide.Plugins.SurveyInfo.ResultsAmountColor' is assigned but its value is never used
    SurveyInfo.cs(26,24): warning CS0414: The private field `Oxide.Plugins.SurveyInfo.SeperatorColor' is assigned but its value is never used
    SurveyInfo.cs(27,24): warning CS0414: The private field `Oxide.Plugins.SurveyInfo.ResultResourseNameColor' is assigned but its value is never used
    SurveyInfo.cs(28,24): warning CS0414: The private field `Oxide.Plugins.SurveyInfo.ScoreColor' is assigned but its value is never used
    SurveyInfo.cs(29,24): warning CS0414: The private field `Oxide.Plugins.SurveyInfo.PlayerColor' is assigned but its value is never used
    Trapper.cs(23,68): warning CS0414: The private field `Oxide.Plugins.Trapper.clansRebornEnabled' is assigned but its value is never used
    TsunHorse.cs(404,15): warning CS0649: Field `Oxide.Plugins.TsunHorse.RHorse.fixv' is never assigned to, and will always have its default value `0'
    TsunHorse.cs(405,15): warning CS0649: Field `Oxide.Plugins.TsunHorse.RHorse.updatev' is never assigned to, and will always have its default value `0'
    TsunHorse.cs(410,18): warning CS0649: Field `Oxide.Plugins.TsunHorse.RHorse.movesets' is never assigned to, and will always have its default value `null'
    Vanish.cs(149,31): warning CS0649: Field `Oxide.Plugins.Vanish.OnlinePlayer.Player' is never assigned to, and will always have its default value `null'
    VisualCupboard.cs(40,8): warning CS0414: The private field `Oxide.Plugins.VisualCupboard.Changed' is assigned but its value is never used
    VisualCupboard.cs(47,23): warning CS0414: The private field `Oxide.Plugins.VisualCupboard.serverInitialized' is assigned but its value is never used[SERVER v1.0.24] Got Message: Compile
    [SERVER v1.0.24] Console:
    [SERVER v1.0.24] Got Message: Exit
    [SERVER v1.0.24] Exit received.
    [SERVER v1.0.24] Connection closed.
    [SERVER v1.0.24] Shutdown
    
     
  2. Wulf

    Wulf Community Admin

    None of those are errors, just compiler warnings that do not affect anything. You can report each to the plugin developer if they'd like to resolve them. In most cases, you don't need to look the compiler log.