Do you want to prevent your guild from raids?
This addon allows you to do that
Logs system
Punishments
YAML:
LogsChannel: logs
CheckHighestRole: true
Commands:
Clear:
Usage: clear <amount>
Description: Delete messages from the current channel
Aliases: []
Permission: []
Whitelist:
Members:
- "1234"
# Array of member IDs
Roles:
- "1234"
# Array of roles IDs
AntiNuke:
ChannelCreate:
Enabled: true
Limit: 5
Action:
Type: kick
Reason: Creating some channels
ChannelDelete:
Enabled: true
Limit: 5
Action:
Type: ban
Reason: Deleting some channels
RoleCreate:
Enabled: true
Limit: 5
Action:
Type: kick
Reason: Creating some roles
RoleDelete:
Enabled: true
Limit: 5
Action:
Type: ban
Reason: Deleting some roles
MemberKick:
Enabled: true
Limit: 5
Action:
Type: kick
Reason: Kicking some members
MemberBan:
Enabled: true
Limit: 5
Action:
Type: ban
Reason: Banning some members
Logs:
ChannelCreate: true
ChannelDelete: true
RoleCreate: true
RoleDelete: true
MemberBan: true
MemberKick: true
YAML:
Logs:
ChannelCreate:
Embeds:
- Author: Channel Created
AuthorIcon: https://cdn-icons-png.flaticon.com/512/1330/1330140.png
Color: "#00D8FF"
Fields:
- Name: • Creator
Value: |-
> ID: {user-id}
> Tag: {user-tag}
- Name: • Channel
Value: |-
> Name: {channel-name}
> Type: {channel-type}
> Mention: <#{channel-id}>
Footer: "Channel ID: {channel-id} | {currentNumber} / {limit}"
ChannelDelete:
Embeds:
- Author: Channel Deleted
AuthorIcon: https://cdn-icons-png.flaticon.com/512/1330/1330140.png
Color: RED
Fields:
- Name: • Executor
Value: |-
> ID: {user-id}
> Tag: {user-tag}
- Name: • Channel
Value: |-
> Name: {channel-name}
> Type: {channel-type}
Footer: "Channel ID: {channel-id} | {currentNumber} / {limit}"
RoleCreate:
Embeds:
- Author: Role Created
AuthorIcon: https://cdn-icons-png.flaticon.com/512/4406/4406350.png
Color: "#E118FF"
Fields:
- Name: • Creator
Value: |-
> ID: {user-id}
> Tag: {user-tag}
- Name: • Role
Value: |-
> Name: {role-name}
> Mention: <@&{role-id}>
Footer: "Role ID: {role-id} | {currentNumber} / {limit}"
RoleDelete:
Embeds:
- Author: Role Deleted
AuthorIcon: https://cdn-icons-png.flaticon.com/512/4406/4406350.png
Color: RED
Fields:
- Name: • Executor
Value: |-
> ID: {user-id}
> Tag: {user-tag}
- Name: • Role
Value: "> Name: {role-name}"
Footer: "Role ID: {role-id} | {currentNumber} / {limit}"
MemberKick:
Embeds:
- Author: Member Kicked
AuthorIcon: https://cdn-icons.flaticon.com/png/512/2209/premium/2209394.png?token=exp=1651698361~hmac=66a6575385fef25ee14119fe6d6a69ac
Color: RED
Fields:
- Name: • Executor
Value: |-
> ID: {user-id}
> Tag: {user-tag}
- Name: • Member
Value: |-
> ID: {target-id}
> Tag: {target-tag}
Footer: "{currentNumber} / {limit}"
MemberBan:
Embeds:
- Author: Member Banned
AuthorIcon: https://cdn-icons-png.flaticon.com/512/564/564617.png
Color: RED
Fields:
- Name: • Executor
Value: |-
> ID: {user-id}
> Tag: {user-tag}
- Name: • Member
Value: |-
> ID: {target-id}
> Tag: {target-tag}
Footer: "{currentNumber} / {limit}"
Punishments:
Kick:
Embeds:
- Author: "ID: {user-id}"
AuthorIcon: https://cdn-icons-png.flaticon.com/512/595/595067.png
Title: Member Kicked [ __anti-nuke__ ]
Color: RED
Thumbnail: https://cdn-icons-png.flaticon.com/512/595/595067.png
Description: |-
ID: {user-id}
Tag: {user-tag}
Fields:
- Name: • Reason
Value: "> {reason}"
Timestamp: true
Ban:
Embeds:
- Author: "ID: {user-id}"
AuthorIcon: https://cdn-icons-png.flaticon.com/512/595/595067.png
Title: Member Banned [ __anti-nuke__ ]
Color: RED
Thumbnail: https://cdn-icons-png.flaticon.com/512/595/595067.png
Description: |-
ID: {user-id}
Tag: {user-tag}
Fields:
- Name: • Reason
Value: "> {reason}"
Timestamp: true
To get support for this addon contact to ElkinSantiana#0115