KillPoints

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

Polski opis będzie dostępny na MPCforum

What is that?

Warning: If you update your plugin to 1.2 update your config! or you get errors.

Small plugin for getting points by killing players, and losing it when you die. I wrote that some time ago for someone but I want public it because some people (most from Poland like me) just want something like that.

So plugin was written for Polish people but before public I changed some code and add fast-English translate. And also all code is in GitHub :) (under http://creativecommons.org/licenses/by-nc-sa/4.0/legalcode license)

If you have "No operations allowed after statement closed" you can download pre build from:

https:github.com/BukkitSmerf/KillPoints/releases/tag/v1.2.1-pre

Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.

Description

Plugin adding points to player for every kill. (other player) But have some rules... (see below)

How plugin adding points?

  • If killed have more points than killer then random % of (KilledPoints - KillerPoints) is added to killer.
  • If killed have less than (value from config) points then killer can get points # between (value from config)and (value from config). But also have some (value from config)% to get negative points.
  • Some points (% between (value from config)and (value from config)) from points gained by killer is subtracted from killed points.
  • If killed have less points than killer then can get points between (value from config) and (value from config). But also have some (value from config)% to get negative points.

Plugin support MySQL and SQLite so you can add online TopList

See config http://dev.bukkit.org/bukkit-plugins/killpoins/pages/config/

Commands and permission:

  • KillReload
    • Reload config, use /KillReload -rp to reload players, use /KillReload -s to save player and use /KillReload -f to remove Table (all data will be lost)
    • Permission: Kills.Reload
  • Stat
    • Show "my" stats, or selected player.
    • Permission: Kills.OwnStats, Kills.OtherStats (default for everyone)
  • TopKill
    • Command to see topList, you can see topList of points/kills/deaths or KD (you must type: /TopKill <CommandFromConfig> [page]
    • Permission: Kills.TopList.Points.Normal - you can see TopList of points. (default for everyone)
    • Permission: Kills.TopList.Deaths.Normal - you can see TopList of deaths.
    • Permission: Kills.TopList.Kills.Normal - you can see TopList of kills.
    • Permission: Kills.TopList.Kd.Normal - you can see TopList of K/D.
    • If you have permission you can send TopList to every player (broadcast message) by adding "-a"
      • Permission: Kills.TopList.Points.ToAll - you can send TopList of points.
      • Permission: Kills.TopList.Deaths.ToAll - you can send TopList of deaths.
      • Permission: Kills.TopList.Kills.ToAll - you can send TopList of kills.
      • Permission: Kills.TopList.Kd.ToAll - you can send TopList of K/D.
    • And some other permissions:
      • Permission: Kills.TopList.Points.* - you can see and send TopList of Points
        • This same for Kills.TopList.Deaths/Kills/KD
      • Permission: Kills.TopList.ToAll - you can send every TopList
      • Permission: Kills.TopList.Normal - you can see every TopList
      • Permission: Kills.TopList.* - you can see and send every TopList
  • And Kills.* for every permission.

Full list of permission from plugin.yml: http://pastebin.com/vhmEEzvU

Other

Sorry for my English!!!

GitHub: Click here!


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    71300
  • Created
    Dec 25, 2013
  • Last Released File
    Jan 11, 2014
  • Total Downloads
    2,027
  • License

Categories

Members

Recent Files