1. Hi,
    many plugins dont work any longer after the update this night:

    Gather Manager
    BetterChatname
    Death notes
    Airdrop settings
    Notifier for Experimental
    AutoBroadcast

    What to do? Must these plugins all updated or is it just a oxide 2 problem?
     
  2. Wulf

    Wulf Community Admin

    Check your Oxide logs for errors, and upload them here as well please.
     
  3. Where to find?
     
  4. Wulf

    Wulf Community Admin

    server/identity/oxide/logs
     
  5. This one?
    Code:
    [SERVER] Got Message: Exit
    [SERVER] Exit received. Shutdown
    [SERVER] Started as service
    [SERVER] Running as service
    [SERVER] Got Message: Ready
    [SERVER] Got Message: Compile
    [SERVER] Console: AutoDoorCloser.cs(103,14): warning CS0114: `Oxide.Plugins.AutoDoorCloser.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
    C:\games\rust\exp-oxide\Oxide.Core.dll (Location of the symbol related to previous warning)
    Kits.cs(103,14): warning CS0114: `Oxide.Plugins.Kits.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
    C:\games\rust\exp-oxide\Oxide.Core.dll (Location of the symbol related to previous warning)
    Clans.cs(338,36): warning CS0168: The variable `ex2' is declared but never used
    Clans.cs(437,34): warning CS0219: The variable `onlineMembers' is assigned but its value is never used
    StackSizes.cs(89,43): warning CS0168: The variable `e' is declared but never used
    Clans.cs(63,21): warning CS0414: The private field `Oxide.Plugins.Clans.limitModerators' is assigned but its value is never used
    Kits.cs(30,22): warning CS0169: The private field `Oxide.Plugins.Kits.Changed' is never used
    RemoverTool.cs(32,24): warning CS0414: The private field `Oxide.Plugins.RemoverTool.noFriend' is assigned but its value is never used[SERVER] Got Message: Exit
    [SERVER] Exit received. Shutdown
    [SERVER] Started as service
    [SERVER] Running as service
    [SERVER] Got Message: Ready
    [SERVER] Got Message: Compile
    [SERVER] Console: AutoDoorCloser.cs(103,14): warning CS0114: `Oxide.Plugins.AutoDoorCloser.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
    C:\games\rust\exp-oxide\Oxide.Core.dll (Location of the symbol related to previous warning)
    Kits.cs(103,14): warning CS0114: `Oxide.Plugins.Kits.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
    C:\games\rust\exp-oxide\Oxide.Core.dll (Location of the symbol related to previous warning)
    Clans.cs(338,36): warning CS0168: The variable `ex2' is declared but never used
    Clans.cs(437,34): warning CS0219: The variable `onlineMembers' is assigned but its value is never used
    StackSizes.cs(89,43): warning CS0168: The variable `e' is declared but never used
    Clans.cs(63,21): warning CS0414: The private field `Oxide.Plugins.Clans.limitModerators' is assigned but its value is never used
    Kits.cs(30,22): warning CS0169: The private field `Oxide.Plugins.Kits.Changed' is never used
    RemoverTool.cs(32,24): warning CS0414: The private field `Oxide.Plugins.RemoverTool.noFriend' is assigned but its value is never used
     
  6. Wulf

    Wulf Community Admin

    No, the latest oxide_#### one.
     
  7. Oxide need to be updated?
    [DOUBLEPOST=1435393137][/DOUBLEPOST]MultiPlay say i am on last update What to do now?
    [DOUBLEPOST=1435409594,1435387963][/DOUBLEPOST]any news about this problem?
     
    Last edited by a moderator: Jun 27, 2015
  8. Having the same problem, addons are working, but only with default configuration. The config files are stored in the cfg/ folder. Any changes done in the config files (JSON validated), in this folder, are ignored and the plugins load default configuration. From Multiplay support, I was told the plugins needs to be updated, and that will fix the problem.

    In a previous ticket, they said that they had done something wrong in the oxide.root.json file, but this should not be the issue anymore.
     
  9. Wulf

    Wulf Community Admin

    Your plugins are loaded and working fine according to what you've shown me.
    If a plugin uses a default config, then you're either editing the configs in the wrong location, or your edits are corrupting them and causing them to revert. Always make sure that they are valid JSON when doing any edits.
     
  10. Thanks for your input on this. I'll send this information to Multiplay.

    EDIT: To close this off; for anyone at Multiplay, everything should be working now.
     
    Last edited by a moderator: Jun 27, 2015