Skip to content

HimaJyun/Jecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jecon

Economy base plugin for Bukkit/Spigot
Build Status

Characteristic

  • UUID Ready
  • 1.12 Ready
  • Vault Ready
  • MySQL(+SQLite) Ready

Installation

  1. Download this plugin.
  2. drop in plugins directory.
  3. Server start.
  4. config edit.
  5. reload

Settings

Please refer to the comments in the configuration file.

Command/Permission

Command Permission Description Default
/money jecon.show Show your balance. ALL
/money [player] jecon.show.other Show [player] balance. OP
/money pay <player> <amount> jecon.pay Send <amount> to <player>. ALL
/money top [page] jecon.top Show the top list. OP
/money give <player> <amount> jecon.give Give <amount> to <player>. OP
/money take <player> <amount> jecon.take Take <amount> on <player>. OP
/money set <player> <amount> jecon.set Set the <amount> of <player>. OP
/money create <player> [amount] jecon.create Create <player> account. OP
/money remove <player> jecon.remove Remove <player> account. OP
/money reload jecon.reload Reload the config. OP
/money help N/A Show command help. ALL