Inactive [FUN/ECON] Score v0.8.1 - give scores to each other and win money (dynmap support)[1.2.5-R1.0]

Discussion in 'Inactive/Unsupported Plugins' started by HWei, Aug 16, 2011.

  1. Offline

    HWei

    Score - give scores to each other and win money
    Version: 0.8.1

    Why not let players earn money from their buildings instead of killing mobs? This is minecraft!

    Moved to BukkitDev.
    Direct download from Github.

    Features

    • Viewers can give a score to a work. The range of score is 0.0 - 10.0.
    • Author will receive reward according to the final score.
    • Give score will cost viewer money but he will win reward if the score is near to the final score.
    • Final score is average score of viewers generally. But admin can also set it to a forced score.
    • Players can pay to teleport to a score sign.
    • Using Vault API, capable to most of economy and permission plugins.
    • Using Bukkit database API, capable to most of database types.
    • Support Custom Languages.
    • Display score sign positions on dynmap.
    [​IMG]
    Typical Usage

    [​IMG]
    Optional Requirements

    • Vault plugin, and a economy plugin supported by Vault plugin. If you do not want to use a economy plugin, please set price, tp_price, viewer_max_reward, author_max_reward to 0.0 in config.yml.
    • A permissions plugin supported by Vault, for example PermissionsBukkit or PermissionsEx.
    Detailed Information

    Changelog:

    Version 0.8.1
    • Support CraftBukkit 1.2.5-R1.0
    Version 0.8
    • Display score sign positions on dynmap
    Version 0.7.1
    • Support CraftBukkit 1.2.4-R1.0
    • Support custom language
    Version 0.6.3
    • Support CraftBukkit 1.1-R1
    Version 0.6.2
    • Support CraftBukkit 1.0.1-R1
    • Replace Register by Vault plugin.
    Version 0.6.1
    • Support CraftBukkit #1317
    • Replace build-in Register by external Register plugin.
    • Using new configuration API.
    Version 0.6
    • Support CraftBukkit #1240
    • Look at a sign and type commands. No need punch it any more.
    • Hide help menu from those who do not have permissions.
    Version 0.5
    • Support multiple worlds.
    • Update Register API.
    Version 0.4b
    • Support CraftBukkit #1185
    • Update Register API.
    Version 0.4a
    • Can correctly work without config.yml. (But you had better create one.)
    • Fix max reward bug.
    Version 0.4
    • Remove internal permission manager.
    • Broadcast score information.
    • Add list and tp commands.
    Version 0.2b
    • Fix a serious bug: players cannot break all signs.
    • Fix permissions bug: listadmin, addadmin, removeadmin.
    Version 0.2
    • Dose not save config after being disabled any more. And can reload config now.
    • Fix reward info for viewers after score sign has been closed.
    • Add 2 commands: reload, listadmin.
    Version 0.1
    • First release.
     
  2. Offline

    feildmaster

    Sounds interesting... Might look this over.
     
  3. Offline

    combineball

    Awesome!
    嘿嘿我是光球=w=
     
  4. Offline

    Smidds

    The descriptions a little confusing... But sounds like a cool plugin!
     
  5. Offline

    HWei

    Maybe I should add some formulas about reward money.

    (Or because I am not an English speaker... [pig] )
     
  6. Offline

    Smidds

    Oh I see.. I kind of figured :D
     
  7. Offline

    Rhas

    It doesn't seem to work for me. The plugin loads up fine, but I can't charge for voting or give out any rewards. If I close a sign, this happens in the Serverlog:

    > 21:23:34 [INFO] [Score] Config reloaded.
    > 21:24:05 [INFO] [iConomy] Failed to set holdings: org.h2.jdbc.JdbcSQLException: Data conversion error converting "SQRT(-1) (BALANCE DECIMAL(64, 2) SELECTIVITY 68)"; SQL statement:
    UPDATE iConomy SET balance = ? WHERE username = ? [90021-153]
    > 21:24:05 [SEVERE] Could not pass event PLAYER_INTERACT to Score
    java.lang.NumberFormatException: For input string: "?"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:481)
    at java.lang.Integer.valueOf(Integer.java:570)
    at com.iConomy.util.Misc.formatted(Misc.java:72)
    at com.iConomy.iConomy.format(iConomy.java:427)
    at com.nijikokun.register.payment.methods.iCo5.format(iCo5.java:29)
    at me.hwei.bukkit.scoreplugin.ScoreMoneyManager.Format(Unknown Source)
    at me.hwei.bukkit.scoreplugin.ScoreSignOperationFactory$OperationClose.Execute(Unknown Source)
    at me.hwei.bukkit.scoreplugin.ScorePlugin.execute(Unknown Source)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
    at net.minecraft.server.ItemInWorldManager.dig(ItemInWorldManager.java:63)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:478)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:140)
    at net.minecraft.server.Packet14BlockDig.a(SourceFile:42)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    >

    [​IMG] Befehl Senden​
     
  8. Offline

    HWei

    I don't know why this happened. Seems iConomy could not format the money display. Is your iConomy plugin configed right?

    Or update to the latest Score plugin and try again. (I updated it just now)


    I found the reason and fix it.
    (And you had better create a config.yml for the plugin.)
     
  9. Offline

    DaNksta

    I noticed on the page for usage as admin it says to get info about the sign u can use /scr admin, which isnt a real command. How do I check the current score of something, is that possible? /scr admin doesnt work and is not listed in /scr ?
     
  10. Offline

    HWei

    Sorry forget to update the usage page. If you have permission of score.admin, just punch the score sign to check score and rewards.
     
  11. Offline

    DaNksta

    Thank you !
     
  12. Offline

    Kozzy68

    this plugin is great idea but it needs more features and configurability and lot more :). This is all what is MC about I think constructing nice things but there is not algorithm to say what is nice. MC sux as rpg pr pvp game. Can you include perrsmisions :) pls ?
     
  13. Offline

    HWei

    There are already configurations and permissions included. Read this: http://dev.bukkit.org/server-mods/score/pages/install/
    Sorry, I don't quite understand what do you mean.:confused:
     
  14. Offline

    Kozzy68

    Sorry I have completly missed that page. Great its all there. Excelent plugin.
     
  15. Offline

    Kozzy68

    Hi, Is it possible to prevent people voting for tiers own signs ?
    Thanks for re.
     
  16. Offline

    hybridphreak

    Genius ;P
     
  17. Offline

    lukey1235

    can you say /give playername amount money
     

Share This Page