There are multiple configuration files, most of the configuration is self explanatory and does not require a lot of understandment.
To setup the a Time System you should first understand what it does. The Time System will be used to calculate the date, it provides information about the length of the different time units like seconds, minutes, hours, etc.
It also provides information about your eras and about the different names of the days and months, so it's the most important part of the configuration.
CalendarClickEvent Event is called when player clicks on an item in the GUI.
Code (Java):
@EventHandler
publicvoid onCalendarClick
(CalendarClickEvent event
) { Player player
= event.
getPlayer(); ItemStack item
= event.
getItem(); Calendar calendar
= event.
getCalendar();// The GUI itself }
VenturaCalendar collects anonymous server statistics through bStats, an open-source statistics service for Minecraft software. If you'd like to disable metrics collection via bStats, you can edit the /plugins/bStats/config.yml file.