Advertisement
zigazajc007

Admin GUI - English

Oct 17th, 2019
2,873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 13.73 KB | None | 0 0
  1. #       ----------- + AdminGUI by Ziga Zajc + -----------   #
  2. #                                                           #
  3. #                           Language                        #
  4. #                                                           #
  5. #       --------- + ------------------------- + ---------   #
  6. #
  7. #       You can use chat colors:
  8. #                ________________________
  9. #               |   code: | color:       |
  10. #               |________________________|
  11. #               |     &0  | Black        |
  12. #               |     &1  | Dark Blue    |
  13. #               |     &2  | Dark Green   |
  14. #               |     &3  | Dark Aqua    |
  15. #               |     &4  | Dark Red     |
  16. #               |     &5  | Dark Purple  |
  17. #               |     &6  | Gold         |
  18. #               |     &7  | Gray         |
  19. #               |     &8  | Dark Gray    |
  20. #               |     &9  | Blue         |
  21. #               |     &a  | Green        |
  22. #               |     &b  | Aqua         |
  23. #               |     &c  | Red          |
  24. #               |     &d  | Light Purple |
  25. #               |     &e  | Yellow       |
  26. #               |     &f  | White        |
  27. #               |     &k  | Obfuscated   |
  28. #               |     &l  | Bold         |
  29. #               |     &m  | Strikethrough|
  30. #               |     &n  | Underline    |
  31. #               |     &o  | Italic       |
  32. #               |     &r  | Reset        |
  33. #               |________________________|
  34. #
  35. #----------------------------------------------------------
  36. #                         Prefix
  37. #----------------------------------------------------------
  38. prefix: "&7[&cAdmin GUI&7] "
  39. #----------------------------------------------------------
  40. #----------------------------------------------------------
  41. #                       Commands
  42. #----------------------------------------------------------
  43. permission: "&cYou don't have permission to do this!"
  44. is_not_a_player: "&c{player} isn't a player!"
  45. is_not_a_number: "&c{number} isn't a number!"
  46. wrong_arguments: "&cYou can only use /admin or /admin <player>"
  47. vault_required: "&cYour server don't have installed Vault to complete this action!"
  48. vanish_required: "&cYour server don't have installed Super Vanish or Premium Vanish to complete this action!"
  49. #----------------------------------------------------------
  50. #                    Inventory names
  51. #----------------------------------------------------------
  52. inventory_main: "&4&lAdmin GUI"
  53. inventory_player: "&5&l{player}"
  54. inventory_world: "&2&lWorld"
  55. inventory_players: "&1&lPlayers"
  56. inventory_actions: "&9&lActions &2&l{player}"
  57. inventory_kick: "&8&lKick &2&l{player}"
  58. inventory_ban: "&8&lBan &2&l{player}"
  59. inventory_potions: "&c&lPotions &2&l{player}"
  60. inventory_spawner: "&8&lSpawner &2&l{player}"
  61. inventory_money: "&2&lMoney &2&l{player}"
  62. inventory_money_give: "&2&lMoney GIVE {player}"
  63. inventory_money_set: "&2&lMoney&9&l SET &2&l{player}"
  64. inventory_money_take: "&2&lMoney&c&l TAKE &2&l{player}"
  65. inventory_inventory: "&a&lInventory &2&l{player}"
  66. #----------------------------------------------------------
  67. #                       Admin GUI
  68. #----------------------------------------------------------
  69. main_player: "&5&l{player}"
  70. main_world: "&2&lWorld"
  71. main_players: "&9&lPlayers"
  72. main_maintenance_mode: "&c&lMaintenance Mode"
  73. main_quit: "&c&lQuit"
  74. #----------------------------------------------------------
  75. #                      Player GUI
  76. #----------------------------------------------------------
  77. player_info: "&2&l{player}"
  78. player_heal: "&e&lHeal"
  79. player_feed: "&7&lFeed"
  80. player_survival: "&a&lSurvival"
  81. player_adventure: "&2&lAdventure"
  82. player_creative: "&3&lCreative"
  83. player_spectator: "&9&lSpectator"
  84. player_god_enabled: "&a&lGod"
  85. player_god_disabled: "&c&lGod"
  86. player_potions: "&c&lPotions"
  87. player_spawner: "&8&lSpawner"
  88. player_kill: "&8&lKill"
  89. player_burn: "&c&lBurn"
  90. player_lightning: "&5&lLightning"
  91. player_firework: "&4&lFirework"
  92. player_money: "&2&lMoney"
  93. player_vanish_enabled: "&a&lVanish"
  94. player_vanish_disabled: "&c&lVanish"
  95. player_back: "&c&lBack"
  96. #----------------------------------------------------------
  97. #                       World GUI
  98. #----------------------------------------------------------
  99. world_day: "&e&lDay"
  100. world_night: "&8&lNight"
  101. world_thunder: "&9&lThunder"
  102. world_rain: "&3&lRain"
  103. world_clear: "&b&lClear"
  104. world_back: "&c&lBack"
  105. #----------------------------------------------------------
  106. #                     Players GUI
  107. #----------------------------------------------------------
  108. players_color: "&2&l{player}"
  109. players_lore: "&cClick me for more actions"
  110. players_previous: "&c&lPrevious"
  111. players_page: "&a&lPage"
  112. players_next: "&2&lNext"
  113. players_back: "&c&lBack"
  114. #----------------------------------------------------------
  115. #                 Players Settings GUI
  116. #----------------------------------------------------------
  117. players_settings_info: "&2&l{player}"
  118. players_settings_actions: "&9&lActions"
  119. players_settings_money: "&2&lMoney"
  120. players_settings_kick_player: "&8&lKick player"
  121. players_settings_ban_player: "&8&lBan player"
  122. players_settings_back: "&c&lBack"
  123. #----------------------------------------------------------
  124. #                   Actions GUI
  125. #----------------------------------------------------------
  126. actions_heal: "&e&lHeal"
  127. actions_feed: "&7&lFeed"
  128. actions_info: "&2&l{player}"
  129. actions_survival: "&a&lSurvival"
  130. actions_adventure: "&2&lAdventure"
  131. actions_creative: "&3&lCreative"
  132. actions_spectator: "&9&lSpectator"
  133. actions_teleport_to_player: "&d&lTeleport to player"
  134. actions_kill_player: "&8&lKill player"
  135. actions_burn_player: "&c&lBurn player"
  136. actions_teleport_player_to_you: "&d&lTeleport player to you"
  137. actions_god_enabled: "&a&lGod"
  138. actions_god_disabled: "&c&lGod"
  139. actions_potions: "&c&lPotions"
  140. actions_spawner: "&8&lSpawner"
  141. actions_inventory: "&a&lInventory"
  142. actions_vanish_enabled: "&a&lVanish"
  143. actions_vanish_disabled: "&c&lVanish"
  144. actions_lightning: "&5&lLightning"
  145. actions_firework: "&4&lFirework"
  146. actions_back: "&c&lBack"
  147. #----------------------------------------------------------
  148. #                       Kick GUI
  149. #----------------------------------------------------------
  150. kick: "&4You have been kicked for "
  151. kick_hacking: "&7&lHacking!"
  152. kick_griefing: "&6&lGriefing!"
  153. kick_spamming: "&d&lSpamming!"
  154. kick_advertising: "&3&lAdvertising!"
  155. kick_swearing: "&e&lSwearing!"
  156. kick_back: "&c&lBack"
  157. #----------------------------------------------------------
  158. #                       Ban GUI
  159. #----------------------------------------------------------
  160. ban: "&4You have been banned for "
  161. ban_time: "&cYour suspension expires on &c&l{days}.{months}.{years}&c at &c&l{hours}:{minutes}:{seconds}."
  162. ban_years: "&e&lYears"
  163. ban_months: "&e&lMonths"
  164. ban_days: "&e&lDays"
  165. ban_hours: "&e&lHours"
  166. ban_minutes: "&e&lMinutes"
  167. ban_hacking: "&7&lHacking!"
  168. ban_griefing: "&6&lGriefing!"
  169. ban_spamming: "&d&lSpamming!"
  170. ban_advertising: "&3&lAdvertising!"
  171. ban_swearing: "&e&lSwearing!"
  172. ban_back: "&c&lBack"
  173. #----------------------------------------------------------
  174. #                     Potions GUI
  175. #----------------------------------------------------------
  176. potions_night_vision: "&8&lNight Vision"
  177. potions_invisibility: "&7&lInvisibility"
  178. potions_jump_boost: "&a&lJump Boost"
  179. potions_fire_resistance: "&c&lFire Resistance"
  180. potions_speed: "&b&lSpeed"
  181. potions_slowness: "&4&lSlowness"
  182. potions_water_breathing: "&9&lWater Breathing"
  183. potions_instant_health: "&a&lInstant Health"
  184. potions_instant_damage: "&4&lInstant Damage"
  185. potions_poison: "&5&lPoison"
  186. potions_regeneration: "&e&lRegeneration"
  187. potions_strength: "&e&lStrength"
  188. potions_weakness: "&4&lWeakness"
  189. potions_luck: "&6&lLuck"
  190. potions_slow_falling: "&3&lSlow falling"
  191. potions_time: "&a&lTime"
  192. potions_remove_all: "&4&lRemove All"
  193. potions_level: "&a&lLevel"
  194. potions_back: "&c&lBack"
  195. #----------------------------------------------------------
  196. #                     Spawner GUI
  197. #----------------------------------------------------------
  198. spawner_bat: "&a&lBat"
  199. spawner_blaze: "&c&lBlaze"
  200. spawner_cat: "&a&lCat"
  201. spawner_cave_spider: "&c&lCave Spider"
  202. spawner_chicken: "&a&lChicken"
  203. spawner_cod: "&b&lCod"
  204. spawner_cow: "&a&lCow"
  205. spawner_creeper: "&c&lCreeper"
  206. spawner_dolphin: "&b&lDolphin"
  207. spawner_donkey: "&a&lDonkey"
  208. spawner_drowned: "&c&lDrowned"
  209. spawner_elder_guardian: "&c&lElder Guardian"
  210. spawner_enderman: "&c&lEnderman"
  211. spawner_endermite: "&c&lEndermite"
  212. spawner_evoker: "&c&lEvoker"
  213. spawner_fox: "&a&lFox"
  214. spawner_ghast: "&c&lGhast"
  215. spawner_guardian: "&c&lGuardian"
  216. spawner_horse: "&a&lHorse"
  217. spawner_husk: "&c&lHusk"
  218. spawner_llama: "&a&Llama"
  219. spawner_magma_cube: "&c&lMagma Cube"
  220. spawner_mooshroom: "&a&lMooshroom"
  221. spawner_mule: "&a&lMule"
  222. spawner_ocelot: "&a&lOcelot"
  223. spawner_panda: "&a&lPanda"
  224. spawner_parrot: "&a&lParrot"
  225. spawner_phantom: "&c&lPhantom"
  226. spawner_pig: "&a&lPig"
  227. spawner_pillager: "&c&lPillager"
  228. spawner_polar_bear: "&a&lPolar Bear"
  229. spawner_pufferfish: "&b&lPufferfish"
  230. spawner_rabbit: "&a&lRabbit"
  231. spawner_ravager: "&c&lRavager"
  232. spawner_salmon: "&b&lSalmon"
  233. spawner_sheep: "&a&lSheep"
  234. spawner_shulker: "&c&lShulker"
  235. spawner_silverfish: "&c&lSilverfish"
  236. spawner_skeleton: "&c&lSkeleton"
  237. spawner_skeleton_horse: "&c&lSkeleton Horse"
  238. spawner_slime: "&c&lSlime"
  239. spawner_spider: "&c&lSpider"
  240. spawner_squid: "&b&lSquid"
  241. spawner_stray: "&c&lStray"
  242. spawner_trader_llama: "&a&lTrader Llama"
  243. spawner_tropical_fish: "&b&lTropical Fish"
  244. spawner_turtle: "&a&lTurtle"
  245. spawner_vex: "&c&lVex"
  246. spawner_villager: "&a&lVillager"
  247. spawner_vindicator: "&c&lVindicator"
  248. spawner_wandering_trader: "&a&lWandering Trader"
  249. spawner_witch: "&c&lWitch"
  250. spawner_wither: "&c&lWither"
  251. spawner_wolf: "&a&lWolf"
  252. spawner_zombie: "&c&lZombie"
  253. spawner_zombie_pigman: "&c&lZombie Pigman"
  254. spawner_zombie_villager: "&c&lZombie Villager"
  255. spawner_back: "&c&lBack"
  256. #----------------------------------------------------------
  257. #                      Money GUI
  258. #----------------------------------------------------------
  259. money_give: "&2&lGive"
  260. money_set: "&9&lSet"
  261. money_take: "&c&lTake"
  262. money_back: "&c&lBack"
  263. #----------------------------------------------------------
  264. #                      Money Amount GUI
  265. #----------------------------------------------------------
  266. money_amount_back: "&c&lBack"
  267. #----------------------------------------------------------
  268. #                    Inventory GUI
  269. #----------------------------------------------------------
  270. inventory_refresh: "&a&lRefresh"
  271. inventory_clear: "&b&lClear"
  272. inventory_back: "&c&lBack"
  273. #----------------------------------------------------------
  274. #                       Messages
  275. #----------------------------------------------------------
  276. message_target_player_teleport: "&aYou have been teleported to {player}"
  277. message_player_kill: "&aYou have killed {player}"
  278. message_player_burn: "&aYou have set {player} on &cfire&a!"
  279. message_target_player_creeper: "&a&lCreeper, Aww Man!"
  280. message_player_creeper: "&aCreeper has been spawned on {player}"
  281. message_target_player_heal: "&e{player} healed you."
  282. message_player_heal: "&aYou have healed {player}"
  283. message_target_player_feed: "&e{player} fed you."
  284. message_player_feed: "&aYou have feeded {player}"
  285. message_player_kick: "&a{player} has been kicked."
  286. message_player_ban: "&a{player} has been banned."
  287. message_player_god_enabled: "&a{player} is now in god mode."
  288. message_player_god_disabled: "&a{player} is not in god mode anymore."
  289. message_target_player_god_enabled: "&a{player} enabled you god mode."
  290. message_target_player_god_disabled: "&a{player} disabled you god mode."
  291. message_target_player_potions: "&a{player} give you {potion}&a effect for {time} minutes."
  292. message_player_potions: "&aYou just give {player} {potion}&a effect for {time} minutes."
  293. message_target_player_potions_remove: "&a{player} &cremoved &aall your potion effects."
  294. message_player_potions_remove: "&aYou have just removed all {player} potion effects."
  295. message_heal: "&aYou have been healed."
  296. message_feed: "&aYou have been feeded."
  297. message_god_enabled: "&aYou have enabled god mode."
  298. message_god_disabled: "&aYou have disabled god mode."
  299. message_kill: "&cYou have killed yourself."
  300. message_burn: "&cYou set yourself on fire."
  301. message_potions_remove: "&aYou have removed all your potion effects."
  302. message_potions: "&aYou just set {potion}&a effect for {time} minutes to yourself."
  303. message_maintenance: "&aServer is now in &cMaintenance mode&a. Please come back later."
  304. message_maintenance_enabled: "&aMaintenance mode is now &a&lEnabled."
  305. message_maintenance_disabled: "&aMaintenance mode is now &c&lDisabled."
  306. message_player_not_found: "&cPlayer is not available right now!"
  307. message_ban_bypass: "&cYou can not ban this player!"
  308. message_kick_bypass: "&cYou can not kick this player!"
  309. message_give: "&aYou just send {amount} to yourself and now you have {balance}"
  310. message_player_give: "&aYou were given {amount} to {player} and now he has {balance}"
  311. message_target_player_give: "&a{player} sended you {amount} and now you have {balance}"
  312. message_set: "&aYou just set yourself {amount}"
  313. message_player_set: "&aYou just set {player} money to {amount}"
  314. message_target_player_set: "&a{player} set your money to {amount}"
  315. message_take: "&aYou just take {amount} from yourself and now you have {balance}"
  316. message_player_take: "&aYou just take {amount} from {player} and now he has {balance}"
  317. message_target_player_take: "&c{player} take you {amount} and now you have {balance}"
  318. message_transaction_error: "&cSomething went wrong with transaction!"
  319. message_take_error: "&cYou can't take more money then you have!"
  320. message_player_take_error: "&cYou can't take more money then player have!"
  321. message_visible: "&aYou are now&a&l visible&a to other players"
  322. message_player_visible: "&a{player} is now&a&l visible&a to other players"
  323. message_hide: "&aYou are now&c&l hidden&a from other players"
  324. message_player_hide: "&a{player} is now&c&l hidden&a from other players"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement