Buffs to roles
threadPage 1 of 1
Sunday, October 12, 2025
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.
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
would give players in that role a 50% bonus on all currency they earn.1.5 - 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.Sources:
• CSMM Documentation: # Roles (2 sections)
• Takaro Documentation: teleports | Takaro (2 sections)
• CSMM Documentation: Handlebars | CSMM
• CSMM Documentation: # Roles (2 sections)
• Takaro Documentation: teleports | Takaro (2 sections)
• CSMM Documentation: Handlebars | CSMM
Response generated from 26 search results
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 ?