Buffs to roles

threadPage 1 of 1
Sunday, October 12, 2025
Avatar for 8aa88c3efb234c0cb8e10aeda354934f5962c758666d3ea6bb0c3677e2a3bdba
User 8aa88c
Answer (Confidence: Low)
Hey there! While there isn't a single "buffs module," you can achieve this functionality by using the Roles system. Roles are highly customizable and allow you to grant special perks or "buffs" to players.
Here are a few examples of what you can do:
  • Economic Buffs: You can edit a role to have an "Economy Give Multiplier." For example, setting it to
    1.5
    would give players in that role a 50% bonus on all currency they earn.
  • More Teleports: You can grant roles a higher number of personal teleports. For instance, a standard "Player" role might have 5 teleports, while a "VIP" role could have 15 and the ability to create public teleports.
  • Custom Command Access: You can create custom commands that are only usable by players with a specific role permission.
To set this up, go to your server's Settings and then click on Roles. From there, you can create a new role or edit an existing one to modify its permissions, teleport limits, and economy multipliers.
For more advanced, conditional buffs (like giving an item if a player meets certain criteria), you can use Handlebars logic within custom commands. This would allow you to check a player's role or other stats before running a command like
giveplus
.
Response generated from 26 search results
Avatar for e3617ce9af6d75316d3d8429202aedeabcff86e1baff4480ea9377f0cfa46444
User e3617c
Hey, im looking for a module that adds multiple buffs to certain players if permission enabled, is there a documentation about it or is there anyone that has something similar ?