Give score to each other's building, and win money.
Why not let players earn money from their buildings instead of killing mobs? This is Minecraft!
Forum thread : http://forums.bukkit.org/threads/31793/
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.
Typical Usage
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
Instruction for Upgrading from 0.4- to 0.5+
v0.5+ supports multiworld now. But you have to upgrade database manually using the script at download section.
Windows
- Download sqlite3 and place sqlite3.exe near to the Score.db in Score directory.
- Download upgrade script and place upgrade_Score_db.bat at the same place.
- Stop server.
- Run upgrade_Score_db.bat.
- Download a new Score plugin and replace the old one.
- Start server.
Linux
- Download upgrade script and place upgrade_Score_db.sh near to the Score.db in Score directory.
- Stop server.
- Run upgrade_Score_db.sh.
- Download a new Score plugin and replace the old one.
- Start server.