Advertisement
PiggiesGoSqueal

Untitled

Apr 14th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.46 KB | None | 0 0
  1. # Default messages for CombatLogX
  2. # DO NOT set a message to `false` or null
  3. # DO NOT delete any messages
  4. #
  5. # To remove a message, set it to "" or ''
  6. messages:
  7.   plugin prefix: "&8[&3CombatLog&8] &7"
  8.   expansion prefix: "&8[&3CombatLog - &b{expansion}&8] &7"
  9.  
  10.   loading expansion: "Loading expansion '{name} v{version}'"
  11.   loaded expansions: "Loaded {amount} expansion{s}"
  12.  
  13.   broadcasts:
  14.     on enable: "&2CombatLogX is now enabled."
  15.     on disable: "&4CombatLogX is not disabled."
  16.  
  17.   commands:
  18.     no permission: ""
  19.     invalid target: ""
  20.  
  21.     combatlogx:
  22.       reloaded: "&a&oYou have successfully reloaded all of the configs."
  23.       tag: "&a&oYou just forced &f{target}&a&o into combat. This may cause issues!"
  24.       untag: "&a&oYou just forced &f{target}&a&o out of combat. This may cause issues!"
  25.       not in combat: "That player is not in combat."
  26.  
  27.     combattime:
  28.       not in combat: "You are not in combat."
  29.       time left: "You have &c{time} seconds &a&oremaining."
  30.       time left other: "&f{target}&a&o has &c{time} seconds &a&oremaining"
  31.  
  32.   combat:
  33.     expire: "You are no longer combat tagged!"
  34.     enemy death: ""
  35.     tagged:
  36.       attacked by player: "You have been combat tagged!"
  37.       attacker of player: "You attacked a player and have been combat tagged!"
  38.       attacked by mob: "You have been combat tagged!"
  39.       attacker of mob: "You attacked a mob and have been combat tagged!"
  40.       unknown: "You have been combat tagged!"
  41.  
  42.   expansions:
  43.     cheat prevention:
  44.       blocks:
  45.         breaking not allowed: ""
  46.       items:
  47.         pickup not allowed: ""
  48.        
  49.       gamemode:
  50.         change: "Your gamemode was changed to &f{gamemode} because you were tagged."
  51.         not allowed: "You cannot switch gamemodes during combat."
  52.  
  53.       flight:
  54.         disabled: "Your flight was disabled because you were tagged."
  55.         not allowed: "You cannot enable flight during combat."
  56.  
  57.       elytra:
  58.         disabled: "Your elytra was disabled because you were tagged."
  59.         not allowed: "You cannot use elytra during combat."
  60.  
  61.       command:
  62.         not allowed: "You cannot execute &a{command} &7during combat."
  63.  
  64.       teleport:
  65.         enderpearl:
  66.           not allowed: "You cannot use enderpearls during combat"
  67.         other:
  68.           not allowed: "You cannot teleport during combat."
  69.  
  70.       inventory:
  71.         closed: "Your inventory was closed because you were tagged."
  72.         not allowed: "You cannot open inventories during combat."
  73.  
  74.       chat:
  75.         not allowed: "You cannot send chat messages during combat."
  76.  
  77.  
  78.     notcombatlogx:
  79.       all damage: "You took damage. Do not log out!"
  80.       damage tag:
  81.         contact: "You were pricked by a cactus. Do not log out!"
  82.         suffocation: "You are suffocating in a wall. Do not log out!"
  83.         fall: "You fell down. Do not log out!"
  84.         fire: "You walked into fire. Do not log out!"
  85.         fire tick: "You are burning. Do not log out!"
  86.         lava: "You are boiling in lava. Do not log out!"
  87.         drowning: "You are drowning. Do not log out!"
  88.         block explosion: "You were exploded by tnt. Do not log out!"
  89.         lightning: "Zeus hates you. Do not log out!"
  90.         starvation: "You are starving to death. Do not log out!"
  91.         poison: "You are poisoned. Do not log out!"
  92.         magic: "Someone threw a potion at you. Do not log out!"
  93.         wither: "You are withering away. Do not log out!"
  94.         falling block: "A block fell on you. Do not log out!"
  95.         custom: "You took damage from an unknown source. Do not log out!"
  96.         fly into wall: "You hit a wall. Do not log out!"
  97.         hot floor: "The floor is lava! Do not log out!"
  98.         cramming: "You are being squished. Do not log out!"
  99.  
  100.     factions compatibility:
  101.       no entry: "You cannot enter a no-pvp area during combat"
  102.  
  103.     towny compatibility:
  104.       no entry: "You cannot enter a no-pvp area during combat"
  105.      
  106.     residence compatibility:
  107.       no entry: "You cannot enter a no-pvp area during combat"
  108.      
  109.     lands compatibility:
  110.       no entry: "You cannot enter a no-pvp area during combat"
  111.  
  112.     worldguard compatibility:
  113.       no entry:
  114.         pvp: "You cannot enter a no-pvp area during combat"
  115.         mob: "You cannot enter a non-mob area while tagged with a mob"
  116.  
  117.     placeholder compatibility:
  118.       zero time left: "Not in combat"
  119.       yes: "&aYes"
  120.       no: "&cNo"
  121.       status:
  122.         fighting: "&cFighting"
  123.         idling: "&aIdling"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement