Since all events get called in the first second of a minute, the placeholder
"until-min" shows one minute less, than one would expect. There now is an
"until-min-plus-one" placeholder which does exactly what it says![]()

Calendar Events 2.3.0
Call a custom event at specific dates and times
-
New placeholder for minutes left + 1
-
Support up to mc 1.16.4
Now fully supports mc 1.16.4
PsychoLynx likes this. -
Send broadcasts and all commands through PlaceholderAPI
Quick update to support PlaceholderAPI in all commands and broadcasts in the listener section.
-
Specify API version - no longer a legacy plugin
This version is for MC 1.14+ and no longer triggers legacy support for the newer versions.
For MC < 1.14 please use the latest version of CalendarEvents v1 (at the time of writing 1.9.0) -
Support %allPlayers% and %allOffline% in commands
Two new placeholders for commands:
- `%allOffline%` will run for all offline players
- `%allPlayers%` runs for online AND offline players
PsychoLynx likes this. -
Fix reload of combined events and add new 'list' command
- '/ce reload' now also correctly reloads combined events
- New command '/ce list' that shows all event labels and their next call time (no support for combined events jet :s)
- Small help command
Wpgradford likes this. -
Support minecraft 1.15
As the title already suggests, CalendarEvents now supports sending action bars and titles to players in Minecraft v1.15.
-
Support PlaceholderAPI in actionbar/title/commands
Happy new year- Placeholders from PlaceholderAPI are now supported in action bar and title messages as well as in commands
- Combined events are also reloaded now when using the reload command (Bugfix)
-
NEW FEATURE: Combined events
- allow events to fire when a specified list of other events was fired
- this allows special scheduling like e.g. "first/second/third" sunday of a month
Code (YAML):# lets create some normal events to use in a combined event
sunday: # every sunday
timing:
occasion: "sunday"
time: "12:00" # SAME TIME AS THE OTHER EVENT BELOW (IMPORTANT)
firstWeekOfMonth: # every day of the first week...PsychoLynx and SKVIRLSOV like this. - allow events to fire when a specified list of other events was fired
-
PlaceholderAPI itegration
You can now display the time till an event is called via PlaceholderAPI
"%calendarevents_until:myEventLabel%" returns time in d h min s
"%calendarevents_until-s:myEventLabel%" returns time in s
"%calendarevents_until-min:myEventLabel%" returns time in min
"%calendarevents_until-h:myEventLabel%" returns time in h
"%calendarevents_until-d:myEventLabel%" returns time in d
Page 1 of 3