{"id":135356,"date":"2026-06-08T02:47:20","date_gmt":"2026-06-07T23:47:20","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/"},"modified":"2026-06-08T02:47:20","modified_gmt":"2026-06-07T23:47:20","slug":"salaires","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/","title":{"rendered":"Salaires"},"content":{"rendered":"<p>![Features](https:\/\/cdn.modrinth.com\/data\/cached_images\/014265fc3bd1e10bf495f73b494c36d8da60968a.png)<\/p>\n<p>![Salaries](https:\/\/img.shields.io\/badge\/Version-3.2.0-blue)<br \/>\n![Spigot](https:\/\/img.shields.io\/badge\/Spigot-1.16%2B-brightgreen)<br \/>\n&#8212;<br \/>\n&#8211; \ud83d\udcb0 Automatic salary payment at configurable interval<br \/>\n&#8211; \ud83d\ude80 Boost system (hourly, weekly,<br \/>\nmonthly, special)<br \/>\n&#8211; \ud83c\udf81 Consecutive bonuses and game time<br \/>\n&#8211; \ud83d\udcca Payment history and statistics<br \/>\n&#8211; \ud83d\udd0c PlaceholderAPI integration (14+ placeholders)<br \/>\n&#8211; \ud83d\udd04 Hot-reload configuration without reboot<br \/>\n&#8211; \ud83d\udcbe YAML, MySQL and SQLite support<br \/>\n&#8211; \ud83d\udd10 LuckPerms integration for groups<br \/>\n&#8212;<br \/>\n![Commands](https:\/\/cdn.modrinth.com\/data\/cached_images\/b859d1899f664c87d8b1b3ff5788ac860fe88991.png)<\/p>\n<p>| Command                  | Description                               |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| `\/salary`                | Show your current salary.                 |<br \/>\n| `\/salary time`           | Display the time before the next payment. |<br \/>\n| `\/salary check [player]` | Check another player&#8217;s salary.            |<br \/>\n| `\/top salary`            | Show the top 10 salaries.                 |<br \/>\n| `\/salary history`        | View your personal salary history.        |<br \/>\n| `\/salary help`           | Display the help menu.                    |<\/p>\n<p>| Admin Command                                       | Description                                        |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| `\/salary admin reload`                        | Reload the plugin configuration.                   |<br \/>\n| `\/salary admin set <player> <amount>`         | Set a player&#8217;s salary.                             |<br \/>\n| `\/salary admin give <player> <amount>`        | Give money to a player.                            |<br \/>\n| `\/salary admin reset`                         | Reset all salary data.                             |<br \/>\n| `\/salary admin backup`                        | Create a backup of the data.                       |<br \/>\n| `\/salary admin boost <multiplier> [duration]` | Activate a salary boost with an optional duration. |<br \/>\n| `\/salary admin stats`                         | View plugin statistics.                            |<br \/>\n| `\/salary admin check-update`                  | Check for plugin updates.                          |<br \/>\n&#8212;<br \/>\n![Perms](https:\/\/cdn.modrinth.com\/data\/cached_images\/a4765db5deedcf5dc9e931f643ce24e1a82da7d2.png)<\/p>\n<p>| Permission            | Description                                  |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| `salary.user`         | Access to basic user commands.               |<br \/>\n| `salary.check`        | Allows checking other players&#8217; salaries.     |<br \/>\n| `salary.top`          | Allows viewing the salary ranking.           |<br \/>\n| `salary.history`      | Allows viewing personal salary history.      |<br \/>\n| `salary.admin`        | Grants access to all administrator commands. |<br \/>\n| `salary.admin.reload` | Allows reloading the plugin configuration.   |<br \/>\n| `salary.admin.manage` | Allows managing players&#8217; salaries.           |<br \/>\n| `salary.admin.boost`  | Allows activating salary boosts.             |<br \/>\n| `salary.admin.update` | Allows checking for plugin updates.          |<br \/>\n&#8212;<br \/>\n![Configs](https:\/\/cdn.modrinth.com\/data\/cached_images\/6f0ae08a31af81e49c49b69ed5194bfa056a6f5c.png)<\/p>\n<p>&#8220;`yaml<br \/>\n# Unit of time: SECONDS, MINUTES, HOURS<br \/>\ngeneral:<br \/>\n  payment-unit: &#8220;MINUTES&#8221;<br \/>\n  payment-interval: 10<br \/>\n  autopay: true<br \/>\n  use-luckperms: true<\/p>\n<p># Consecutive bonuses and playing times<br \/>\nbonuses:<br \/>\n  consecutive-payments:<br \/>\n    enabled: true<br \/>\n    multiply: 0.1<br \/>\n    max-multiply: 2.0<br \/>\n  playtime-bonus:<br \/>\n    enabled: true<br \/>\n    per-<br \/>\nhours: 50<\/p>\n<p># Salaries by group<br \/>\ngroup:<br \/>\n  default:<br \/>\n    salary: 1000<br \/>\n  admin:<br \/>\n    salary: 5000<\/p>\n<p># Hourly, weekly, monthly boosts<br \/>\nbooster:<br \/>\n  hourly:<br \/>\n    enabled: true<br \/>\n    multiply: 1.2<br \/>\n    start-hour: 18<br \/>\n    end-hour: 22<br \/>\n  weekly:<br \/>\n    enabled: true<br \/>\n    multiply: 1.5<br \/>\n    day: &#8220;MONDAY&#8221;<br \/>\n    time: &#8220;20:00&#8221;<br \/>\n  monthly:<br \/>\n    enabled: true<br \/>\nmultiply: 2.0<br \/>\n    day: 1<br \/>\n  special:<br \/>\n    enabled: true<br \/>\n    events:<br \/>\n      christmas:<br \/>\n        days: [&#8220;12-24&#8221;, &#8220;12-25&#8221;, &#8220;12-26&#8221;]<br \/>\n        multiply: 2.0<\/p>\n<p># Database<br \/>\ndatabase:<br \/>\n  type: &#8220;yaml&#8221; # yaml, mysql, sqlite<\/p>\n<p># Updates<br \/>\nupdate:<br \/>\n  enable: true<br \/>\n  check-startup: true<br \/>\n  check-interval: 1440<br \/>\n&#8220;`<br \/>\n&#8212;<\/p>\n<p>![Placeholders](https:\/\/cdn.modrinth.com\/data\/cached_images\/3d5b07dd223181721b1e81148368bf5c2d2f7fcf.png)<\/p>\n<p>| Placeholder                     | Description                                                                |<br \/>\n| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- | &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; |<br \/>\n| `%salaires_amount%`             | Returns the calculated payment amount the player will receive.             |<br \/>\n| `%salaires_time%`               | Returns the remaining time before the next payment (formatted nicely).     |<br \/>\n| `%salaires_time_seconds%`       | Returns the remaining time before the next payment in seconds.             |<br \/>\n| `%salaires_time_minutes%`       | Returns the remaining time before the next payment in minutes.             |<br \/>\n| `%salaires_time_hours%`         | Returns the remaining time before the next payment in hours.               |<br \/>\n| `%salaires_next_payment%`       | Returns the timestamp (in milliseconds) of the next payment.               |<br \/>\n| `%salaires_last_payment%`       | Returns the timestamp (in milliseconds) of the last payment.               |<br \/>\n| `%salaires_total_received%`     | Returns the total amount of money the player has received (from database). |<br \/>\n| `%salaires_booster%`            | Returns the current active booster multiplier (e.g., 1.5).                 |<br \/>\n| `%salaires_booster_multiplier%` | Returns the booster as a percentage (e.g., +50.00%).                       |<br \/>\n| `%salaires_prefix%`             | Returns the plugin prefix with color formatting applied.                   |<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u26a0\ufe0f Warning: Vault and Luckperms plugin required<br \/>\n\ud83d\udce6 Minecraft Versions: 1.16.5 &#8211; 1.21.x<br \/>\nSalaries allows you to add a salary to the player defined by rank.<\/p>\n","protected":false},"featured_media":135357,"template":"","meta":{"_minecraft_slug":"salaires","_minecraft_project_id":"7OzNCijI","_minecraft_author":"NoxuWT","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":160,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"salaires.zip","_minecraft_size_bytes":189120,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-16T13:16:59.640183Z","_minecraft_date_created":"2026-01-31T21:17:12.504548Z","_minecraft_date_modified":"2026-04-03T18:08:06.307171Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/salaires","_minecraft_icon_attachment_id":135357,"_minecraft_imported_at":"2026-06-07T23:47:21+00:00","_minecraft_import_hash":"e2aca80fb8ea772fb1beb24d04e7ecbb","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,127,128,129],"mod_loader":[132,133,134],"minecraft_version":[48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167],"class_list":["post-135356","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Salaires - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Salaires - Minecraft\" \/>\n<meta property=\"og:description\" content=\"\u26a0\ufe0f Warning: Vault and Luckperms plugin required \ud83d\udce6 Minecraft Versions: 1.16.5 - 1.21.x Salaries allows you to add a salary to the player defined by rank.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/salaires\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/salaires\\\/\",\"name\":\"Salaires - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/salaires\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/salaires\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/salaires-icon-6790f5b92182ba9abcf99899bc8d8760ae790880_96.webp\",\"datePublished\":\"2026-06-07T23:47:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/salaires\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/salaires\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/salaires\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/salaires-icon-6790f5b92182ba9abcf99899bc8d8760ae790880_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/salaires-icon-6790f5b92182ba9abcf99899bc8d8760ae790880_96.webp\",\"width\":96,\"height\":64},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/salaires\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Salaires\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Salaires - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/","og_locale":"en_US","og_type":"article","og_title":"Salaires - Minecraft","og_description":"\u26a0\ufe0f Warning: Vault and Luckperms plugin required \ud83d\udce6 Minecraft Versions: 1.16.5 - 1.21.x Salaries allows you to add a salary to the player defined by rank.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/","name":"Salaires - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/salaires-icon-6790f5b92182ba9abcf99899bc8d8760ae790880_96.webp","datePublished":"2026-06-07T23:47:20+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/salaires\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/salaires-icon-6790f5b92182ba9abcf99899bc8d8760ae790880_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/salaires-icon-6790f5b92182ba9abcf99899bc8d8760ae790880_96.webp","width":96,"height":64},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/salaires\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Salaires"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/135356","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/135357"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=135356"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=135356"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=135356"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=135356"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}