L2JDevs Project - Developers Community

Mods Development => Mods Pack => Mensaje iniciado por: U3Games en 15 de Mayo de 2017, 09:18:58 pm

Título: [MOD] Chat Protecction
Publicado por: U3Games en 15 de Mayo de 2017, 09:18:58 pm
Information:

[EN] Mod intended for the protection of the server chat, with a sanction system and fully configurable.
[ES] Mod destinado a la proteccion del chat del servidor, con sistema de sanciones y totalmente configurable.

Features:
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Chat Protecction Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------


# -------------------------------------------------------
# Auto Chat Restriction System
# -------------------------------------------------------
# Enabled Auto Chat Restriction System:
# Default: False
ChatRestrictionSystemEnabled = False

# Enabled chat in dead player mode:
# Default: True
ChatRestrictionDeadModeEnabled = True

# Enabled chat restriction for player level:
# Default: False
ChatRestrictionLevelEnabled = False

# Min level to use chat:
# Default: 15
ChatRestrictionMinLevel = 15

# Disabled say in chat channels (Requires ChatRestrictionLevelEnabled = True):
# Default: False
ChatRestrictionTypeChatEnabled = False

# Min level to use a type chat:
# Default: 45
ChatRestrictionTypeChatMinLevel = 45

# Disabled say in chat channels (Requires ChatRestrictionTypeChatEnabled = True):
# 0 = ALL (white)
# 1 = SHOUT (!)
# 2 = TELL (")
# 3 = PARTY (#)
# 4 = CLAN (@)
# 5 = GM (//gmchat)
# 6 = PETITION_PLAYER (*)
# 7 = PETITION_GM (*)
# 8 = TRADE (+)
# 9 = ALLIANCE ($)
# 10 = ANNOUNCEMENT
# 11 = BOAT
# 12 = L2FRIEND
# 13 = MSNCHAT
# 14 = PARTYMATCH_ROOM
# 15 = PARTYROOM_COMMANDER (Yellow)
# 16 = PARTYROOM_ALL (Red)
# 17 = HERO_VOICE (&)
# 18 = CRITICAL_ANNOUNCE
# 19 = SCREEN_ANNOUNCE
# 20 = BATTLEFIELD
# 21 = MPCC_ROOM
# Default: [ "0", "1", "8", "17"]
ChatRestrictionTypeChannel = [ "0", "1", "8", "17"]


# -------------------------------------------------------
# Chat Filter Punishment System
# -------------------------------------------------------
# Enabled Chat Filter Punishment System:
# Default: False
ChatsPunishmentEnabled = False

# Enabled Chat Filter Punishment Log:
# Default: False
ChatsPunishmentLogEnabled = False

# Enabled Chat Jail Filter Punishment Reports:
# Default: False
ChatsPunishmentJailReportsEnabled = False

# Min censored messages to send player to jail:
# Default: 10
ChatsPunishmentJailMinWarning = 10

# Sentence time in jail, in minutes:
# Default: 60
ChatsPunishmentJailTime = 60

# Enabled Chat Filter Punishment Reports:
# WARNING: This mod require enabled Bot Report Enabled in General.properties
# Default: False
ChatsPunishmentReportsEnabled = False

# Min censored messages to report to the player:
# Default: 5
ChatsPunishmentMinWarning = 5

# Disallow chat text which contains the words:
# Default: [ "www", "cfg", "l2net" ]
ChatsPunishmentForbiddenText = [ "www", "cfg", "l2net" ]

# Enabled filter in chat channels:
# 0 = ALL (white)
# 1 = SHOUT (!)
# 2 = TELL (")
# 3 = PARTY (#)
# 4 = CLAN (@)
# 5 = GM (//gmchat)
# 6 = PETITION_PLAYER (*)
# 7 = PETITION_GM (*)
# 8 = TRADE (+)
# 9 = ALLIANCE ($)
# 10 = ANNOUNCEMENT
# 11 = BOAT
# 12 = L2FRIEND
# 13 = MSNCHAT
# 14 = PARTYMATCH_ROOM
# 15 = PARTYROOM_COMMANDER (Yellow)
# 16 = PARTYROOM_ALL (Red)
# 17 = HERO_VOICE (&)
# 18 = CRITICAL_ANNOUNCE
# 19 = SCREEN_ANNOUNCE
# 20 = BATTLEFIELD
# 21 = MPCC_ROOM
# Default: [ "0", "1", "8", "17"]
ChatsPunishmentChannel = [ "0", "1", "8", "17"]

Additional Information:



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.