Minecraft Command Scheduler mod 2026 download
logo
minecraft mod Command Scheduler

Command Scheduler

Game Version: CB 1.1-R1
Total Downloads: 3,574
Updated: Jan 29, 2012
Created: Dec 13, 2011
Download Command SchedulerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Command Scheduler 1.11 release 11.89 KB Jan 29, 2012 CB 1.1-R1 1,558 download Command Scheduler Command Scheduler 1.11 releaseDownload
Command Scheduler 1.1 release 11.87 KB Jan 25, 2012 CB 1.0.1-R1 1,193 download Command Scheduler Command Scheduler 1.1 releaseDownload
Command Scheduler 1.0 release 8.14 KB Dec 13, 2011 CB 1.0.1-R1 823 download Command Scheduler Command Scheduler 1.0 releaseDownload

Description

Share this:

Summary

This plugin will execute commands from a file on an ftp server, scheduling after a set amount of time.

Setting up

Config.yml

After running the server with the plugin installed for the first time, a config.yml file will be generated. It should look something like this:

settings:
  URL: ftp://user:pass@ftp-server.net/path/to/file.txt  #path to file
  Delay: 2 #delay between issuing commands (in days)

Edit this file to suit your server's needs. Note: It is not necessary to have an ftp connection, and you can use http, its just that the commands file will not be wiped (useful for announcements).

executed file

This file should be the one located in the config.yml file. Each command is separated by a new line. For example, it may look like this

say This has been scheduled.
pay mahoutsukaii 50

After the command has been executed, the file will be cleaned (if there are sufficient ftp permissions).

Permissions / commands

This plugin has no commands, as it is fully automated.

Ideas for use

A possible use for this would be to integrate a php page to unban people, or change their permissions. The possibilities are endless!

Comments

Add a comment