Yearmarked-v1.0.2
Details
-
FilenameYearmarked-v1.0.2.jar
-
Uploaded by
-
UploadedOct 10, 2016
-
Size29.96 KB
-
Downloads302
-
MD5600bc8ac8fe9d8e43dceaf40411a6f3d
Supported Bukkit Versions
- 1.10
Changelog
Version 1.0.0 will track the days of the week and inform the user when the day changes. When the day changes the, special features for that day become active, as described in the project summary and below.
Please note, this plugin has no commands. After you place the jar in your plugin folder, there is no more interaction required. By default the setting apply to the world named "world". You can change this by adding or removing from the "yearmarked-worlds" config setting. The special features for each day are pretty self explanatory, but I will go into great detail below because I have been asked to by the site's moderators.
- Monsoonday: It rains all day. This is the first day of the 7 day week. On this day, it rains for the entire day. You will get wet. That is all.
- Earthday: Bonus crops granted upon harvest. When you pick a ripe potato, carrot or wheat on this day, you will be rewarded with an extra 1-3 crops.
- Wortag: Bonus netherwart granted upon harvest. When you pick a ripe netherwart on this day, you will be rewarded with an extra 1-3 netherwart.
- Donnerstag: Lightning will strike in your vicinity all day. Every 5 seconds, there is a 50% chance that lightning will strike within 0-15 blocks in the X direction and 0-15 blocks in the Z direction. Be careful. You may want to stay indoors on this day.
- Fishfryday: Double XP fishing all day with the chance of bonus rewards. You will get double XP with everything you catch. There is a 10% chance your catch will include an emerald. There is a 1% chance that it will include a diamond. You should fish on this day.
- Diamonday: Bonus diamonds dropped when mining diamond ore. On this day, every time you mine a diamond or (not with silk touch), you will recieve 1-2 extra diamonds. You are welcome.
- Feathersday: No fall damage all day. No matter how far you fall on this day, you will not take fall damage. That is fun.
Languages Supported.
- English (default)
- German
- Hungarian
Please let me know if any of the translations need to be corrected.
You can set the language by changing the 'locale' setting in Essentials or by setting the locale of the JVM of your minecraft server. Support for a locale setting in this plugin's config file is not supported.
If you do not have Essentials, you can make an 'Essentials' folder in your plugins folder and you can add a config.yml file there with an entry 'locale: de' (for German for example).
calling the "set time" method will affect the days of the week and month as the plugin does not persist any data. It is completely dependent on the world.getFullTime() API method. That API method is in turn affected when a user runs the "set time" command.