Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Plugin death Messages- jak stworzyć wiadomość śmierci w takim stylu?


qAczu

Rekomendowane odpowiedzi

Opublikowano
 

Tutaj config pluginu deathmessages
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# About Plugin/Author #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
# Plugin Name: DeathMessages
# Author: Jose Manuel Gassin Perez-Traverso
# Description: Change the Default Bukkit Death Messages as you wish, including colors, victim name, killer name and weapon/material/name...  also other General messages as Join/Kick/Leave.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# About Plugin/Author #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Useful Links #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
### Plugin Main Page:
#
### ChangeLog:
#
### Plugin Forum: BUGS? SUGGESTIONS? IDEAS FOR NEW FEATURES?
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Useful Links #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Commands & Permissions #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
# /dm | deathmessages.user | Shows a list of commands.
# /dm all | deathmessages.user | Toggles on/off both, Death and General Mesages for the player.
# /dm dm | deathmessages.user | Toggles on/off Death Messages for the player.
# /dm gm | deathmessages.user | Toggles on/off General Messages for the player.
# /dm reload | deathmessages.admin | Reloads this file.
#
### Note: you can use both /dm or /deathmessages for commands.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Commands & Permissions #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Help & Hints #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
### Non-English characters:
# The bukkit yaml parser doesn't allow non-english characters, due to this, i've coded a way to add any UNICODE characters:
#
### Empty messages:
# You can disable any message by leaving it empty just with '', useful when you don't want some death causes to throw a message, or want join messages but not quit messages(for example).
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Help & Hints #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Plugin Version #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
# Don't change this or your config will be renamed to "old_config.yml" and the correct config.yml version will be created.
Version: '3.0.0'
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Plugin Version #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Debugging #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
#
### Enabling this option will BROADCAST extra data about the Death Process, which will be useful to find plugins conflicting with Minecraft standard events.
# You'll be able to check: Victim Name, World Name, Last Damage Cause Type, Last Damage Cause (Reason), and Damager.
Debug: false
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# Debugging #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 
 
 
#====================================== PvP Messages ======================================#
### What to do with PvP Death Messages?
# 1 = Don't Show any of Them.
# 2 = Show them as Usual.
# 3 = ONLY show PvP Death Messages.
PvP_Death_Messages_Handling: 2
 
 
#====================================== World Settings ======================================#
### Notes:
# IMPORTANT: World names are CASE SENSITIVE!
# Total World Silence: You can add the same world to Muted and Deaf worlds, meaning that the world will NOT send or recieve ANY message(Death/Join/Quit/Kick).
 
### World Aliases:
# This allows to change world name in messages ("%world" variable) to a custom name instead of the "folder" world name.
World_Aliases:
  world: 'Survival'
  world_nether: 'NetherWorld'
  world_the_end: 'The Moon'
  your_awesome_world: 'Cookie Land'
  
### Muted Worlds: disables ALL(Death/Join/Quit/Kick) outgoing messages from worlds in this list.
Muted_Worlds:
  Enable: false
  World_List:
  - any_world_name
  - hell
 
### Deaf Worlds: disables ALL(Death/Join/Quit/Kick) incoming messages to worlds in this list.
Deaf_Worlds:
  Enable: false
  World_List:
  - bed_land
  - puzzle_games
 
### Linking worlds allows worlds to share death/general messages, worlds out of this list will ONLY see it's own messages.
# NOTE: IN A FUTURE I'LL ADD MULTIPLE LINKED GROUPS OF WORLDS! VOTE(POLL) IN THE MAIN PLUGIN PAGE FOR IT!
# Example: as you can see in this list, the worlds "world", "world_nether" and "world_the_end" are linked, so Death and General messages will be shared, if we have another world called "new_world", will only be able to see it's own Death and General Messages.
Linked_Worlds:
  Enable: false
  World_List:
  - world
  - world_nether
  - world_the_end
 
  
#====================================== General Messages ======================================#
### General Messages variables:
# %player  = player name involved in the event.
# %dplayer = player display name.
# %world   = world name in which the player joins/from which player quits/is kicked.
 
### Enable/Disable custom General Messages:
General_Messages:
  Enable: true
  First_Join: ''
  Recurrent_Join: ''
  Quit: ''
  Kick: ''
 
 
#====================================== Death Messages ======================================#
### Death Messages variables:
# %player  = victim player name.
# %dplayer = victim player display name.
# %killer  = assasin player name (only for player kills, PvP).
# %dkiller  = assasin player display name (only for player kills, PvP).
# %weapon_material = material name of the weapon wielded by the killer(only for player kills, PvP).
# %weapon_name = custom display name of the weapon, if there's no name it'll show the material name.
# %world = World name in which the player died, can be used in any message.
 
