Minecraft ChronJobber mod 2026 download
logo
minecraft mod ChronJobber

ChronJobber

Game Version: 1.19.3
Total Downloads: 219
Updated: Nov 7, 2022
Created: Feb 24, 2019
Download ChronJobberDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ChronJobber 1.0.1 release 17.21 KB Nov 7, 2022 1.19.3 3 download ChronJobber ChronJobber 1.0.1 releaseDownload

Description

Share this:

ChronJobber

 

 

ChronJobber allows you to schedule Console-Commands like "restart","say", etc…

 

 

Currently you can create five types of Chron-Jobs:

Interval-based-, daily-, weekly-, monthly- and yearly-jobs

 

The Interval based jobs will be triggered either every 5,10,15, 20 ,25,30 or 60 Minutes.

All Intervals will be rounded up on startup:

Means 5 Minutes intervalls triggers at XX:05 , XX:10 , XX:15 and so on.

 

The daily jobs get triggered only once per day they have to be determined in 24 hours format, and are like the interval based, only placeable in 5 minute-intervals,

like 1:45 , 2:10 , 2:05 etc..

 

Weekly-Jobs will trigger once per week on the specified Day of Week like Monday , Tuesday ,…

 

Monthly-Jobs trigger every Month on a specific day  for eg. at the 15. day of the month: it will trigger at 15th of January, 15th of February, 15 of March and so on.

Reminder: If you set the day to 31. the job will only trigger on months which have a 31st day.

And the Yearly-Jobs trigger once per year on a specific day, like birthdays. 

So far so good. 

 

Commands 

Create Chronjob 

Interval-Chronjob:

/chron add <minutes> interval <command>

* where <minutes> is 15 |30 or 60

 

daily-Chronjob:

/chron add <hours>:<minutes> clock <command>

* where <minutes> is 15 | 30 |45 or 00

 

weekly-Chronjob:
/chron add <day_of_week>:<hours>:<minutes> week <command>

*week_day as text like 'Monday'

 

monthly-Chronjob:
/chron add <day_of_month>:<hours>:<minutes> month <command>

 

yearly:
/chron add <day_of_month>.<month>:<hours>:<minutes> year <command>

 

in all variants the command can be delimited with white space and should

NOT start or end with an apostroph or slash

 

List all Chronjobs

/chron list

 

Remove Chronjobs 

/chron remove <chronjob-id>

*<chronjob-id> :  you can see them at /chron list

 

Show Help Page:

/chron help

  

Examples

 

example for creating a chron job which will trigger 'say Hello World' at 4:15 am :

/chron add 4:15 clock say Hello World

 

example for creating a chron job which will trigger 'say Hello World' every 15 minutes:

/chron add 15 interval say Hello World

 

example for creating a chronjob which will trigger command "Happy new year!" on every new-years-day at 0:00 am

/chron add 1.01:00:00 year say Happy new year!

 

example for creating a chronjob which will trigger reload on begin of every month:

/chron add 1:00:00 month reload

 

example for creating a chronjob which will trigger reload on every Tuesday at 4:00 am :

/chron add Tuesday:04:00 week reload

 

Permissions

 

To gain access to the commands you need the following Permissions:

chron.help – Show Help Page

chron.add – Add Chronjobs

chron.remove – Remove Chronjobs

chron.list – List Chronjobs

logo
minecraft mod ChronJobber

ChronJobber

Game Version: 1.16
Total Downloads: 122
Updated: Jan 10, 2021
Created: Feb 24, 2019
Download ChronJobberDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ChronJobber.jar beta 16.99 KB Jan 10, 2021 1.16 11 download ChronJobber ChronJobber.jar betaDownload
v1.0.0 beta 17.00 KB Jun 10, 2019 1.14 37 download ChronJobber v1.0.0 betaDownload
ChronJobber v0.4.0 alpha 17.07 KB Feb 28, 2019 1.13 22 download ChronJobber ChronJobber v0.4.0 alphaDownload
ChronJobber v0.3.0 alpha 13.38 KB Feb 25, 2019 1.13 23 download ChronJobber ChronJobber v0.3.0 alphaDownload
ChronJobber v0.2.0 alpha 13.28 KB Feb 24, 2019 1.13 14 download ChronJobber ChronJobber v0.2.0 alphaDownload
ChronJobber v0.1.0 alpha 12.84 KB Feb 24, 2019 1.13 15 download ChronJobber ChronJobber v0.1.0 alphaDownload

Description

Share this:

ChronJobber

 

 

ChronJobber allows you to schedule Console-Commands like "restart","say", etc…

 

 

Currently you can create five types of Chron-Jobs:

Interval-based-, daily-, weekly-, monthly- and yearly-jobs

 

The Interval based jobs will be triggered either every 5,10,15, 20 ,25,30 or 60 Minutes.

All Intervals will be rounded up on startup:

Means 5 Minutes intervalls triggers at XX:05 , XX:10 , XX:15 and so on.

 

The daily jobs get triggered only once per day they have to be determined in 24 hours format, and are like the interval based, only placeable in 5 minute-intervals,

like 1:45 , 2:10 , 2:05 etc..

 

Weekly-Jobs will trigger once per week on the specified Day of Week like Monday , Tuesday ,…

 

Monthly-Jobs trigger every Month on a specific day  for eg. at the 15. day of the month: it will trigger at 15th of January, 15th of February, 15 of March and so on.

Reminder: If you set the day to 31. the job will only trigger on months which have a 31st day.

And the Yearly-Jobs trigger once per year on a specific day, like birthdays. 

So far so good. 

 

Commands 

Create Chronjob 

Interval-Chronjob:

/chron add <minutes> interval <command>

* where <minutes> is 15 |30 or 60

 

daily-Chronjob:

/chron add <hours>:<minutes> clock <command>

* where <minutes> is 15 | 30 |45 or 00

 

weekly-Chronjob:
/chron add <day_of_week>:<hours>:<minutes> week <command>

*week_day as text like 'Monday'

 

monthly-Chronjob:
/chron add <day_of_month>:<hours>:<minutes> month <command>

 

yearly:
/chron add <day_of_month>.<month>:<hours>:<minutes> year <command>

 

in all variants the command can be delimited with white space and should

NOT start or end with an apostroph or slash

 

List all Chronjobs

/chron list

 

Remove Chronjobs 

/chron remove <chronjob-id>

*<chronjob-id> :  you can see them at /chron list

 

Show Help Page:

/chron help

  

Examples

 

example for creating a chron job which will trigger 'say Hello World' at 4:15 am :

/chron add 4:15 clock say Hello World

 

example for creating a chron job which will trigger 'say Hello World' every 15 minutes:

/chron add 15 interval say Hello World

 

example for creating a chronjob which will trigger command "Happy new year!" on every new-years-day at 0:00 am

/chron add 1.01:00:00 year say Happy new year!

 

example for creating a chronjob which will trigger reload on begin of every month:

/chron add 1:00:00 month reload

 

example for creating a chronjob which will trigger reload on every Tuesday at 4:00 am :

/chron add Tuesday:04:00 week reload

 

Permissions

 

To gain access to the commands you need the following Permissions:

chron.help – Show Help Page

chron.add – Add Chronjobs

chron.remove – Remove Chronjobs

chron.list – List Chronjobs

Comments

Add a comment