Wipe Schedule

The ablity to report regular wipe cycles

Total Downloads: 3,611 - First Release: Nov 14, 2015 - Last Update: Mar 10, 2017

5/5, 10 likes
  1. Change your region
     
  2. YOU change your region!!




    Hahaha I'm joking Killyou, you rock mate
     
  3. i change region to es-ES but show MM/dd/yyyy i want dd/MM/yyyy
    i try to change fr-FR and i have this error in console
    Code:
    [Oxide] 16:19 [Debug]   at System.DateTime.Parse (System.String s, IFormatProvider provider, DateTimeStyles styles) [0x00000] in <filename unknown>:0
      at System.DateTime.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.WipeSchedule.NextWipeDays (DateTime WipeDate, DateTime LastWipevar) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.WipeSchedule.cmdNextWipe (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.WipeSchedule.OnPlayerInit (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.WipeSchedule.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 
     
  4. Hello quick question will the plugin Wipe Schedule for Rust actually wipe the server or just announce it? if so will it work on a vilayer server, thanks in advance!
     
  5. The plugin just announces it.

    If you have an issue or question with a plugin, post in that plugin's thread.
     
  6. Do not work for me
     
  7. Having same issues changing regions to en-AU when the new format needs to be dd/MM/yyyy

    Config File:

    Code:
    {
      "AnnounceOnJoin": true,
      "AnnounceOnTimer": true,
      "AnnounceTimer": 3,
      "DateFormat": "dd/MM/yyyy",
      "DaysBetweenWipes": 14,
      "DaysBetweenXPWipes": 14,
      "LastWipe": "15/07/2016",
      "LastXPWipe": "07/07/2016",
      "NextWipe": "29/07/2016",
      "NextXPWipe": "29/07/2016",
      "RegionalDateType": "en-AU",
      "ShowXPWipeSchedule": false,
      "UseManualNextWipe": false
    }
    error on console when using /nextwipe

    Code:
    (19:21:45) | [Oxide] 19:21 [Error] Failed to call hook 'cmdNextWipe' on plugin 'WipeSchedule v2.0.1' (FormatException: String was not recognized as a valid DateTime.)
    (19:21:45) | [Oxide] 19:21 [Debug]   at System.DateTime.Parse (System.String s, IFormatProvider provider, DateTimeStyles styles) [0x00000] in <filename unknown>:0
      at System.DateTime.Parse (System.String s, IFormatProvider provider) [0x00000] in <filename unknown>:0
      at System.DateTime.Parse (System.String s) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.WipeSchedule.cmdNextWipe (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.WipeSchedule.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
     
  8. Hi, trying to execute commands in Rusty RCON console but it does not recognise commands

    > setnextwipe map 09/30/2016
    Command not found

    Is it possible or do I need to use a dif console?
     
  9. Having same problem, cant change my Region to GB, as our time set is DD/MM/YYYY , anybody found a working fix for this? as i get the console error on /nextwipe, cheers in advance guys.
     
  10. CHR

    CHR

    i confirm Needs an update on Region changes with DD/MM
     
  11. k1lly0u updated Wipe Schedule with a new update entry:

    2.0.2

     
  12. CHR

    CHR

    Thanks for the Hotfix, but sadly ist not working as intend, i deleted the old Config file.

    I setted last wipe to 15/9/2016 and made 7days shedule the plugin just counted 6days to 21/9/2016

    So i tried to set it Manual on 22/9/2016 after that it showed -2days mhhhhh.... :p

    And i cant unload the plugin without Errors "failed to call hock unload"
     
  13. Did you can the dateformat from "MM/dd/yyyy" to "dd/MM/yyyy"?
     
  14. CHR

    CHR

    i changed dateformat in config to dd/MM/yy and made /Setnext map with MM/dd/yyyy and it changed it to dd/MM/yyyy guess that was correct.
     
  15. im also getting error when changing to dd/MM/yyyy
     
  16. Code:
    (22:56:01) | [Oxide] 22:55 [Info] Loaded plugin WipeSchedule v2.0.2 by k1lly0u(22:56:01) | [Oxide] 22:55 [Error] Failed to call hook 'OnServerInitialized' on plugin 'WipeSchedule v2.0.2' (FormatException: Invalid format string)(22:56:01) | [Oxide] 22:55 [Debug] at System.DateTime.ParseExact (System.String s, System.String[] formats, IFormatProvider provider, DateTimeStyles style) [0x00000] in <filename unknown>:0at System.DateTime.ParseExact (System.String s, System.String format, IFormatProvider provider, DateTimeStyles style) [0x00000] in <filename unknown>:0at System.DateTime.ParseExact (System.String s, System.String format, IFormatProvider provider) [0x00000] in <filename unknown>:0at Oxide.Plugins.WipeSchedule.ParseTime (System.String time) [0x00000] in <filename unknown>:0at Oxide.Plugins.WipeSchedule.UpdateWipeDates () [0x00000] in <filename unknown>:0at Oxide.Plugins.WipeSchedule.OnServerInitialized () [0x00000] in <filename unknown>:0at Oxide.Plugins.WipeSchedule.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    any idea?
     
  17. is there any ability to put in the next wipe date instead of days till wipe and to remove "map" from the text, because i only do full wipes? so "Last Wipe ../../.... Next Wipe ../../....

    thx
     
  18. Are you changing the existing dates in the config to match the new format? I have just tried a bunch of differant config setups and it is all working fine for me. Post your configs
    Disable ShowXPWipeSchedule in the config and change the lang string "lastMapWipe" found in "oxide/lang/WipeSchedule_en.json" to remove the word map
     
  19. I've now tried to change dates over and over for the nextwipe, but everytime it still say -34 days for next wipe no matter the date I enter through ingame or in the config file, and I can see the changes is made into the config file as I unload, download config file, load config file
     
  20. Code:
            private void LoadWipeDates()
            {
                NextWipeDate = ParseTime(configData.LastWipe);
                NextWipeDateXP = ParseTime(configData.LastXPWipe);
            }
    configData.LastWipe? Are you sure about that?)
    I bet it should be like that

    Code:
            private void LoadWipeDates()
            {
                NextWipeDate = ParseTime(configData.NextWipe);
                NextWipeDateXP = ParseTime(configData.NextXPWipe);
            }
    Here, if someones need it - fixed version where setting wipe date manual should work fine =^-^=
     

    Attached Files: