HomeJavaModsSkiesEconomy
SkiesEconomy

SkiesEconomy - Lightweight Economy Plugin with Vault Support

A fast, reliable, and feature-rich economy plugin for Spigot/Bukkit servers with full Vault integration.

✨ Features

Core Economy System

Commands

Money Notes System

Withdraw your balance as physical paper notes that can be:

Developer-Friendly

📦 Installation

  1. Download the latest release
  2. Place the JAR file in your server's plugins/ folder
  3. Restart your server
  4. Configure settings in plugins/SkiesEconomy/config.yml

⚙️ Configuration

economy:
  starting-balance: 1000.0
  use-vault: true
  currency-name-singular: "Dollar"
  currency-name-plural: "Dollars"

🎮 Player Commands

Command Description Permission
/balance Check your balance skieseconomy.balance
/pay <player> <amount> Send money skieseconomy.pay
/withdraw <amount> Withdraw as note skieseconomy.withdraw

🔧 Admin Commands

Command Description Permission
/eco give <player> <amount> Give money skieseconomy.admin
/eco take <player> <amount> Take money skieseconomy.admin
/eco set <player> <amount> Set balance skieseconomy.admin

🔌 Dependencies

Required

Optional

🛠️ For Developers

SkiesEconomy provides a comprehensive API for plugin integration:

Direct API Access

Plugin skiesEconomy = Bukkit.getPluginManager().getPlugin("SkiesEconomy");
EconomyManager manager = ((Plugin) skiesEconomy).getEconomyManager();

// Check balance
double balance = manager.getBalance(player);

// Deposit money
manager.deposit(player, 100.00);

// Withdraw money
if (manager.has(player, 50.00)) {
    manager.withdraw(player, 50.00);
}

Vault Integration

RegisteredServiceProvider<Economy> rsp = getServer()
    .getServicesManager().getRegistration(Economy.class);
Economy econ = rsp.getProvider();

📘 View Full Integration Wiki →

🏆 Why Choose SkiesEconomy?

📊 Technical Details

🤝 Support & Compatibility

Compatible with popular economy plugins and systems:

📋 Permissions

Permission Description Default
skieseconomy.balance Use /balance true
skieseconomy.pay Use /pay true
skieseconomy.withdraw Use /withdraw true
skieseconomy.admin Admin commands op

🐛 Bug Reports & Features

Found a bug or have a feature request? Please create an issue on our GitHub repository!

📜 License

This plugin is open source. See LICENSE file for details.


Need help? Check out the wiki for detailed documentation!

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more