Custom Binds
#
Command InformationDescription: Command to view the custom binds
Subcommands: new
, delete
, modify
Aliases: cb
info
Run custombinds
to see your current custombinds.
#
ArgumentsOperators: Optional
Types |
---|
> , >= , < , <= , == , != |
and , not , or |
Functions: Required
Name | Description | Example |
---|---|---|
HasRank(GroupID, RankID) | Checks if the user has a specific rank in a group | HasRank(5581309, 10) |
IsInGroup(GroupID) | Checks if the user is in the provided group | IsInGroup(5581309) |
HasRole(RoleID) | Checks if the user has a role in the server | HasRole(12345678987654321) |
WithString("String") | Checks for String | WithString("Omega") |
GetRank(GroupID) | Returns the rank number of the user in the group | GetRank(5581309) |
tip
You can ping the role or place the name of the role at the end of every custombinds new
command
#
Creating CustombindsYou can create a custombind by using the custombinds new
command.
#
Creating Custombinds Example
#
Removing CustombindsYou can remove a custombind(s) by using the custombinds delete
command.