L2JDevs Project - Developers Community

Mods Development => Mods Pack => Mensaje iniciado por: U3Games en 28 de Mayo de 2017, 10:15:48 am

Título: [MOD][FREE] Mods Template
Publicado por: U3Games en 28 de Mayo de 2017, 10:15:48 am
Image:

(http://i.imgur.com/UbfFp2Z.png)

Git Repository:

https://gitlab.com/L2JDevs/L2JModsTemplateJava.git

Features:

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Free Template Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled test command message:
# Default = True
TestCommandEnabled = True


# -------------------------------------------------------
# Player Online Message Setting
# -------------------------------------------------------
# Enabled test players online message:
# Default = True
PlayerOnlineMessageEnabled = True

# Time to restart message (minutes):
# Default = 30
PlayerOnlineMessageTime = 30


# -------------------------------------------------------
# Auto Chat Announce Setting
# -------------------------------------------------------
# Enabled auto chat announce messages:
# Default = True
AutoChatAnnounceEnabled = True

# Announces administrator player to connect:
# Default = False
EnabledAnnounceGM = False

# Announces lords player to connect:
# Default = False
EnabledAnnounceLord = False

# Announces hero player to connect:
# Default = False
EnabledAnnounceHero = False

# Announces clan warehouse changes:
# Default = False
EnabledAnnounceWarehouse = False


# -------------------------------------------------------
# Social Action System Setting
# -------------------------------------------------------
# Enabled social action system:
# Default = True
SocialActionEnabled = True

# Enabled chat social action 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", "3", "4", "9", "17"]
SocialActionTypeChannel = [ "0", "3", "4", "9", "17"]

# List of text for regards actions:
# Default: [ "hi", "hello", "hola" ]
SocialActionTextRegards = [ "hi", "hello", "hola" ]

# List of text for refuses actions:
# Default: [ "no", "nope", "dont" ]
SocialActionTextRefuse = [ "no", "nope", "dont" ]

# List of text for affirmations actions:
# Default: [ "yes", "ok", "si" ]
SocialActionTextAffirmations = [ "yes", "ok", "si" ]

# List of text for laughs actions:
# Default: [ "jaja", "haha", "xaxa" ]
SocialActionTextLaughs = [ "jaja", "haha", "xaxa" ]

Link´s:

GitLab: https://gitlab.com/L2JDevs/TemplateMod

Download Jar: https://www.l2jdevs.org/forum/index.php?action=dlattach;topic=83.0;attach=241




Upcoming Features:

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