▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Salaires
Salaires

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.

81
1

Discord

⚙️Main Features

The system is fully configurable
and integrates seamlessly with LuckPerms and Vault
for advanced rank and economy management.

Players receive their salary every
X minutes / hours / days,
depending on the configuration,

with the possibility to apply
salary boosts.

⏰ Automatic Payments
- Salary is paid automatically every X minutes / hours / days
- Interval is 100% configurable via the configuration file
- 🏷️ Rank-Based Salaries
- Set a different salary for each rank
- Full integration with LuckPerms

🚀 Boost System
- Configurable salary boosts (x1.5, x2, etc.)
- Boosts can be based on:
- Time (hourly, daily)
- Permissions
- Events (optional)

💸 Economy Compatibility
- Full Vault support
- Works with all Vault-compatible economy plugins (EssentialsX, CMI, etc.)

⚡ Optimized & Stable
- Lightweight and performance-friendly
- No noticeable impact on server performance
- Ideal for Survival, RP, Semi-RP, and Factions servers

🛠️ Easy Configuration
- Clean and flexible configuration file
- Customizable messages
- Reload support without server restart (if implemented)

📦 Required Dependencies
- Vault
- LuckPerms
- A Vault-compatible economy plugin (EssentialsX, CMI, etc.)

Message Salary

Spoiler
# ===========================================
#   SALARY PLUGIN - MAIN CONFIGURATION
# ===========================================
# Plugin Version: 2.0.5
# Author: NoxuWT
# Description: Automatic salary system based on LuckPerms ranks
# ===========================================

# ===========================================
# SECTION 1: PLUGIN VERSION & INFO
# ===========================================

# Plugin version - DO NOT MODIFY MANUALLY
# This value is automatically updated by the plugin
version: "2.2.0"

# Plugin author information
author: "NoxuWT"

# ===========================================
# SECTION 2: UPDATE CHECKER CONFIGURATION
# ===========================================

# Update checker settings
update-checker:
  enabled: true
  check-on-startup: true
  check-interval: 1440
  notify-admins: true
  notify-permission: "salary.admin"

# ===========================================
# SECTION 4: PAYMENT CONFIGURATION
# ===========================================

vault-support: true
# Time interval between each payment
# Value: Integer number (ex: 10, 15, 30)
# Function: Defines the frequency of automatic payments
payment-interval: 10

# Time unit for payment interval
# Available options: MINUTES, HOURS, DAYS
# Function: Determines the unit used with payment-interval
payment-unit: MINUTES

# Enable automatic payments
# true: Players automatically receive their salary
# false: Payments must be triggered manually
auto-payment-enabled: true

# LuckPerms integration
# true: Uses LuckPerms groups to determine salary
# false: Uses manual grade configuration
use-luckperms-group: true

# ===========================================
# SECTION 5: MULTIPLIER BOOST SYSTEM
# ===========================================

# Salary boost configuration
boosts:
  # Hourly boost - Multiplier applied at specific hours
  hourly:
    enabled: true              # true/false - Enable or disable hourly boost
    multiplier: 1.2            # Multiplier applied (ex: 1.2 = +20% salary)

  # Weekly boost - Bonus on a specific day of the week
  weekly:
    enabled: true              # true/false - Enable or disable weekly boost
    day: MONDAY                # Day of the week for the boost
    # Options: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
    multiplier: 1.5            # Multiplier applied (ex: 1.5 = +50% salary)

# ===========================================
# SECTION 6: DISPLAY CONFIGURATION
# ===========================================

# Controls what is displayed in the /salary info command
display:
  info:
    show-primary-group: true        # Display player's primary rank
    show-all-groups: true           # Display all player's groups
    show-salary-amount: true        # Display salary amount
    show-payment-interval: true     # Display payment interval
    show-auto-payment-status: true  # Display auto-payment status
    show-luckperms-status: true     # Display LuckPerms status

  # Controls what is displayed in the /salary help command
  help:
    show-version: true              # Display plugin version
    show-author: true               # Display plugin author
    show-commands: true             # Display command list

# ===========================================
# SECTION 7: SALARIES BY RANK
# ===========================================

# Salary configuration for each rank
# IMPORTANT: If use-luckperms-group is true, this section is ignored
grades:
  default:                          # Rank name (must match LuckPerms group)
    salary:
      amount: 750                   # Salary amount for this rank

# ===========================================
# SECTION 8: COMMAND CONFIGURATION
# ===========================================

# Administrative command settings
commands:
  reload:
    enabled: true                   # Enable/disable /salary reload command
    permission: "salary.admin"      # Permission required to use this command

  # Update check command
  check-update:
    enabled: true                   # Enable/disable manual update check command
    permission: "salary.admin"      # Permission required to use this command

# ===========================================
# IMPORTANT NOTES
# ===========================================
#
# UPDATE CHECKER FEATURES:
# - Automatic version checking on startup
# - Periodic checks every 24 hours by default
# - Notifies admins with update-permission
# - Manual check with /salary checkupdate command
# - Shows changelog and download URL
#
# CONFIGURATION TIPS:
# - Set update-checker.check-interval to control update frequency
# - Set notify-admins to false to disable update notifications
#
# TROUBLESHOOTING:
# If update checker isn't working:
# 1. Ensure update-checker.enabled is true
# 2. Check internet connectivity from server
# 3. Check console for connection errors
#
# ===========================================
# END OF CONFIGURATION
# ===========================================

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 месяц назад
Обновлён:1 день назад
Главная