[ADMN] Cron 1.0 - Unix-like Cron facility for BeanShell scripts. [1185]

Discussion in 'Inactive/Unsupported Plugins' started by matjam, Sep 29, 2011.

  1. Offline

    matjam

    Cron - Unix-like Cron facility for BeanShell scripts.

    Version: v1.0

    Cron allows you to write scripts using BeanShell and schedule them to be run at any time. Scripts written in BeanShell can access everything that a plugin can access, so the amount of automation you can do inside the cron scripts is endless.

    I've included a couple of example scripts to help you on your way.

    shutdown.bsh: This will automatically shut the server down at a specific time. Please read the nodes in the crontab and the script itself on usage.

    nag.bsh: Spams a message at a set schedule to people not holding the cron.nag permission node.

    Scripts are stored in the plugin's scripts directory. You can also write functions, called "commands" in beanshell lingo, that you place in the commands directory.

    Features:
    Download Cron 1.0
    Source Code

    Changelog:

    Version 1.0
    • Initial release.
     
  2. Offline

    MonsieurApple

    Please upgrade to latest RB
     

Share This Page