Advertisement
-
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

KillChat Extension CC 1.0.2
Counter Kill and death For CustomChat
Use KillChat in CustomChatYou must first install and install CustomChat KillChat in the Plugins folder.
Start your server and it is not over xD
CustomChat Open the folder in your plugins folder and then open the config.yml
You will find this
The only important thing is to set KillChatPHP:---
chat-format: '{WORLD_NAME}:[{FACTION}][{PurePerms}][{PREFIX}]<{DISPLAY_NAME}> {MESSAGE}'
if-player-has-no-faction: NoFaction
enable-formatter: true
disablechat: false
default-player-prefix: Default
CustomChat options: '{Kills} | {Deaths} | {Money}'
if-player-has-no-job: unemployed
Enable Support Money: false
CustomJoin: '@player joined the server ! Iksaku is Awesome'
CustomLeave: '@player leave the server ! Iksaku is Awesome'
...
only is this line can be changed.PHP:---
chat-format: '{WORLD_NAME}:[{FACTION}][{PurePerms}][{PREFIX}]<{DISPLAY_NAME}> {MESSAGE}'
enable-formatter: true
disablechat: false
CustomJoin: '@player joined the server ! Iksaku is Awesome'
CustomLeave: '@player leave the server ! Iksaku is Awesome'
...
This is not to say the other lines removed!
You want to add the counter KillChat discution the room?
very simple!
Just add this
Now you'll add it to the Chat-Format linePHP:{Kills} # Indicating the person you have killed scores
{Deaths} # Indicating the number of times you are dead
After you removed the Chat-Format elements to overload length.PHP:chat-format: '{WORLD_NAME}:[{FACTION}][{PurePerms}][{PREFIX}]<{DISPLAY_NAME}>[{Kills}]|[{Deaths}] {MESSAGE}'
You also put it where you want to use tags to well specified
You can also add at the CustomJoin.
like here
The elements to insert are TODOPHP:CustomJoin: '@player joined the server ! Iksaku is Awesome'
CustomLeave: '@player leave the server ! Iksaku is Awesome'
Then to add here:Code:-- @Faction @PurePerms @Kills @Deaths ---
it is possible to add any options but it will overload the discution.
PHP:CustomJoin: '@player joined the server ! Iksaku is Awesome'
CustomLeave: '@player leave the server ! [@Kills]|[@Deaths]'and He is ready to use!
Advertisement