Advertisement
Guest User

FactionsPet messages.yml

a guest
Aug 5th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.97 KB | None | 0 0
  1. #####################################################
  2. #                   Factions Pets                   #
  3. #                  by xQuickGlare                   #
  4. #####################################################
  5. version: 1 #DON'T CHANGE THIS VALUE
  6. messages:
  7.   youDontHavePermission: '&cYou don''t have permission'
  8.   signArgs: '&cInvalid Args'
  9.   signPetDoesntExist: '&cThis pet doesn''t exist'
  10.   criticalError: '&cCritical Error!'
  11.   youAlreadyHavePet: '&cYou can''t have more than one pet'
  12.   newPet: '&cEnjoy your pet'
  13.   notEnoughMoney: '&cYou don''t have enough money!'
  14.   damagePet: '&cYou can''t hurt your pet!'
  15.   commandOnlyPlayer: '&cOnly Player can run this command'
  16.   commandInfo1: '&7List of Commands: '
  17.   commandInfo2: '&c/pet %command_name% - %command_description%'
  18.   levelUp: '&bCongraturation, your pet is now at level&c %pet_level%'
  19.   buyedEffect: '&7You buy the effect:&c %effect_name% &7at level&c %effect_level%'
  20.   maxEffectLevel: '&cThis effect is at its best'
  21.   respawnPet: '&cYour pet can respawn'
  22.   petDeath: '&cYour pet is died'
  23.   petHaveMaxHealth: 'Your pet already has the best of life'
  24.   petOnlyVip: 'You can''t buy this pet, it is only for vip'
  25.   youDontHaveAPet: '&cYou don''t have a pet!'
  26.   petHealthUpgrade: 'Now the health of you''re pet is %pet_maxHealth%'
  27.   factionDamagePet: '&cYou can''t damage the pet of your faction member'
  28.   noPvPDamagePet: '&cYou can''t damage a pet in a no-PvP Area'
  29.   pluginInfo:
  30.    - '&7Pets by &6xQuickGlare'
  31.     - '&7Use &c/pet help &7for a list of commands'
  32.   commands:
  33.     away:
  34.       confirmMessage: '&cYour pet was sent away'
  35.       unspawnedPet: '&cYour pet isn''t spawned'
  36.     here:
  37.       confirmMessage: '&cYour pet was spawned'
  38.       spawnedPet: '&cYour pet is already spawned'
  39.       petDeath: '&cYou can''t spawn the pet because it is died'
  40.     name:
  41.       petNameTooLong: '&cPet name is too long'
  42.       executedCommand: '&cEnter your pet''s name in chat'
  43.       timeExpireChangeName: '&cTime expired to change pet name'
  44.       confirmMessage: '&cYour pet''s name has been changed'
  45.     info:
  46.       respose:
  47.        - 'Info Pet:'
  48.         - 'Name: %pet_name%'
  49.         - 'Level: %pet_level%'
  50.         - 'Health: %pet_health%/%pet_maxHealth%'
  51.         - 'Exp for next level: %pet_remainingExp%'
  52.         - 'Exp: %pet_exp%'
  53.         - 'Respawn Pet in: %pet_remainingSpawnTime% seconds'
  54.   adminCommands:
  55.     help:
  56.       header: '&6List of admin commands: '
  57.       info: '&6/petAdmin %command_name% &e- %command_description%'
  58.     reload:
  59.       successful: '&aThe configurations have been reloaded correctly'
  60.     deletePet:
  61.       use: '&cUse: /petAdmin deletePet <PlayerName>'
  62.       playerNoPet: '&cPlayer doesn''t have a pet.'
  63.       successful: '&aPet was successful deleted!'
  64.     givePet:
  65.       use: '&cUse: /petAdmin givePet <PlayerName> <Entity>'
  66.       petTypeNoExist: '&cPet type doesen''t exist'
  67.       playerHavePet: '&cThis player already has a pet'
  68.       successful: '&aYou have successful gived pet to player'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement