Learn what moderation features are available in Zyntex.
ban
, kick
, mute
, and report
. You can use these enums in the Zyntex SDK to create and manage moderations programmatically.Zyntex:ModeratePlayer
method. This method takes the player’s user ID, moderation type, reason, and optional expiration date as arguments.
test
parameter to true
when creating a new moderation.test
.:OnBan
, :OnKick
, or :OnMute
) before you call Zyntex:init()
.Zyntex:OnBan
, Zyntex:OnKick
, or Zyntex:OnMute
, you are overriding the default behavior.