Skip to content

Volcar144/EcoKills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

EcoKills

A Minecraft plugin to give a percentage of a player's money to another player when they have been killed.

GPLv3 License

Features

  • Configurable design
  • Percentage rate or flat fee
  • Reload command

Installation

Install the plugin on paper version 26.1.2 and edit the config if necessary. It supports placeholderAPI and requires the newest version of Vault and a compatiable economy plugin to work.

Config:

    #Show the ASCII banner when the plugin is enabled
    ascii-banner: true

    payments:
    #Pay a flat fee for each kill, or a percentage of the victim's balance
    flat-fee: false
    fee-amount: 100

    #Max 100
    percentage: 10

    #Messages in the plugin use the minimessage format(https://webui.advntr.dev/). If you have placeholderAPI enabled, you can use that too.
    #Placeholders:
    # - %victim% the person who was killed
    # - %killer% the killer of the player
    # - %amount% the amount earned.
    messages:
    killer: "<gold>You killed <red>%victim%</red> and earned <red>%amount%</red></gold>"
    victim: "<red>You were killed by <gold>%killer%</gold> and lost <gold>%amount%</gold></red>"

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages