Scoreboard pay
PluginMIT

Scoreboard pay

Pay by scoreboard 1.18+ Paper Spigot Bukkit

224
Downloads
1
Followers
5 months ago
Updated
📦
2
Versions

📖About Scoreboard pay

💰 PayCommand

Paper
Minecraft
License
Version


🌍 English Description

PayCommand — a lightweight plugin that adds a /pay command using the Minecraft scoreboard as a currency system.

When launched for the first time, the plugin automatically creates:

plugins/PayCommand/config.yml

You can edit all text messages and the scoreboard name inside this file.

✅ Works on Paper, Spigot, and Bukkit servers
✅ Supports Minecraft 1.18+

💸 Command:

/pay


🇷🇺 Описание на русском

PayCommand — лёгкий плагин, добавляющий команду /pay,
которая использует scoreboard в качестве системы перевода денег между игроками.

При первом запуске плагин автоматически создаёт:

plugins/PayCommand/config.yml

Ты можешь менять любые тексты и имя scoreboard в этом файле.

✅ Работает на Paper, Spigot, и Bukkit
✅ Поддержка Minecraft 1.18+

💸 Команда:

/pay <ник> <число>


⚙️ Configuration

# Example config.yml

# Scoreboard objective name
scoreboard-name: Money

# Messages
messages:
  only-player: "&cThis command is available only to players!"
  no-permission: "&cYou do not have permission to use this command!"
  usage: "&eUsage: /pay <player> <amount>"
  player-not-found: "&cPlayer not found!"
  self-pay: "&cYou cannot transfer money to yourself!"
  valid-number: "&cEnter a valid number!"
  valid-amount: "&cAmount must be greater than 0!"
  not-enough: "&cInsufficient funds!"
  send: "&aYou transferred &e%amount% &acoins to player &e%target%!"
  received: "&6You received &e%amount% &6coins from &e%player%!"

🔑 Permissions

Permission Description
paycommand.use Allows the player to use the /pay command

If you use LuckPerms, give access with:

/lp user <player> permission set paycommand.use true

🧩 Compatibility
Minecraft Version Paper Spigot Bukkit
1.18 – 1.21.5 ✅ ✅ ✅

🧱 Installation

  • Download the latest PayCommand.jar

  • Place it into your server’s plugins folder

  • Start the server — a config file will be generated

  • Edit config.yml to customize messages and scoreboard

🧠 Notes

The plugin uses the Minecraft scoreboard system to store player balances

Make sure you have a scoreboard objective created (Money by default)

Compatible with most scoreboard-based economy setups

🧾 License

This project is licensed under the MIT License.
You can freely use, modify, and include it in your server packs.

🔗 Links
🌐 Modrinth Page

💻 GitHub Repository

📜 License: MIT

✨ Made with ❤️ for the Minecraft community