AdventCalendar
AdventCalendar? What is it?
AdventCalendar is a little plugin that allows you to setup an advent calendar for your players. Upon opening a door of the advent calendar players can get items, levels or commands are executed. The calendar has 24 doors and is only active in december and players can open doors from previous days if they forgot to open them!
Features
- Customise every door invidiually
- Notifies players with the doors they can open when they join
- Allows you to reset the opened doors of a player
- Dynamic arguments <player> and <day> for the commands
- Inventory menu as calendar
All listed features above are always referring to the newest version of AdventCalendar!
Commands & Permissions
| Command | Description | Permissions |
| /calendar open | Opens the calendar interface | None |
| /calendar reset <name> | Resets the opened doors of a player | AdventCalendar.reset |
| /calendar reload | Reloads the whole plugin | AdventCalendar.reload |
| /calendar help [page] | Shows the help pages | None |
| /ep help [page] | Shows the help pages | None |
| - | All AdventCalendar permissions | AdventCalendar.* |
Bugs? Errors? Problems? New Ideas?
If you find any bug/error send me a message or post a comment, please! You can also send me any ideas you have for this plugin.

-
View User Profile
-
Send Message
Posted Nov 17, 2013-
View User Profile
-
Send Message
Posted Jan 5, 2013See you next advent guys! If you have anything that we could do better post a comment or write one of us a PM!
-
View User Profile
-
Send Message
Posted Dec 23, 2012@ethan588
Your java version on your server is a problem! Try to update it to java 7 then it should work perfect ;)
-
View User Profile
-
Send Message
Posted Dec 22, 2012Hey I am trying to get this plugin on my server before Christmas but this is what happens.
23:16:37 [SEVERE] Could not load 'plugins/Christmas_1.0.8.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: Christmas/Christmas : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.java:235) at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:213) at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52) at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:104) at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399) at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849) Caused by: java.lang.UnsupportedClassVersionError: Christmas/Christmas : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more
My bukkit is 1.4.6-R0.1
-
View User Profile
-
Send Message
Posted Dec 22, 2012@DarkBladee12 Metrics doesnt work for your plugin:
2012-12-22 20:43:09 [INFO] [Metrics] ERR (SocketTimeoutException): Read timed out
2012-12-22 20:43:56 [INFO] [Metrics] Server returned HTTP response code: 504 for URL: http://mcstats.org/report/Christmas
Please when u ever make a new plugin put in a option to disable metrics, laggs the server when a 504 is returned
-
View User Profile
-
Send Message
Posted Dec 21, 2012Updated version: click here
-
View User Profile
-
Send Message
Posted Dec 21, 2012@DarkBladee12 Awesome
-
View User Profile
-
Send Message
Posted Dec 21, 2012@mheiden
I will update it to newest craftbukkit ;)
-
View User Profile
-
Send Message
Posted Dec 21, 2012Is this plugin gonna be 1.4.5 R1 and 1.4.6 dev compactible?
1.4.5R1.0
2012-12-21 05:51:03 [INFO] [Christmas] Enabling Christmas v1.0.7
2012-12-21 05:51:03 [INFO] [Christmas] This Plugin is using Metrics by Hidendra!
2012-12-21 05:51:03 [SEVERE] Error occurred while enabling Christmas v1.0.7 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/Packet
at Christmas.Christmas.onEnable(Christmas.java:46)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_4_5.CraftServer.loadPlugin(CraftServer.java:272)
at org.bukkit.craftbukkit.v1_4_5.CraftServer.enablePlugins(CraftServer.java:254)
at net.minecraft.server.v1_4_5.MinecraftServer.j(MinecraftServer.java:320)
at net.minecraft.server.v1_4_5.MinecraftServer.e(MinecraftServer.java:299)
at net.minecraft.server.v1_4_5.MinecraftServer.a(MinecraftServer.java:258)
at net.minecraft.server.v1_4_5.DedicatedServer.init(DedicatedServer.java:147)
at net.minecraft.server.v1_4_5.MinecraftServer.run(MinecraftServer.java:398)
at net.minecraft.server.v1_4_5.ThreadServerApplication.run(SourceFile:856)
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Packet
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 12 more
1.4.6
2012-12-21 05:41:48 [INFO] [Christmas] Enabling Christmas v1.0.7
2012-12-21 05:41:48 [INFO] [Christmas] This Plugin is using Metrics by Hidendra!
2012-12-21 05:41:48 [SEVERE] Error occurred while enabling Christmas v1.0.7 (Is it up to date?)
java.lang.NoClassDefFoundError: net/minecraft/server/Packet
at Christmas.Christmas.onEnable(Christmas.java:46)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:278)
at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:260)
at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Packet
at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 12 more
-
View User Profile
-
Send Message
Posted Dec 16, 2012Click here for fixed version ;)
-
View User Profile
-
Send Message
Posted Dec 15, 2012@TheFarmerNL
I'm gonna fix it ;)
-
View User Profile
-
Send Message
Posted Dec 14, 2012Is it just me, or does this plugin allow players without permission or op to destroy the sign? When a player destroys the sign, it says he does NOT have permission, but still the sign just breakes in Craftbukkit version 1.4.5 R0.2. Even when it is in a worldguard region.
This way the sign does not survive longer then 10 minutes on a bussy server :o
I hope it can be fixed!
-
View User Profile
-
Send Message
Posted Dec 14, 2012@Stuntweed
What did you fix exactly? It should work fine...
-
View User Profile
-
Send Message
Posted Dec 13, 2012For those running CB#2520+ here is a fix. [Warning] I don't take any responsibility for what happens if you mess this up
https://dl.dropbox.com/u/13429986/Christmas.jar
-
View User Profile
-
Send Message
Posted Dec 13, 2012@DarkBladee12
Phail, indeed LWC locked the sign... thanks for your help ^_^
-
View User Profile
-
Send Message
Posted Dec 12, 2012@mheiden
That's really strange, on my testserver I can get the presents (when I'm not OP).
The automatic updating works as well...
Maybe you use Lockette/LWC and the sign is protected. Remove the protection and test again ;)
-
View User Profile
-
Send Message
Posted Dec 12, 2012@xapfeltortexp Doesn't work, removed the plugin completly and uploaded a fresh installation and still no-one but a OP has rights to recieve a gift from the sign.
-
View User Profile
-
Send Message
Posted Dec 9, 2012@mheiden
There arnt any permissions for the sign . Try to intract the sign with nothing in your hands.
-
View User Profile
-
Send Message
Posted Dec 8, 2012If people click the sign nothing happens, when i clicked the sign as a OP i get the gifts... Whats changed in the permissions?
-
View User Profile
-
Send Message
Posted Dec 8, 2012I can make tutorial in polish language if you want :)