### Don't forget to use bukkit colors if you want ===>    http://dev.bukkit.org/media/images/42/45/Colors.png
# And other Bukkit Formats ===>    &n = Underlined   ||   &o = Italic   ||   &m = Strike-through   ||   &l = Bold   ||   &k = Magic   ||   &r = Reset Format
 
### Some Examples:
# Example for Creeper Message = '&2%player &Elikes to hug &CCreepers&E, he is a pill of dust now...'
# Example for PvP Message = '&2%player &Ewas slain by &Ckiller&E, wielding his mighty &C%weapon_material'
 
### Finally, you can add/modify/remove all the random messages you wish, when a death occurs, a random message from the list will be chosen.
# By default (as you can see below) each death cause has 2 ramdom messages, but you can use from 0 to infinite (0 means no message).
 
#====# Mob Causes #====#
Blaze:
- '&2%player &Ewas fireballed by &CBlaze'
- '&2%player &Eate a &CBlaze &2 fireball!'
CaveSpider:
- '&2%player &Ewas slain by &CCave Spider'
- '&2%player &Ewas bitten by &CCave Spider'
Creeper:
- '&2%player &Eblew up by a &CCreeper'
- '&2%player &Eexploded because embrazed a &CCreeper&E!'
EnderDragon:
- '&2%player &Ewas slain by &CEnder Dragon'
- '&2%player &Etried to ride the &CEnder Dragon'
Enderman:
- '&2%player &Ewas slain by &CEnderman'
- '&2%player &Ewas shocked by &CEnderman'
Endermite:
- '&2%player &Ewas killed by &CEndermite'
- '&2%player &Ewas killed by an &CEndermite&E, really?'
Guardian:
- '&2%player was killed by &CWitch &Eusing magic'
Ghast:
- '&2%player &Ewas fireballed by &CGhast'
- '&2%player &Eate a &CGhast &2 fireball!'
Giant:
- '&2%player &Ewas slain by &CGiant'
- '&2%player &Ewas stomped by &CGiant'
IronGolem:
- '&2%player &Ewas slain by &CGolem'
- '&2%player &Ewas drilled by &CGolem'
MagmaCube:
- '&2%player &Ewas slain by &CMagma Cube'
- '&2%player &Ewas crumped by &CMagma Cube'
PigZombie:
- '&2%player &Ewas slain by &CZombie Pigman'
- '&2%player &Ewas slashed by &CZombie Pigman'
Silverfish:
- '&2%player &Ewas slain by &CSilverfish'
- '&2%player &Ewas killed by a &CSilverfish&E, really?'
SkeletonArcher:
- '&2%player &Ewas shot by &CSkeleton'
- '&2%player &Ewas head shotted by a &CSkeleton'
SkeletonMelee:
- '&2%player &Ewas slain by &CSkeleton'
- '&2%player &Ewas punched by &CSkeleton&E, without bow!'
Slime:
- '&2%player &Ewas slain by &CSlime'
- '&2%player &Ewas basted by &CSlime'
Spider:
- '&2%player &Ewas slain by &CSpider'
- '&2%player &Ewas bitten by &CSpider'
Witch:
- '&2%player was killed by &CWitch &Eusing magic'
- '&2%player &Ewas cursed by &CWitch'
Wolf:
- '&2%player &Ewas slain by &CWolf'
- '&2%player &Ewas bitten by &CWolf'
Zombie:
- '&2%player &Ewas slain by &CZombie'
- '&EA &CZombie &Eate &2%player''s &Ebrain!'
### Wither
Wither:
- '&2%player &Eblew up'
- '&2%player &Ewhat?'
WitherEffect:
- '&2%player &Ewithered away'
- '&2%player &Epum! pam! puf!'
### Wither Skeleton
WitherSkeleton:
- '&2%player &Ewas slain by a &CWither Skeleton'
- '&2%player &Ewas crushed by a &CWither Skeleton'
#====# PvP Causes #====#
PvPWeapon:
- '&2%player &Ewas slain by &C%killer'
- '&2%player &Ewas slashed by &C%killer &Ewielding his mighty &B%weapon_name'
- '&2%player &Ewas killed by &C%killer &Ewith a &B%weapon_material'
# Weapon Tag NOT APLICABLE
PvPFist:
- '&2%player &Ewas slain by &C%killer'
- '&2%player &Ewas punched by &C%killer'
PvPBow:
- '&2%player &Ewas shot by &C%killer'
# This happens when a player dies by a Thorn Enchantment.
Thorns:
- '&2%player &Ewas killed while trying to hurt &C%killer'
#====# Other Causes #====#
TNT:
- '&2%player &Ethought a &CTNT &Ewas a cake and blew up!'
Cactus:
- '&2%player &Ewas pricked to death'
- '&2%player &Ehugged a cactus!'
Anvil:
- '&2%player &Ewas squashed by a falling anvil'
- '&2%player &Etried to kiss a falling anvil'
# Dispenser only has 1 message for deaths, but i added another one if player dies from a fireball ;)
DispenserArrow:
- '&2%player &Ewas shot by arrow'
- '&EA dispenser filled &2%player''s &Ebody with iron!'
DispenserFireball:
- '&EA &CDispenser &Ehas fried &2%player'
- '&EA dispenser burned &2%player &Eto death!'
Drowning:
- '&2%player &Edrowned'
- '&2%player &Eforget to buy gills!'
PotionofHarming:
- '&2%player &Ewas killed by magic'
Fall:
- '&2%player &Ehit the ground too hard'
# In Minecraft you can't die from normal Poison, you just get to half heart, anyway it a Poison Potion hits you when u're with low health and kills you or by other plugins this could happen.
Poison:
- '&2%player &Eate contaminated food'
# Direct exposure to a fire block
FireBlock:
- '&2%player &Ewent up in flames'
# Death caused by burns after leaving a Fire Block or Lava Block.
FireEffect:
- '&2%player &Eburned to death'
Lava:
- '&2%player &Etried to swin in &Clava'
# You usually get "went up in flames" like cause of death by a thunder, now you can specify what you want, anyway if the fire kills you first the cause will still being the fire.
Lightning:
- '&2%player &Ewent up in flames'
Starvation:
- '&2%player &Estarved to death'
Suffocation:
- '&2%player &Esuffocated in a wall'
# Suicide message is only possible when player uses /suicide or /kill to himself.
Suicide:
- '&2%player &Edied'
Void:
- '&2%player &Efell out of the world'
# Weird causes like killed by EnderPearl, Eggs and Snowballs.
# Snowmans can't kill players cause Snowballs have no damage, anyway some servers change this mechanic for fun (like my server), so i added it too.
Others:
- '&2%player &Ewas pummeled'
Snowman:
- '&2%player &Ewas freezed by &CSnowman'
Melting:
- '&2%player &Ewas freezed by melting &CSnowman'
## Rest of the Causes, command causes will be showed here, like /kill or /suicide case doesn't have a damager.
Unknown:
- '&2%player &Efell out of the world'

post-1527718-0-39466100-1467701830.jpg

Opublikowano
PvPWeapon:

- '&2%player &Ewas slain by &C%killer'

Zamień na:

 


PvPWeapon:

- '&2%player &EZostal zabity przez &C%killer'

 

&2,&E,&C to kody kolorów.

Pomoglem? Daj Lubię To. To nic nie kosztuje a wynagradza za pomoc.

Opublikowano

Te wiadomości z całą pewnością nie są stworzone w czymś podobnym do Death Messages i takiego efektu nie uzyskasz, ponieważ pochodzą one z jakiegoś pluginu na statystyki gracza w pvp.

Opublikowano

Te wiadomości z całą pewnością nie są stworzone w czymś podobnym do Death Messages i takiego efektu nie uzyskasz, ponieważ pochodzą one z jakiegoś pluginu na statystyki gracza w pvp.

Jak nie death message to jaki ? :/ Bardzo potrzebuje tego pluginu/skryptu

Opublikowano

 

Te wiadomości z całą pewnością nie są stworzone w czymś podobnym do Death Messages i takiego efektu nie uzyskasz, ponieważ pochodzą one z jakiegoś pluginu na statystyki gracza w pvp.

Jak nie death message to jaki ? :/ Bardzo potrzebuje tego pluginu/skryptu

 

Znając życie serwer używał FunnyGuilds gdzie oprócz gildii plugin oferuje właśnie statystyki w pvp i o ile się nie mylę zmianę wyglądu tabu.

Opublikowano

Pobierz plugin FunnyGuilds, tam możesz sobie dostosować tą wiadomość

Mam ten plugin także skonfigurowany w nim TAB ale gdzie to znajde? Sory ze tak pytam ale jestem zdezorientowany.. :P

rankDeathMessage: '&cGracz &c{VICTIM} &c(-{-}) &czostal zabity przez &c{ATTACKER} &c(+{+})'

jak ustawić żeby ta wiadomosc funkcjonowała ? :)

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...