Filled Double XP

Discussion in 'Archived: Plugin Requests' started by nxtguy, Mar 20, 2013.

?

Would you use this plugin?

Poll closed Mar 27, 2013.
  1. Yes

    0 vote(s)
    0.0%
  2. No

    100.0%
  1. Offline

    nxtguy

    Check the complete plugin here: http://dev.bukkit.org/server-mods/doublexp/



    Plugin category: FUN

    Suggested name: DoubleXP (?)

    What I want: Like battlefield, call of duty, etc they some times have "Double XP Weekends" or things like that.

    I want a plugin that would give players double xp points for mining, killing monsters, etc on certain days (configurable in the config file.) Or manually with a start/stop command.

    Permissions are required as I would only give it to high ranked players.

    If the developer wants to go really far, it would be cool if different permission gave X times more xp. For example player with permission A would get 2 times the normal xp. Player with permission B may get 4 times. Something along those lines.

    [NEW] For Example:
    In the config I set up that I want double-xp every Friday and Saturday.
    • Thursday, no one gets double xp.
    • It's now Friday, players with the doublexp.use permission now get double xp from everything.
    • Now it's Sunday, everyone goes back to having the regular amount of xp when killing things.
    Ideas for commands: /doublexp (?)

    Ideas for permissions: doublexp.use

    When I'd like it by: As soon as possible.

    I am aware of this topic, however I would like this plugin to have more functionality than the other one. Configurable days of the week.

    All in all, I would like to make sure the plugin is very light weight and doesn't cause too much server stress. So no long timers or anything.

    Thanks!
     
  2. Offline

    MrDynamo

  3. Offline

    nxtguy

    Awesome, do you think you could add the function to enable it on X days. Like Saturday, Sunday, what ever I want?

    I would like it to auto enable on certain days, so I can limit it only to those days.
     
  4. Offline

    MrDynamo

    Working on that now, didn't see that when I read the original post.
     
  5. Offline

    nxtguy

    Awesome, thank you soo much. :D

    Are you going to make a new Bukkit Dev Project for it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 31, 2016
  6. Offline

    MrDynamo

    Wasn't planning on it, but I can if you want.
     
  7. Offline

    nxtguy

    Maybe, so I can have a place where I can download it always, and others can get it too. :D
     
  8. Offline

    MrDynamo

    I've never uploaded anything to bukkit Dev but I'll finish up the Plugin tomorrow when I wake up
     
    nxtguy likes this.
  9. Offline

    nxtguy

    Sorry to bug you but any update?
     
  10. Offline

    NatsuLT

    This sound like a great idea could you modify this a bit?:
    1. You could choose which mobs give double xp or atleast prevent dragon from giving it.
    2. You could make so that the plugin would be activated at all times
    3. Players with premmision doublexp.toggle would automaticly get double xp would not need to use a command.
     
  11. Offline

    MrDynamo

    Everyone gets double xp if it is on server wide. I could possibly add the certain mobs.

    Sorry, I went out of town. I'll try to finish it up this morning before I leave for the championship. It's all setup I just need to get it working for some reason
     
  12. Offline

    nxtguy

    MrDynamo
    1. Yes, preventing the dragon from giving double xp would be nice.
    2. This the complete opposite of my plugin request.
    3. Yes, I agree with this. The command isn't needed.
     
  13. Offline

    NatsuLT


    About the "2" i meant so an admin could decide in the congif whenever it 1,2,3 or 7 days a week.
     
  14. Offline

    nxtguy

    Oh, that sounds good. :D
     
  15. Offline

    MrDynamo

    I'm having a bit of trouble being able to enable it on certain days. Will try to hurry and get it working.
     
  16. Offline

    Faith

    If you need any help let me know ;)
    Skype: keiranturner33
     
  17. Offline

    nxtguy

  18. Offline

    MrDynamo

    @JoeGandy1

    Can you send me a copy of the plugin?

    I could not for the life of me get the seperate days to work. Did you use enums?
     

  19. I used a list of strings and checked if they contained the first three letters of the week day, e.g. "monday" would check if it contained "mon", which would set a variable to 2, then if the calendar day of week was equal to that, hey presto and of course i'll send you a copy.
     
  20. Offline

    MrDynamo

    The way you did it is so much simpler than the way I was trying lol
     

Share This Page