Advertisement
TnKnight

Silky Spawner - message.yml

Oct 25th, 2020 (edited)
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.16 KB | None | 0 0
  1. #########################################
  2. #                                       #
  3. #            GENERAL MESSAGE            #
  4. #                                       #
  5. #########################################
  6.  
  7. ReloadMessage: "&aconfig.yml, message.yml, guisconfig.yml have been reloaded!"
  8. PlaceSpawner: "&2You just placed a spawner named %name%"
  9. RemoveArmorStandsMessage: "&9All custom ArmorStands have been removed within %radius% blocks."
  10. WrongGameMode: "&8Only players in survival mode can break this spawner."
  11. InventoryFull: "&cInventory full! Dropping item."
  12.  
  13.  
  14. #########################################
  15. #                                       #
  16. #             ERROR MESSAGE             #
  17. #                                       #
  18. #########################################
  19.  
  20. Error: "&4&lErrorCode: &e%error%"
  21. ErrorMessage: "&bPlease report this &4&lErrorCode &bto admin ASAP!"
  22. NoPerm: "&cYou don't have permission &f%perm% &cto execute this command!"
  23. MistypedCommand: "&cUsage: "
  24. CannotExecuteCommand: "You have to cancel the modification before using commands. Type in '%cancel_request%' to cancel"
  25.  
  26.  
  27. #########################################
  28. #                                       #
  29. #            SPAWNER MESSAGE            #
  30. #                                       #
  31. #########################################
  32.  
  33. NotANumber: "&f%input%&7 is not a number!"
  34. OutOfLines: "&7There is no line number %input%!"  
  35. NotHoldingSpawner: "&9You must hold your spawner in main hand in order to modify %type%!"
  36. CannotChangeMob: "&3Spawner can't spawn %mob_type%"
  37. MobChanged: "&bThis spawner is now spawning %mob_type%"
  38. SameMob: "&aThis spawner is containing %mob_type%"
  39. NoLore: "&dYour spawner has no line to modify."
  40. InputTooShort: "&bYour %type% is too short. At least 3 characters required"
  41. InputTooLong: "&bYour %type% is too long. Can only be under 15 characters required"
  42. HaveNoEggs: "&9You must have at least one %egg% in your inventory to modify %type%."
  43. NotASpawner: "&cYou are not holding or looking at a spawner."
  44.  
  45.  
  46. ##########################################
  47. #                                        #
  48. #       CUSTOM ENCHANTMENT MESSAGE       #
  49. #                                        #
  50. ##########################################
  51.  
  52. CETurnedOff: "&cYou have to enable CustomEnchantment to use this command!"
  53. NotHoldingPickaxe: "&9You must hold your pickaxe in your main hand in order to add the enchantment."
  54. AlreadyAdded: "&cYour pickaxe already has this enchantment."
  55. Success: "&2Enchantment added to your pickaxe successfully!"
  56. NotEnchanted: "&cYou can't break this spawner!"
  57.  
  58.  
  59. #########################################
  60. #                                       #
  61. #              GUI MESSAGE              #
  62. #                                       #
  63. #########################################
  64.  
  65. GetSpawner: "&dEnjoy your spawner!"
  66. OnFirstPage: "&cYou are on the very first page!"
  67. OnLastPage: "&cNo more pages for you to go through :("
  68. SetName: "&7Name your spawner (&6%min% &7- &6%max% &7chars.)"
  69. SetLore: "&7Write down a line of lore (&6%min% &7- &6%max% &7chars.)"
  70. RequestCancel: "&eTips: Type %request% to cancel the modification."
  71. Cancelled: "&cYou cancelled it!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement