EtnoCraft

SelectionVisualizer 1.7.1.0 - Traducción

Dec 9th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. # Full color code support and some variables
  2. # Keep in mind that variables wont work for some lines, when it will for anothers :)
  3. # Just keep them where there are now and everything will be ok :)
  4.  
  5. info:
  6. prefix: '&e[&aSV&e] '
  7. NoPermission: '&cYou don''t have permission!'
  8. Ingame: '&cYou can use this only in game!'
  9. FromConsole: '&cYou can use this only from console!'
  10. NotOnline: '&cThe player is not online!'
  11. NoPlayer: '&cCan''t find player with this name!'
  12. UseInteger: '&cPlease use numbers!'
  13. UseBoolean: '&cPlease use True or False!'
  14. NoLessThan: '&cNumber can''t be less than [amount]!'
  15. NoMoreThan: '&cValue can''t be more than [amount]'
  16. NoWorld: '&cCan''t find world with this name!'
  17. GlobalDisable: '&cVisualizer is disabled. Use &6/sv toggle &cto enable it!'
  18. TypeDisable: '&cThis type of visualizer is disabled. Enable it throw GUI!'
  19. Enabled: '&2Enabled'
  20. Disabled: '&cDisabled'
  21. command:
  22. help:
  23. output:
  24. usage: '&eUsage: &6%usage%'
  25. title: '&e-------&e ======= &6SV &e======= &e-------'
  26. page: '&e-----&e ====== Page &6[1] &eof &6[2] &e====== &e-----'
  27. prev: '&e<<<<< Prev page &e|'
  28. next: '&e|&e Next Page >>>>'
  29. nocmd:
  30. help:
  31. info: '&eShows all available commands'
  32. args: ''
  33. gui:
  34. help:
  35. info: '&eOpens GUI to edit personal settings'
  36. args: ''
  37. grid:
  38. help:
  39. info: '&eShows chunk grid'
  40. args: (fixy)
  41. watch:
  42. help:
  43. info: '&eSee other player selections'
  44. args: '[stop/info/playername]'
  45. info:
  46. Stopped: '&eYou have stopped to watch &6[player] &eselections'
  47. NoStop: '&eNothing to stop'
  48. Current: '&eYou currently watching &6[player] &eselections'
  49. NotWatching: '&eYou currently not watching any players selections'
  50. Started: '&eYou have started to watch &6[player] &eselections'
  51. chunk:
  52. help:
  53. info: '&eShows current chunk'
  54. args: ''
  55. we:
  56. help:
  57. info: '&eShows WorldEdit selection or copied area'
  58. args: (paste) (lock/tp)
  59. info:
  60. teleported: '&eTeleported to paste location'
  61. noTp: '&eThere is no saved teleport locations'
  62. return: '&eTo return into paste location use &6/sv we paste tp'
  63. wg:
  64. help:
  65. info: '&eShows WorldGuard regions'
  66. args: (regionName)
  67. info:
  68. notIn: '&eYou are not in WorldGuard region'
  69. notFound: '&eCan''t find WorldGuard region by this name'
  70. res:
  71. help:
  72. info: '&eShows Residence regions'
  73. args: (residenceName) (-s) (-a)
  74. info:
  75. notIn: '&eYou are not in Residence'
  76. stop:
  77. help:
  78. info: '&eStops currently showing particles'
  79. args: ''
  80. info:
  81. Stopped: '&eStopped'
  82. toggle:
  83. help:
  84. info: '&eToggles visualizer'
  85. args: ''
  86. info:
  87. Enabled: '&eVisualizer was &6Enabled'
  88. Disabled: '&eVisualizer was &cDisabled'
  89. gp:
  90. help:
  91. info: '&eShows GriefPrevention claims'
  92. args: ''
  93. fc:
  94. help:
  95. info: '&eShows Factions claims'
  96. args: (fixy)
  97. towny:
  98. help:
  99. info: '&eMuestra los terrenos de Towny'
  100. args: (fixy)
  101. k:
  102. help:
  103. info: '&eShows Kingdoms claims'
  104. args: (fixy)
  105. reload:
  106. help:
  107. info: '&eReloads configuration file'
  108. args: ''
  109. info:
  110. feedback: '&eConfig files reloaded!'
Advertisement
Add Comment
Please, Sign In to add comment