Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # #
  2. # EnderContainers default locale (EN) #
  3. # Version: 2.1.0 #
  4. # An enderchests plugin by Utarwyn #
  5. # # # # # # # # # # # # # # # # # # # # # #
  6.  
  7. ## ##
  8. # Commands locale #
  9. ## ##
  10. commands:
  11.  
  12. backups:
  13. created: '&aBackup created with the name &b%backup%&a.'
  14. creation_starting: 'Starting backup creation...'
  15. exists: 'Backup &6%backup% &calready exists. Please change name.'
  16. info: '&7To show information about a backup: &c%command%'
  17. loaded: '&aBackup &b%backup%&a loaded indefinitly.'
  18. loading_starting: 'Starting backup loading...'
  19. removed: '&aBackup &b%backup%&a removed.'
  20. unknown: 'Backup &6%backup%&c is undefined.'
  21. zero: '&cNo backups. Create backups : &6%command%'
  22.  
  23. label_name: 'Name'
  24. label_date: 'Creation date'
  25. label_by: 'Created by'
  26. label_loadcmd: '&8To apply this backup'
  27. label_rmcmd: '&8To remove this backup'
  28.  
  29. config_reloaded: 'Configuration reloaded!'
  30. no_update: 'There is no update at this time. Retry later.'
  31. unknown: 'Unknown command'
  32.  
  33.  
  34. ## ##
  35. # Menus locale #
  36. ## ##
  37. menus:
  38.  
  39. main_title: 'Enderchests of %player%'
  40. chest_title: 'Enderchest %num% of %player%'
  41. pane_title: 'Enderchest %num% %counter%'
  42.  
  43. chest_empty: '&2This enderchest is empty!'
  44. chest_full: '&cInventory full!'
  45. chest_locked: '&8&o>> Enderchest locked!'
  46.  
  47.  
  48. ## ##
  49. # Errors locale #
  50. ## ##
  51. errors:
  52.  
  53. noperm_open_chest: 'You can''t open this EnderChest!'
  54. noperm_console: 'You must be a player to do this!'
  55. noperm_player: 'You haven''t the permission to do that!'
  56. plugin_disabled: 'Plugin is actually disabled. Please enable it from the config!'
  57. plugin_world_disabled: 'Plugin is disabled in this world.'
  58.  
  59.  
  60. ## ##
  61. # Dependencies locale #
  62. ## ##
  63. dependencies:
  64.  
  65. # Factions plugin
  66. access_denied_factions: 'You can''t use the enderchest in %faction%''s territory!'
  67. # PlotSquared Plugin
  68. access_denied_plotsq: 'You can''t use the enderchest in this plot!'
  69.  
  70.  
  71. ## ##
  72. # Miscellaneous locale #
  73. ## ##
  74. miscellaneous:
  75.  
  76. chest_nametag: '&6&l%enderchests%/%maxenderchests%&r&e enderchest%plurial% available'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement