Перейти к содержимому
Mineforgian

Salaires

⚠️ Warning: Vault and Luckperms plugin required 📦 Minecraft Versions: 1.16.5 - 1.21.x Salaries allows you to add a salary to the player defined by rank.

Загрузки
261
Подписчики
1
Обновлён
24 мая 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 20 января 2026 г.

Features

Version Spigot Java

Automatic salary plugin with LuckPerms group integration, a full boost system, PlaceholderAPI support, and multi-database storage.


✨ Features

  • 💰 Automatic salary payment at a configurable interval (seconds / minutes / hours)
  • 🏷️ LuckPerms group-based salaries with per-group amounts
  • 🚀 Boost system — hourly, weekly, monthly, and special event boosts
  • 🎁 Permission-based bonus multiplier for VIP players
  • 💤 Offline payment — players receive missed salaries on next login
  • 🌍 World blacklist — disable salaries in specific worlds
  • ⏱️ Minimum online time before first payment
  • 🔌 PlaceholderAPI integration (11 placeholders)
  • 🔄 Hot-reload without server restart
  • 💾 H2, SQLite, and MySQL database support

Commands

Command Description
/salaires help Show the help menu
/salaires time Time until next salary
/salaires check [player] Check your or another player's salary
/salaires reload Reload the configuration
/salaires set <player> <amount> Set a player's custom salary
/salaires give <player> <amount> Give money to a player
/salaires reset [confirm] Reset all salary data

Aliases: /salary, /sal


Perms

Permission Description Default
salaire.* All permissions op
salaire.user Basic user permissions true
salaire.user.time Check time until next salary true
salaire.admin All admin permissions op
salaire.admin.reload Reload configuration op
salaire.admin.check Check other players' salaries op
salaire.admin.set Set a player's salary op
salaire.admin.give Give money to a player op
salaire.admin.reset Reset salary data op
salaire.admin.boost Manage boosts op
salaire.bonus Receive the bonus multiplier false

Placeholders

Placeholder Description
%salaires_amount% Calculated salary the player will receive
%salaires_time% Formatted time until next payment
%salaires_time_seconds% Seconds until next payment
%salaires_time_minutes% Minutes until next payment
%salaires_time_hours% Hours until next payment
%salaires_next_payment% Timestamp (ms) of next payment
%salaires_last_payment% Timestamp (ms) of last payment
%salaires_total_received% Total money received from salaries
%salaires_booster% Current boost multiplier (e.g. 1.5)
%salaires_booster_multiplier% Boost as percentage (e.g. +50.00%)
%salaires_prefix% Plugin prefix with colors

Configs

salary:
  payment-unit: "MINUTES"   # SECONDS, MINUTES, HOURS
  payment-interval: 10
  auto-payment: true
  use-luckperms: true
  offline-payment: true
  min-online-time: 0         # seconds
  world-blacklist: []

luckperms:
  default-salary: 1000
  groups:
    admin: 5000
    vip: 2000
    member: 1000

booster:
  hourly:
    enabled: true
    multiplier: 1.2
    start-hour: 18
    end-hour: 22
  weekly:
    enabled: true
    day: "MONDAY"
    multiplier: 1.5
    time: "20:00"
  special:
    enabled: true
    events:
      christmas:
        days: ["12-24", "12-25", "12-26"]
        multiplier: 2.0

database:
  type: h2   # h2, sqlite, mysql

📦 Dependencies


🐛 Support

Found a bug or have a suggestion? Open an issue on the project page.

Ченджлог

3.4.0Релиз26.1, 26.1.1, 26.1.2 · 24 мая 2026 г.

Complete overhaul of the code and .yml files for better management of the plugin

3.3.0Релиз1.21.11, 26.1, 26.1.1 · 3 апреля 2026 г.

new config + messages + fix major

3.2.1Релиз1.21.11, 26.1, 26.1.1 · 19 марта 2026 г.

Fixed update check incorrectly reporting an old version.

3.2.0Релиз1.19, 1.20, 1.21 · 18 марта 2026 г.

Changelog

  • New parameter: update.current-version
  • Utility: Allows you to force a specific version for testing or manual override
  • Fallback: Automatically uses plugin.yml if not specified
  • Format: "3.2.0" (string)
3.0.0Бета1.19, 1.20, 1.21 · 14 февраля 2026 г.

redesign of config and commands Beta Version System Update can make errors

2.2.0Релиз1.19, 1.20, 1.21 · 6 февраля 2026 г.

redesign of messages.yml + fix

Комментарии

Загружаем…