Inactive [RPG] PvP Money 1.1 - Awards iConomy money for killing players! [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Lithixium, Sep 7, 2011.

  1. Offline

    Lithixium

    Features:
    • Awards players for killing other players (Useful for RPG servers!)
    • Can take money away from the player who dies!
    • Supports iConomy and BOSEconomy (Not at the same time :p)
    Download here!
    Source Code!

    ToDo:
    • Add percent to take away from player (In Progress)
    • Add SuperPerms support (Maybe...)
    • Add top 10 leaderboard (Maybe...)
    Known Issues:
    • Player doesn't get awarded money and points if the player falls and dies.
    • I left out the scoring code :( No scoring until next release now :/
    ChangeLog:
    1.1 -
    Added support for BOSEconomy.
    Added take-money option to take money from the killed player.
    0.2 -
    Added scores.
    0.1 -
    First Release!
     
    Bjourk likes this.
  2. Offline

    8thDimension

  3. Offline

    Lithixium

    Sure thing! Its actually the exact same name :p
     
  4. Offline

    8thDimension

    Thar you go :p
     
  5. Offline

    wachnlurn

    did you write PvPRewards
     
  6. Offline

    Bush

    lol you did the score thing
     
  7. Offline

    Lithixium

    Yes I did write this PvPRewards, the name has been changed now to PvP Money. Thanks 8thDimension! :D

    Adding leaderboards now. Noticed that PvPRewards (The other one) is not updated to RB 1060.
     
  8. Offline

    wachnlurn

    can you allow this plugin to pay money directly from a players account? or does it already do that? like a percentage. so there are no outside sources of money coming in. only what players have on them.
     
  9. Offline

    Lithixium

    Yup! Its in my ToDo list. I will also add a percentage to take out from the players account.
     
  10. Offline

    riuthamus

    Can we get BOSEcon support?
     
  11. Offline

    Lithixium

    Sure! Gonna check your API for it now!

    1.1 Released!
    • Added BOSEcon support
    • Added option take-money to take money from the player who dies
    Delete the config once you update!

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

    Bush

  13. Offline

    bond654

    just install jobs much better
     
  14. Offline

    Lithixium

    What if people don't like all the other features of Jobs? Can you disable the features?

    I personally don't like Jobs and that is why I made this plugin, to let people use this feature without using all the features of Jobs. And can you tell me how Jobs is better because I would like to improve?
     
  15. Offline

    TehRandomGuy

    Awesome plugin, was making one of these myself! Beat me to it :p

    How's the leaderboards going?
     
  16. Offline

    bond654

    just remove the jobs and you can still get money from killing
    it better because you can do more. wath is the point with getting money from killing only boring because someone only focus on that. and jobs also suport bose economy andd a nother i don't rember but i use iconomy
     
  17. Offline

    TehRandomGuy

    @bond654 Do you ever read the post or do you just go around saying "just install jobs its much better" or whatever when the plugins you say most likely have extra features that a server admin may not want, and that is why they found this plugin?

    Up there it clearly states that it supports BOSEconomy and why would one go through all that trouble with disabling Jobs when there is a perfectly good plugin right here that requires little to no configuration? And does Jobs give you the option to take money from the killed player or to just give the money to the killer? Because I really like that feature.

    @Lithixium Suggestion:
    Add MultiWorld support (IE Different amount per world)
     
  18. Offline

    mineHAVOC

    found a problem with iconomy/this/towny, if a player goes less than $0. it still takes away from that player, and give money to the other player. so the player that dies will have negative money. so with towny, and a plot is free ( $0 ) they cant buy it cuz they have negitive money.

    any way to make it so @ $0 it wont take away any more money? or if the person who is killed has no money, the killer only gets 50% of the amount specified? and make it so you cant go below $0.
     
  19. Offline

    Bjourk

    Thanks.
    Keep this plugin going!
     
  20. Offline

    getaim

    big bug: u can get -money
    for example: you loose 100 coins when you die. so you go with an acc online, which no1 needs and your friends kill you endless and they can get endless money, because your money can go under 0. when you friends killed you about 1000 times you go offline and never come back again and everyone has the big money.

    sry 4 bad english. german
     
  21. Offline

    jonassm

  22. Offline

    Bekz

    add superperms / bukkitpermissions support asap please.
     
  23. Offline

    TehRandomGuy

    As he doesn't seem to be updating it, I will continue on is. I've asked him and he said thats fine! I'll go get to work!
     
    Bjourk likes this.
  24. Offline

    mineHAVOC

    post a link when you have it!! (and fix negative money!)
     
  25. Offline

    Luxius96

    Support with essentials economy?
     
  26. Offline

    Kylefraser

    So like without event reading the details i know this plugin is good :D! but is it compatibly with the lates RB?
     
  27. Offline

    Gallie

    IDK MAN WHY DONT YOU TRY IT YOURSELF? Jesus I hate it when people do this.
     
  28. Offline

    Kylefraser

    Turns out it is but like it dont work .......
     
  29. Offline

    TheDevGuy

    I have a problem with my it says this,

    Could not load 'plugins\PvPMoney.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:189)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:157)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:423)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListener
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139)
    ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.entity.EntityListener
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ... 11 more

    If you can help me fix this would be great, Thank you
     
  30. Offline

    Da_ninja

    I like how when you download it its named "PvPMoney.jar"... which can be spoken as PvP Money Jar (similar to a swear jar). I found that hilarious. And yes. That was the only reason why I made this account... which seemed to automatically pick up my avatar... lol...
     

Share This Page