Server Points
Server Points
Server Points
This plugin adds points to your server, allowing players to upgrade, and making pvp important business. This is how the default point system works:
- players get 1 point per ten seconds.
- players get more points for killing a mob if the mob is rare/hard to kill.
- players get half of the points of a player that they killed.
- you lose half of your points when you die, this way complete noobs wont get any points, even if they play very long.
... And this plugin does not only add points to your server but also adds thirst, making hardcore even harder!
Features
- A fair point system.
- All items can be purchased/sold with signs.
- An API to support other plugins (other plugins coming soon).
- Everything is configurable. I wanted to put (configurable) after everything that is configurable, but that makes the description unreadable.
- No other plugins required!
- Players have thirst (and a warning sound before they get to thirsty).
- A few upgrades that you can buy for your horse, players can buy a horse as well.
- Once you purchased your horse, you can teleport/respawn it to you with /horse.
- Scoreboard showing player stats (waterlevel, points, etc).
- Everything will be saved.
- A bank system to keep your points save.
- points can be transferred.
- Bonusses.
- a bounty caommand.
- A reload command to not interrupt any other plugins.
Commands and Permissions
| Command | Function | Permission |
|---|---|---|
| /serverpoints help | Shows all commands (red if disabled) | ServerPoints.Player |
| /serverpoints reload | Reloads the config | ServerPoints.Admin & ServerPoints.Player |
| /serverpoints toggle | Toggles wether you get a message or not when you gain/lose points | ServerPoints.Player |
| /horse help | shows all horse commands (red if disabled) | ServerPoints.Horses |
| /horse | Teleport/respawn your horse to you | ServerPoints.Horses |
| /horse purchase | Purchase a horse | ServerPoints.Horses |
| /horse jump | Upgrade your horse jump level (default: level you're upgrading to*25 points) | ServerPoints.Horses |
| /horse combat | Upgrade your horse combat level, deals half heart extra damage per level when you're on a horse (default: level you're upgrading to*50 points) | ServerPoints.Horses |
| /bank help | shows all bank commands (red if disabled) | ServerPoints.Bank |
| /bank deposit <points> | Put some points on your bank account | ServerPoints.Bank |
| /bank withdraw <points> | Withdraw points from your bank account | ServerPoints.Bank |
| /bank bonus | upgrade your bonus, your bonuslevel is the percentage of points that you get extra | ServerPoints.Bank |
| /bank transfer <player> <points> | Give points from your bank account to someone else | ServerPoints.Bank |
| /bank bounty <player> <points> | Give people money for killing your victims (as suggested by ByGxdz) | ServerPoints.Bank |
Configuration Important!
Here is a complete manual for configuring your point system /bukkit-plugins/server-points/pages/main/config-manual/
Support
Please report any issues or bugs you have by sending me (arizakaa) a PM, post a comment, or use the ticket system.All feedback is welcome! If you want to help me to develop this plugin, then please take a minute and fill in one of the polls, you can find them in the blue bar above, or if you're lazy click here: /bukkit-plugins/server-points/polls/
To-Do
- Create an item shop.
- More upgrades.
Done
- Create an item shop.
- Added a transfer command for the bank.
- Added a config.
- Added a bank to keep some of your points save.
-
View User Profile
-
Send Message
Posted Apr 18, 2014Please add support for Info-board
-
View User Profile
-
Send Message
Posted Feb 11, 2014Water Level doesnt go away, even while disabled... Ant
-
View User Profile
-
Send Message
Posted Dec 28, 2013@CraftPimp
thanks for telling me, I fixed it, so if you want to modify that, I will release the next version sunday or monday, so depending on bukkit it will be approved in a few days.
-
View User Profile
-
Send Message
Posted Dec 28, 2013It says everything is configurable, but I do not see where u can modify the percentage of the persons points u gain/they lose when u kill them.
-
View User Profile
-
Send Message
Posted Dec 18, 2013@ByGxdz
Great idea, expect an update with fixes and a bounty command to come out monday. I will make the price show right above your head.
-
View User Profile
-
Send Message
Posted Dec 18, 2013Can you add /bounty [PlayerName] [Amount]
-
View User Profile
-
Send Message
Posted Dec 17, 2013@EnderTroll68
Thanks for the tip, I'm going to handle it right now.
-
View User Profile
-
Send Message
Posted Dec 17, 2013You need to handle the error that occurs when someone types /bank with no arguments. You need to check for args.length. Easy way to do that is to put in:
if(args.length == 0){ return false }
Just a piece of friendly advice :P You also have no way to check your bank balance, you also have no way to check how many points you currently have. I like the idea of the plugin but you need to finish coding/testing it before releasing a new version :/
-
View User Profile
-
Send Message
Posted Dec 10, 2013nice work great pluging :)
-
View User Profile
-
Send Message
Posted Dec 10, 2013@BetaBlaze
Thanks for your comment, The next thing I'm going to do on this is adding a config, so hopefully that is going to make everything customizable.
Thanks!
-
View User Profile
-
Send Message
Posted Dec 9, 2013Love the idea, though what you're really missing is allowing server owners to customize what users can buy.