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. Guess you can remove the option to have XP wipe displayed now. If I want to change the command from /nextwipe to just /wipe how do I do so?
     
  2. k1lly0u updated Wipe Schedule with a new update entry:

    2.0.3

     
  3. Thanks!
     
  4. Thanks.
     
  5. Code:
    (16:46:36) | [Oxide] 08:46 [Error] Failed to call hook 'OnServerInitialized' on plugin 'WipeSchedule v2.0.3' (FormatException: Invalid format string)
    (16:46:36) | [Oxide] 08:46 [Debug]   at System.DateTime.ParseExact (System.String s, System.String[] formats, IFormatProvider provider, DateTimeStyles style) [0x00000] in <filename unknown>:0
      at System.DateTime.ParseExact (System.String s, System.String format, IFormatProvider provider, DateTimeStyles style) [0x00000] in <filename unknown>:0
      at System.DateTime.ParseExact (System.String s, System.String format, IFormatProvider provider) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.WipeSchedule.ParseTime (System.String time) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.WipeSchedule.UpdateWipeDates () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.WipeSchedule.OnServerInitialized () [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
     
  6. Hello, quick question. /nextwipe isn't counting the current day or the day of the wipe? This really doesn't seem right, as rust updates that require wipes often happen late.
     
  7. Be nice if this could have a time thing, its monday evening, wiping thursday but it says 2 days, everyones gonna think it wipes wednesday
     
  8. Yeah, that's practically what I said. I just add another day onto the next wipe so it pushes into the next day for now, as I'm in the UK so we usually wipe around 7-10 PM.
     
  9. same issue here. can't edit the json without this problem. It updates the last wipe but not the next so you end up with thousands of days till next wipe .
     
  10. Im having a different issue, i set the wipe date and it keeps adding to it.
    Right now it says 11 days to next wipe and i set it to Feb 2nd.
    It reads correct one time then adds days as it goes.


    Never mind, i will just remove the plugin and wait till for one that actually works.
     
  11. k1lly0u updated Wipe Schedule with a new update entry:

    2.0.31

     
  12. Hey, where is fix? I found change on line 7 (version number) and blank line on end is deleted.

    EDIT: Sorry, I know where is problem now. Version number lane is chanaged. ><
     
    Last edited by a moderator: Feb 4, 2017
  13. Suggestion
    Add a console command along with the chat command to get current wipe date
    (To be used with MagicDescription)

    Add option to set a time when it has been and will get wiped
     
    Last edited by a moderator: Feb 15, 2017
  14. Since last update i get this message. Any ETA on a fix?
    WipeSchedule - Failed to compile: WipeSchedule.cs(128,25): error CS1955: The member `BasePlayer.IsAdmin' cannot be used as method or delegate
     
  15. k1lly0u updated Wipe Schedule with a new update entry:

    2.0.4

     
  16. Suggestion
    Add hours and minutes

    Question
    will the setwipe map command run at every new wipe?
     
  17. When setting nextwipe date to 04/27/2017, month keeps returning as 00/27/2017. When a user types /nextwipe they get -81 days. Anyone else having this issue?
     
  18. Don't use dates to set it up.

    Code:
    {
      "AnnounceOnJoin": true,
      "AnnounceOnTimer": true,
      "AnnounceTimer": 30,
      "DateFormat": "dd/MM/yyyy",
      "DaysBetweenWipes": 7,
      "LastWipe": "",
      "NextWipe": "",
      "UseManualNextWipe": false
    }
    Only use DaysBetweenWipes. That should do the trick. I used LastWipe and Nextwipe at start aswell untill i noticed the very next wipe that i shouldn't be using these 2.
     
  19. How does the plugin recognize when the last wipe occurred to implement the days between wipes and output days til next?
     
  20. I think with: /setwipe map. Not sure tho, was in similar position and was trying stuff out and what i meantioned above works for me. Its always on point and correct since then.