Advertisement
xeRicker

RegrowingBlocks - Language.yml

Dec 13th, 2015
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. global:
  2. command:
  3. invalid-arguments: "&2[&aRB&2]: &aEither you didn't specify arguments or they're invalid!"
  4. error: "&2[&aRB&2]: &aAn error occurred while processing the command!"
  5. player:
  6. no-permission: "&2[&aRB&2]: &aYou don't have permission!"
  7. is-offline: "&2[&aRB&2]: &aThe player is offline!"
  8. must-be-player: "&2[&aRB&2]: &aYou must be player!"
  9. config:
  10. reloaded: "&2[&aRB&2]: &aThe configuration files have been reloaded!"
  11. other:
  12. selecting-mode-enter: "&2[&aRB&2]: &aYou have entered the &bSELECTING &amode!"
  13. selecting-mode-exit: "&2[&aRB&2]: &aYou have exited the &bSELECTING &amode!"
  14.  
  15. worldedit-selected-area-empty: "&2[&aRB&2]: &aYou didn't select any blocks using WorldEdit!"
  16. worldedit-selected-area-adding: "&2[&aRB&2]: &aAdding selected area..."
  17. worldedit-selected-area-added: "&2[&aRB&2]: &aSelected area added!"
  18.  
  19. list-empty: "&2[&aRB&2]: &aList is empty!"
  20. list-saving: "&2[&aRB&2]: &aSaving list..."
  21. list-saved: "&2[&aRB&2]: &aList saved!"
  22. list-cleared: "&2[&aRB&2]: &aList cleared!"
  23.  
  24. saved-list-already-exist: "&2[&aRB&2]: &aSaved List of that name already exist!"
  25. saved-list-doesnt-exist: "&2[&aRB&2]: &aSaved List of that name doesn't exist!"
  26. saved-list-deleted: "&2[&aRB&2]: &aSaved List deleted!"
  27.  
  28. custom-animation-saved: "&2[&aRB&2]: &aCustom Animation saved!"
  29. menus:
  30. main:
  31. title: "RegrowingBlocks"
  32.  
  33. saved-lists-item-name: "&aSaved Lists"
  34. saved-lists-item-lore:
  35. - "&7Click to open!"
  36.  
  37. statistics-item-name: "&aStatistics"
  38. statistics-item-lore:
  39. - ""
  40. - "&eMain Stats"
  41. - "&7Blocks blockd: &a{BLOCKS_MINED}"
  42.  
  43. close-item-name: "&cClose"
  44. close-item-lore:
  45. - "&7Click to close!"
  46.  
  47. saved-lists:
  48. title: "Saved Lists"
  49.  
  50. go-back-item-name: "&cGo Back"
  51. go-back-item-lore:
  52. - "&7Click to go back!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement