Specific Day Scheduler

Discussion in 'Plugin Requests' started by TheFritz, Oct 10, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    TheFritz

    Plugin category: Server Management

    Minecraft version: 1.10.2 - present

    Suggested name: SpecificDayScheduler or SDS

    What I want: I know that there are already plugins that allow auto commands, but they are not specific enough to have an automated event for a specific day. I'd like a plugin to allow me to set a specific day and time on for the command to occur,. I think this will be possible if the time that the plugin is using is the server's/local machine's time. so I can have an automatic command trigger only on a specific date. for example a command will be triggered every Wednesdays at 12pm only.

    Ideas for commands: /SDS reload

    Ideas for permissions: -SDS.reload <--- allows the user to reload the config file.

    Ideas for config:
    Code:
    #for exact day (one time schedule)
    Exact:
       name: <name of schedule>
       date: <exact date> ex. Date: dec 25 2016
       time: <exact time for the command to trigger time format is 24hrs to be clear>
       command: <command to be executed automatically> ex. Command: time set day
       enabled: <true or false>
    
    for daily (repeating)
    Specific:
       name: <name of schedule>
       day: <monday - sunday> ex. day: Wednesday (so the command will trigger every Wednesdays only)
       time: <exact time for the command to trigger time format is 24hrs to be clear> ex. 15:30
       command: <command to be executed automatically> ex. Command: time set day
       enabled: <true or false>
    
    for interval commands (repeating)
    Intervals:
       name: <name of schedule>
       Interval: <format of 1h 1m 1s> ex. Interval: 5h30m4s <-- would do the command every 5 hours 30mins 4 seconds
       command: <command to be executed automatically> ex. Command: time set day
       enabled: <true or false>
    When I'd like it by: Any time as long as it's being developed,. I'm very patient


    hopefully someone picks this up. this will be very helpful specially for RPG themed servers
     
    Last edited: Oct 10, 2016
  2. @TheFritz
    When you say "as player, as OP or as console", what exactly do you mean? I mean, I get what you mean by as console, but as player or as OP, which player should it use to execute the command?
     
  3. Offline

    TheFritz

    @AlvinB
    now that I've thought about it,. indeed, that line is not needed. cause everything would be automatic through console.
    I'm sorry I'm going to remove that line.
     
  4. Offline

    I Al Istannen

    @TheFritz
    I quickly made that. It has no reload command, you will need to reload the server.
    Testing was quite hard, so I can only hope it works.

    Link: Dropbox.
     
  5. Offline

    TheFritz

    alright, I'm going to test it now. Thank you very much!
     
  6. Offline

    I Al Istannen

    @TheFritz
    No problem :)
    Please make sure to tag me in the future, or I won't see your message. Just write "@" and then my name or click the "Tahg User" button in the lower right of every post.
     
Thread Status:
Not open for further replies.

Share This Page