Inactive [FUN] BirthDay v3.2 - Make your birthday fun [1.2.3]

Discussion in 'Inactive/Unsupported Plugins' started by woder, May 27, 2011.

  1. Offline

    woder

    Birthday - Make your birthday fun:
    Version: v3.1

    Bukkitdev! link: http://dev.bukkit.org/server-mods/birthday/pages/main/
    Please check bukkitdev for the latest build, there are no promises that the download link here goes to the right version! (not to mention that my page on bukkitdev explains this better)

    Are you tired of the same old birthday?
    Well look no more as i have your solution.
    Simply type a command, and get a gift on your birthday!
    Now that is cool!

    Commands:
    • /birthday <day> <month> - sets your birthday and can be used by any player
    • /birthdayp <day> <month> <player> - can be used by admins only and can modify any players birthday
    • /bd <player> - checks the players birthday and can be used by any player
    Features:


    • Set your own birthday
    • Get a gift on your birthday
    • Admin only command to change some ones birthday
    • Set the gift, the number and the message with a config file!
    Permissions:
    • birthday.check is used to allow or disallow use of /bd <player>
    • birthday.admin is used to allow or disallow use of /birthdayp <player> <day> <month> or <month> <day>
    • birthday.use is used to allow or disallow use of /birthday <day> <month> or <month> <day>
    Config:


    Config looks like this:


    Global message: '&4Its ''%p''s birthday today!'
    Birthday Message: '&eHappy Birthday! Here is a gift!'
    Message interval: 1
    Iconomy Money: 0
    Use american date format: 1
    Number of gifts: '1'
    Timed message: '&4Wish a happy birthday to: %p.'
    Month mode: 0
    Items on birthday: '92'


    Download Birthday

    Changelog:
    Version 0.1
    • Release
    Version 2.00
    • Added a config file
    • Added a command to check when a players birthday is
    Version 2.1
    • Fixed a minor bug in /bd
    Version 2.3
    • Added iConomy support
    Version 3.0
    • Added permissions
    • Added timed server messages
    • Added colors codes and variables in config
    • Added option to change the date format
    • Added possibility to give more then one gift
    Version 3.1
    • Fixed a possible bug with permissions
    • Added "month mode" which allows players to set their birthday once every month
    Version 3.2
    • Disabled Iconomy
    • Updated to 1.2.3
     
    Patko0770 and thecoolwolf like this.
  2. Offline

    Gsx72clone

    Reinstalled everything.
    I now have:
    \plugins
    birthday.jar​
    \Birthday​
    config.yml​

    Still getting he same error.
     
  3. Offline

    woder

    Have you tried to use the plugin anyways?
    Not sure what could be causing this as it works fine on my test server
     
  4. Offline

    xDpPx_abno96

    Lol this is pretty funny =P, Its always the little things like this that make your server awesome! :cool:
     
    Buckethead likes this.
  5. Offline

    IRS

    I haven't installed the plugin.. but as for the guy posting the error logs.. Um, craftbukkit works best if the server itself is also updated.. you are running a 1.7.2 bukkit build against 1.6.6 may I ask why?
     
  6. Offline

    Robeth

    Error:

    org.bukkit.command.CommandException: Unhandled exception executing command 'birthday' in plugin Birthday v2.3
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:298)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at me.fun.woder.BirthDay.BirthDay.onCommand(BirthDay.java:139)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    >
     
  7. Offline

    Patko0770

    can you please add configurable notification which other players will see. something like: "Player [Player] has birthday today! Why not to congratulate him/her?"
    EDIT: Can I set more than 1 gifts? Because i want players to get 64 of Diamonds and 1 Cake
     
  8. Offline

    woder

    I can see to adding this
     
  9. Offline

    julemand101

    Is it possible to get source code for this plugin?
     
  10. Offline

    Buckethead

    permissions? or soon in future
     
  11. Offline

    REALDrummer

    This plugins is a great idea, but unfortunately, it simply does not work for me. "/bd" and "/birthday" give tell me that an internal error has occurred and "/birthdayp" has a rather odd error. When I type "/birthdayp REALDrummer 01 23", for exaple, the message says that "Set 'null''s birthday to 0/1/2011," which, obviously, is not even a date. Also, every time I use any of these commands, I get a long string of error lines on the Pail Server Manager where I normally only get the shortened [SEVERE] error messages. Plus, when I restart the server or reload the plugin, there are no error messages at all. If you could help me with this problem, I would greatly appreciate it and I would be happy to put in a good word for your plugin.
     
  12. Offline

    Buckethead

    everytime someone joins. bukkit version 1240
    Code:
    21:30:04 [SEVERE] Could not pass event PLAYER_JOIN to Birthday
    java.lang.NullPointerException
    
            at me.fun.woder.BirthDay.BirthDayPlayerListener.onPlayerJoin(BirthDayPlayerListener.java:40)
    
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    
            at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
    
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:80)
    
            at net.minecraft.server.Packet1Login.a(SourceFile:59)
    
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:46)
    
            at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  13. Offline

    Tolerance

    Going to get [INACTIVE] soon.
     
  14. Offline

    Buckethead

    source code or 1 last update?
     
  15. Offline

    apeklets

    that sounds good!
     
  16. Offline

    Scribbles

    Problem error log says "Could not pass PLAYER_JOIN to birthday"...
     
  17. Offline

    Imm0rt41

    i dont know if people can do this, but make it so they can't change their birthday after they set it, and also add an option for them to choose what they get
     
  18. Offline

    REALDrummer

    This birthday plugin is simple and it works. That alone makes it better than many plugins. However, I would appreciate it if you could consider two small improvements in a future version. One improvement would be enabling chat colors and name and date personalization in the birthday message. The other improvement would be creating an option to switch the day and the month. I am sure that the plugin was made in England or another country that goes by day-month-year, but others like me live in America and use the month-day-year system. Thanks for reading this comment and once again, thanks for making it.
     
  19. Offline

    Royalgamer06

    Can you also add:
    When someone has her/his birthday, it automsg to the server every hour or so.
    And please update 2 the latest RB 1.0.1-r1
     
  20. Offline

    Scribbles

    Update please
     
  21. Offline

    woder

    After forgetting about this plugin for a while, im going to update it!
    So yes, you can have fun with birthdays again :p
     
  22. Offline

    harry2258

    ^ hai :3
     
  23. Offline

    woder

    And....UPDATED! :D
    So aswell as updating it, I added (almost) every feature you people requested.
    So that should be it for a while.
    Oh also, bukkitdev is better then this, check it out for a proper description of what is happening.
    Please note that there might be a few bugs, I tried my best to get all of them out, but like most of you know, you have to actually try to use it to find them all.
    If you do find one please let me know and ill fix it right away(ill do it faster then I did before I promise :p)
     
  24. Offline

    NaNdummy

    My users are changing their birthdays everyday to the next day. Please make that they cannot change their birthday.
     
  25. Offline

    woder

    You are not able to change it after it is set, so I do not understand how this is possible, are you using an older version? (I have tested this many times before and have never had this problem, the way it should be is that once you type /birthday bla bla, you CAN NOT use that again, someone has to use /birthdayp thatplayer bla bla)
     
  26. Offline

    dafreo

    Can you make it in such way you can add a prefix that lasts only for 24 hours, just something simple and that us people can customize, maby can set it as [Birthday] as default.
     
  27. Offline

    Nickexp

    i'm running this plugin on my server :)
     
  28. Offline

    woder

    Quick question, id add that for sure, not very hard to do so, only problem is the fact that it would remove your skin unless I did some kind of chat filtering, chat filter = conflicting plugins (like mchat) so im not sure if thats what you want or not
     
  29. Offline

    kaiser_czar

    Can't you not do PlayerChatEvent blah.setFormat("[Birthday] "+blah.getFormat());?
     
  30. Offline

    bobacadodl

    No offense, but who celebrates their birthday on minecraft? :confused:
     
  31. Offline

    dafreo

    Well im kinda new to all this stuff so im not all that familiar with it all. But if mchat allows you to get a prefix next to your name, well then yeah that's what i mean. Im not that great at explaining myself so sorry if ya still don't understand.
     

Share This Page