Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Moderation Commands
- Ban Command
- Code:
- $nomention
- $onlyIf[$guildID!=;]
- $onlyPerms[ban;You are Missing the Ban Permission]
- $onlyBotPerms[ban;Bot is Missing the Ban Permission]
- $onlyIf[$mentioned[1]!=;Please Mention someone to Ban]
- $onlyIf[$mentioned[1]!=;I can't Ban myself]
- $onlyIf[$mentioned[1]!=$serverOwner;You can't Ban the Owner Of the Server]
- $onlyIf[$rolePosition[$highestRole[$authorID]]<$rolePosition[$highestRole[$mentioned[1]]];You can't Ban someone who has Higher Role than you]
- $banID[$noMentionMessage;$mentioned[1]]
- $author[Ban System]
- $authorIcon[$authorAvatar]
- $title[User Banned!]
- $description[<@$mentioned[1]> Has Been Banned
- $replaceText[$noMentionMessage;$noMentionMessage;Reason: $noMentionMessage;1]
- Moderator: <@$authorID>
- Time Banned: <t:$getTimestamp:T>]
- $color[$random[1;99999]]
- $addTimestamp
- $suppressErrors
- UnBan Command
- Code:
- $nomention
- $onlyIf[$guildID!=;]
- $onlyPerms[ban;You are Missing the Ban Permission]
- $onlyBotPerms[ban;Bot is Missing the Ban Permission]
- $onlyIf[$isNumber[$noMentionMessage]==true;Please provide a User ID to Unban]
- $unbanID[$noMentionMessage]
- $author[Ban System]
- $authorIcon[$authorAvatar]
- $title[User UnBanned!]
- $description[<@$noMentionMessage> has been UnBanned!
- Time Unbanned: <t:$getTimestamp:T>]
- $color[$random[1;99999]]
- $addTimestamp
- $suppressErrors[User not Banned]
- Kick Command
- Code:
- $nomention
- $onlyIf[$guildID!=;]
- $onlyPerms[kick;You are Missing the Kick Permission]
- $onlyBotPerms[kick;Bot is Missing the Kick Permission]
- $onlyIf[$mentioned[1]!=;Please Mention someone to Kick]
- $onlyIf[$mentioned[1]!=;I can't Kick myself]
- $onlyIf[$mentioned[1]!=$serverOwner;You can't Kick the Server Owner Out Of the Server]
- $onlyIf[$rolePosition[$highestRole[$authorID]]<$rolePosition[$highestRole[$mentioned[1]]];You can't Kick someone who has Higher Role than you]
- $kickMention
- $author[Kick System]
- $authorIcon[$authorAvatar]
- $title[User Kicked!]
- $description[<@$mentioned[1]> has been Kicked out of **$serverName[$guildID]**
- Moderator: <@$authorID>
- Time Kicked: <t:$getTimestamp:T>
- $replaceText[$noMentionMessage;$noMentionMessage;Reason: $noMentionMessage;1]]
- $color[$random[1;99999]]
- $suppressErrors[Missing Arguments]
- Set Mute Role Command
- Code:
- $nomention
- $onlyIf[$guildID!=;]
- $c[Make a Variable MuteRole, Value: 0]
- $varExistError[MuteRole;Please Add a Variable Called `MuteRole`, Value: 0]
- $onlyBotPerms[manageroles;Bot Required Permission: Manage_Roles]
- $onlyPerms[manageroles;User Required Permission: Manage_Roles]
- $onlyIf[$mentionedRoles[1]!=;Please Mention The Mute Role you Want to Set]
- $setServerVar[MuteRole;$mentionedRoles[1];$guildID]
- $author[Mute System]
- $authorIcon[$authorAvatar]
- $description[<@&$mentionedRoles[1]> has been Set for the Server Mute Role]
- $color[$random[1;99999]]
- $addTimestamp
- $suppressErrors
- Mute Command
- Code:
- $nomention
- $onlyIf[$guilID!=;]
- $c[Make a Variable MuteRole, Value: 0]
- $varExistError[MuteRole;Please Add a Variable Called `MuteRole`, Value: 0]
- $onlyIf[$getServerVar[MuteRole;$guildID]!=0;Server Mute Role has not Been Set!]
- $onlyBotPerms[manageroles;Bot Required Permission: Manage_Roles]
- $onlyPerms[manageroles;User Required Permission: Manage_Roles]
- $onlyIf[$mentioned[1]!=;Please Mention Someone To Mute]
- $onlyIf[$isAdmin[$mentioned[1]]!=true;You can't mute an Admin User]
- $giveRole[$mentioned[1];$getServerVar[MuteRole;$guildID]]
- $author[Mute System]
- $authorIcon[$authorAvatar]
- $title[User Muted!]
- $description[<@$mentioned[1]> has been Muted
- Moderator: <@$authorID>
- Time Muted: <t:$getTimestamp:T>
- $replaceText[$noMentionMessage;$noMentionMessage;Reason: $noMentionMessage;1]]
- $color[$random[1;99999]]
- $addTimestamp
- $suppressErrors
- Unmute Command
- Code:
- $nomention
- $onlyIf[$guilID!=;]
- $c[Make a Variable MuteRole, Value: 0]
- $varExistError[MuteRole;Please Add a Variable Called `MuteRole`, Value: 0]
- $onlyIf[$getServerVar[MuteRole;$guildID]!=0;Server Mute Role has not Been Set!]
- $onlyBotPerms[manageroles;Bot Required Permission: Manage_Roles]
- $onlyPerms[manageroles;User Required Permission: Manage_Roles]
- $onlyIf[$mentioned[1]!=;Please Mention Someone To UnMute]
- $takeRole[$mentioned[1];$getServerVar[MuteRole;$guildID]]
- $author[Mute System]
- $authorIcon[$authorAvatar]
- $title[User Muted!]
- $description[<@$mentioned[1]> has been Muted
- Time UnMuted: <t:$getTimestamp:T>]
- $color[$random[1;99999]]
- $addTimestamp
- $suppressErrors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement