S-Economy
作者:rebot | 分类:模组
Minecraft 版本: 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: paper purpur
标签: economy management utility
Overview
S-Economy is a simple and lightweight economy plugin, utilizing Vault as the backend.
S-Economy requires the plugin Vault.
Features
- Reload the plugin directly in-game
- Customizable messages
- Update-Checker (Automatically checks for updates on startup and when an admin joins.)
- Option to toggle/configure the commands in
commands.yml - Balance command (Aliases: /balance, /bal, /money, /coins)
- Economy command (Manage player balances)
- Pay command (Transfer money to other players)
- More features in development ...
Commands
- /s-economy about - Displays information about the plugin
- /s-economy reload - Reloads the plugin in-game
- /balance - Shows the own balance
- /balance - Shows the balance the given player has
- /economy give - Gives a player money
- /economy take - Takes a player money
- /economy set - Sets the money of a player to the given amount
- /economy reset - Resets a player's money
- /economy check - Checks a player money (Same as /balance)
- /pay - Sends the given amount of money to the other player
- /pay * - Sends the given amount of money to all online players
- /balancetop - Check top 10 players by balance
Permissions
- sEconomy.admin
- sEconomy.command.balance.self
- sEconomy.command.balance.other
- sEconomy.command.eco.give
- sEconomy.command.eco.take
- sEconomy.command.eco.set
- sEconomy.command.eco.reset
- sEconomy.command.eco.check
- sEconomy.command.pay
- sEconomy.command.pay.all
- sEconomy.command.balancetop
- sEconomy.exempt.balancetop
Configs
View config.yml ```yml # This plugin utilizes MiniMessage for messages. # For more information, visit https://docs.adventure.kyori.net/minimessage.html file-version: 1 # The prefix before every message prefix: "S-Economy ⚡ " # The messages file to use langFile: 'english' # Settings for the update checker updateChecker: # Send a message to the console when a new version is available consoleMessage: true # Send a message to the player when a new version is available # This requires the permission 'sEconomy.admin' or to be an OP playerMessage: true # All settings about economy economy: # The name of the economy economyName: singular: "Coin" plural: "Coins" # The starting balance of new players startingBalance: 5000.0 # The currency symbol currencySymbol: "$" # The format of the balance format: "%currencySymbol%%amount%" # Displayed decimals fractionalDigits: 2 # The format of the balances decimalFormat: # Here you can define the format of the balance format: "#,###.##" # Here you can define the decimal separator # Samples: # 'EN' -> '1,000.00' # 'DE' -> '1.000,00' # 'FR' -> '1 000,00' locale: 'EN' # Settings for the commands commands: economy: # The amount completions for the /economy command amountCompletions: [10, 50, 100] pay: # The amount completions for the /pay command amountCompletions: [10, 50, 100] # The minimum amount of money to pay minAmount: 5.0 ``` View commands.yml ```yml # This plugin utilizes MiniMessage for messages. # For more information, visit https://docs.adventure.kyori.net/minimessage.html file-version: 1 # Settings for /balance balance: # Should the command be enabled? enabled: true # What aliases should be used for this command? aliases: - bal - balance - money - coins # Settings for /economy economy: enabled: true aliases: - econ - eco # Settings for /pay pay: enabled: true # '[]' means no aliases aliases: [] # Settings for /balancetop balancetop: enabled: true aliases: - baltop - moneytop - coinstop ``` View english.yml ```yml # This plugin utilizes MiniMessage for messages. # For more information, visit https://docs.adventure.kyori.net/minimessage.html file-version: 1 # General messages general: noPlayer: "You must be a player to execute this command!" noPerms: "You do not have permission to execute this command!" playerNotFound: "The given player could not be found!" # Other messages other: updateChecker: "An update is available! You are using version v%current-version%, the latest version is %latest-version%!" # Command messages commands: # Messages for the /s-economy command (main plugin command) s-economy: usage: "Please use /s-economy !" about: "S-Economy v%version% - %author%" reload: reloading: "Reloading S-Economy..." reloaded: "Successfully reloaded S-Economy! (%time%ms)" error: "An error occurred while reloading S-Economy! Check the console for details." balance: usage: "Please use /balance !" self: "Your balance is %balance%!" other: "The balance of %player% is %balance%!" economy: usage: "Please use /economy请登录后举报
暂无评论,抢个沙发吧~