[ADMN/ECON] RewardMe - Reward your users with custom rewards! [1.6.4]

Discussion in 'Archived: Plugin Releases' started by se1by, Oct 31, 2011.

  1. I have a problem..... how do i download the plugins????
     
  2. Offline

    se1by

  3. Offline

    DaNksta

    Is it possible to give enchanted tools as rewards?
     
  4. Offline

    cell123

    @se1by
    yeah it will be greath!!!
     
  5. Offline

    se1by

    I'll check the api, but I don't think so :(
    But perhaps I'll add experience points as rewards.

    Updated to latest rb.

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

    nggmc

    Hey. I have a suggestion. Let players get rewards everyday If they have a permission. Won't be hard to do
     
  7. Offline

    se1by

    I'm working on a daily login reward :)

    Updated to v2.2
    • added daily login reward, can be turned of in the config.yml
    • rewards have to be in rewards.yml now
    • Use Command instead of cmdpre and cmdsuf
    • use %USER as a placeholder for the username
    @nggmc

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

    nicom1997

    Thanks a lot!
    I have some games on my Server, and now the winner get 1 Point :D
     
  9. Offline

    se1by

    nice to hear :)
     
  10. Offline

    Mcmaxx

    Hey, I like the plugin so far, but I think it would be awesome if you can let players on the server see their rank (in points) to everyone else! How 'bout it? Think you can add it in?
     
  11. Offline

    Mcmaxx

    Maybe even remove points through commands as well? Just some ideas I could use in my creative server.
     
  12. Offline

    ForsakenRealmz

    Is this error normal?

    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'rewa
    rd' in plugin RewardMe v2.2
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    5)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    78)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:757)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :180)
            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:93)
            at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java
    :550)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NullPointerException
            at me.se1by.RewardMe.basic.user(basic.java:24)
            at me.se1by.RewardMe.RewardMe.onCommand(RewardMe.java:91)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            ... 14 more
     
  13. Offline

    se1by

    @Mcmaxx
    I'll add it in the next update :)
    You can remove points with /points <username> -<amount>
    @ForsakenRealmz
    no error is normal...
    I'll check it in a minute.
    EDIT:
    Seems as you didn't setup a command for a reward.
    Check it and also check for splling and such stuff.
     
  14. Offline

    Mcmaxx

    THANKS! I'm using it in my server atm and I award them to whoever makes creative strucutres, based on time spent. A rank system would be awesome to have because you can see who contributes the most. :)
     
  15. Offline

    se1by

    You could create rewards with permission groups, would be like a rank system.
     
  16. Offline

    Mcmaxx

    Yeah but everyone is opped, so they can just spawn their own rewards in :/
     
  17. Offline

    se1by

    version 2.3 is out!
    Changes:
    • Updated to 1.1R2
    • Redeem code feature
     
  18. Offline

    Tomskied

    Hey this looks like exactly the plugin I am looking for. will be testing it shortly!

    Edit: Ok I have trialed out this plugin, works well but would only considering to carry on using it if it supported permissions that took away after a period of time. I see you said earlier that you wouldn't have a way of doing this though?
     
  19. Offline

    nggmc

    Code:
    2012-02-26 15:06:34 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'reward' in plugin RewardMe v2.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:402)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:784)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:744)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:732)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: java.lang.NullPointerException
        at me.se1by.RewardMe.basic.user(basic.java:25)
        at me.se1by.RewardMe.RewardMe.onCommand(RewardMe.java:90)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 12 more
    It happens whenever the plugin is used.. Except for the daily login reward..

    Also think this is appropriate:
    Code:
    Diamondz:
      CommandPrefix: give %USER diamond 64
      Prize: 10
      Description: 64 Diamonds
     
    Goldz:
      CommandPrefix: give %USER 266 64
      Prize: 10
      Description: 64 Gold Ingots
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  20. Offline

    RiotShielder

    I get this error on startup

     
  21. Offline

    se1by

    Version 2.4 is out!
    Now with console support!
    Please try it and tell me if the errors still occur.
     
    jorisk322 likes this.
  22. Offline

    jorisk322

    weahooo!
     
  23. Offline

    MaZ18

    Can't I remove points?
    EDIT: Nevermind :p
     
  24. Offline

    MaZ18

    what are "logs"?
    I know you get one for each login, but what can I do with them?
     
  25. Offline

    jorisk322

    se1by Could you look at the comments on your BukkitDev page please? I think you missed them.
     
  26. Offline

    KingFlowy

    Is it possible to give users points as daily reward?
     
  27. Offline

    Tobias2189

    I've got this set up to give three emeralds when a player joins, I'm currently the only one getting them. I'm op and in admins group. is there a permission I need to give other groups to allow them to get the emeralds?
     
  28. Offline

    123dannn123

    How do i make it so that people get money when they loggin? please answer:(
     
  29. Offline

    45zeldafan

    Does this work with 1.4.7
     
  30. Offline

    se1by

    RewardMe is no longer inactive/unsupported!

    If you find any bugs, report them and I'll resolve them as quickly as I can.
    RewardMe is currently under a complete overwork which will mainly be under the hood, but make sure to read the changelogs in case anything important changed.

    EDIT:
    I just uploaded the updated version of RewardMe to dev.bukkit.org .
    Just wait until it gets approved and make sure to give feedback!
     

Share This Page