zigazajc007

Admin GUI Premium - English

Jan 12th, 2020 (edited)
1,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 16.76 KB | None | 0 0
  1. #       ----------- + AdminGUI by Ziga Zajc + -----------   #
  2. #                                                           #
  3. #                           English                         #
  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. wrong_chat_arguments: "&cYou can only use /adminchat mute"
  48. wrong_initialize: "&cYou can only use /admin initialize gui or /admin initialize players"
  49. wrong_rank_arguments: "&cYou can only use /admin rank set <player> <rank> or /admin rank <up/down> <player>"
  50. wrong_check_arguments: "&cYou can only use /admin check <player>"
  51. vault_required: "&cYour server doesn't have installed Vault to complete this action!"
  52. vanish_required: "&cYour server doesn't have installed Super Vanish or Premium Vanish to complete this action!"
  53. #----------------------------------------------------------
  54. #                    Inventory names
  55. #----------------------------------------------------------
  56. inventory_main: "&4&lAdmin GUI &c&lPremium"
  57. inventory_player: "&5&l{player}"
  58. inventory_world: "&2&lWorld"
  59. inventory_players: "&1&lPlayers"
  60. inventory_plugins: "&e&lPlugins"
  61. inventory_commands: "&2&lCommands"
  62. inventory_unban: "&c&lUnban"
  63. inventory_unmute: "&c&lUnmute"
  64. inventory_actions: "&9&lActions &2&l{player}"
  65. inventory_kick: "&8&lKick &2&l{player}"
  66. inventory_ban: "&8&lBan &2&l{player}"
  67. inventory_potions: "&c&lPotions &2&l{player}"
  68. inventory_spawner: "&8&lSpawner &2&l{player}"
  69. inventory_money: "&2&lMoney &2&l{player}"
  70. inventory_money_give: "&2&lMoney GIVE {player}"
  71. inventory_money_set: "&2&lMoney&9&l SET &2&l{player}"
  72. inventory_money_take: "&2&lMoney&c&l TAKE &2&l{player}"
  73. inventory_inventory: "&a&lInventory &2&l{player}"
  74. inventory_ender_chest: "&5&lEnder Chest &2&l{player}"
  75. #----------------------------------------------------------
  76. #                       Admin GUI
  77. #----------------------------------------------------------
  78. main_player: "&5&l{player}"
  79. main_world: "&2&lWorld"
  80. main_players: "&9&lPlayers"
  81. main_plugins: "&6&lPlugins"
  82. main_maintenance_mode: "&c&lMaintenance Mode"
  83. main_unban_players: "&c&lUnban/Unmute"
  84. main_language: "&b&l"
  85. main_quit: "&c&lQuit"
  86. #----------------------------------------------------------
  87. #                      Player GUI
  88. #----------------------------------------------------------
  89. player_info: "&2&l{player}"
  90. player_heal: "&e&lHeal"
  91. player_feed: "&7&lFeed"
  92. player_survival: "&a&lSurvival"
  93. player_adventure: "&2&lAdventure"
  94. player_creative: "&3&lCreative"
  95. player_spectator: "&9&lSpectator"
  96. player_god_enabled: "&c&lGod"
  97. player_god_disabled: "&a&lGod"
  98. player_potions: "&c&lPotions"
  99. player_spawner: "&8&lSpawner"
  100. player_kill: "&8&lKill"
  101. player_burn: "&c&lBurn"
  102. player_lightning: "&5&lLightning"
  103. player_firework: "&4&lFirework"
  104. player_money: "&2&lMoney"
  105. player_vanish_enabled: "&a&lVanish"
  106. player_vanish_disabled: "&c&lVanish"
  107. player_custom: "&6&lCustom Commands"
  108. player_chat_color: "&3&lChat &6&lColor"
  109. player_back: "&c&lBack"
  110. #----------------------------------------------------------
  111. #                       World GUI
  112. #----------------------------------------------------------
  113. world_day: "&e&lDay"
  114. world_night: "&8&lNight"
  115. world_thunder: "&9&lThunder"
  116. world_rain: "&3&lRain"
  117. world_clear: "&b&lClear"
  118. world_back: "&c&lBack"
  119. #----------------------------------------------------------
  120. #                     Players GUI
  121. #----------------------------------------------------------
  122. players_color: "&2&l{player}"
  123. players_more: "&cClick here for more actions"
  124. players_previous: "&c&lPrevious"
  125. players_page: "&a&lPage"
  126. players_next: "&2&lNext"
  127. players_back: "&c&lBack"
  128. #----------------------------------------------------------
  129. #                     Plugins GUI
  130. #----------------------------------------------------------
  131. plugins_back: "&c&lBack"
  132. #----------------------------------------------------------
  133. #                     Commands GUI
  134. #----------------------------------------------------------
  135. commands_back: "&c&lBack"
  136. #----------------------------------------------------------
  137. #                     Unban GUI
  138. #----------------------------------------------------------
  139. unban_color: "&2&l{player}"
  140. unban_more: "&cClick here to unban this player"
  141. unban_previous: "&c&lPrevious"
  142. unban_page: "&a&lPage"
  143. unban_next: "&2&lNext"
  144. unban_back: "&c&lBack"
  145. #----------------------------------------------------------
  146. #                     Unmute GUI
  147. #----------------------------------------------------------
  148. unmute_color: "&2&l{player}"
  149. unmute_more: "&cClick here to unmute this player"
  150. unmute_previous: "&c&lPrevious"
  151. unmute_page: "&a&lPage"
  152. unmute_next: "&2&lNext"
  153. unmute_back: "&c&lBack"
  154. #----------------------------------------------------------
  155. #                 Players Settings GUI
  156. #----------------------------------------------------------
  157. players_settings_info: "&2&l{player}"
  158. players_settings_actions: "&9&lActions"
  159. players_settings_money: "&2&lMoney"
  160. players_settings_kick_player: "&8&lKick player"
  161. players_settings_ban_player: "&8&lBan player"
  162. players_settings_back: "&c&lBack"
  163. #----------------------------------------------------------
  164. #                   Actions GUI
  165. #----------------------------------------------------------
  166. actions_heal: "&e&lHeal"
  167. actions_feed: "&7&lFeed"
  168. actions_info: "&2&l{player}"
  169. actions_survival: "&a&lSurvival"
  170. actions_adventure: "&2&lAdventure"
  171. actions_creative: "&3&lCreative"
  172. actions_spectator: "&9&lSpectator"
  173. actions_teleport_to_player: "&d&lTeleport to player"
  174. actions_kill_player: "&8&lKill player"
  175. actions_burn_player: "&c&lBurn player"
  176. actions_teleport_player_to_you: "&d&lTeleport player to you"
  177. actions_god_enabled: "&c&lGod"
  178. actions_god_disabled: "&a&lGod"
  179. actions_potions: "&c&lPotions"
  180. actions_spawner: "&8&lSpawner"
  181. actions_inventory: "&a&lInventory"
  182. actions_ender_chest: "&5&lEnder Chest"
  183. actions_vanish_enabled: "&a&lVanish"
  184. actions_vanish_disabled: "&c&lVanish"
  185. actions_lightning: "&5&lLightning"
  186. actions_firework: "&4&lFirework"
  187. actions_fakeop: "&c&lFake OP"
  188. actions_custom: "&6&lCustom Commands"
  189. actions_chat_color: "&3&lChat &6&lColor"
  190. actions_freeze_enabled: "&b&lFreeze"
  191. actions_freeze_disabled: "&c&lFreeze"
  192. actions_back: "&c&lBack"
  193. #----------------------------------------------------------
  194. #                       Kick GUI
  195. #----------------------------------------------------------
  196. kick: "&4You have been kicked for "
  197. kick_back: "&c&lBack"
  198. #----------------------------------------------------------
  199. #                       Ban GUI
  200. #----------------------------------------------------------
  201. ban_time: "&4You have been banned for {reason}\n&cYour suspension expires on &c&l{time}"
  202. ban_perm: "&4You have been permanent banned for {reason}"
  203. ban_years: "&e&lYears"
  204. ban_months: "&e&lMonths"
  205. ban_days: "&e&lDays"
  206. ban_hours: "&e&lHours"
  207. ban_minutes: "&e&lMinutes"
  208. ban_hacking: "&7&lHacking!"
  209. ban_griefing: "&6&lGriefing!"
  210. ban_spamming: "&d&lSpamming!"
  211. ban_advertising: "&3&lAdvertising!"
  212. ban_swearing: "&e&lSwearing!"
  213. ban_silence_disabled: "&c&lSilence"
  214. ban_silence_enabled: "&a&lSilence"
  215. ban_back: "&c&lBack"
  216. #----------------------------------------------------------
  217. #                     Potions GUI
  218. #----------------------------------------------------------
  219. potions_night_vision: "&8&lNight Vision"
  220. potions_invisibility: "&7&lInvisibility"
  221. potions_jump_boost: "&a&lJump Boost"
  222. potions_fire_resistance: "&c&lFire Resistance"
  223. potions_speed: "&b&lSpeed"
  224. potions_slowness: "&4&lSlowness"
  225. potions_water_breathing: "&9&lWater Breathing"
  226. potions_instant_health: "&a&lInstant Health"
  227. potions_instant_damage: "&4&lInstant Damage"
  228. potions_poison: "&5&lPoison"
  229. potions_regeneration: "&e&lRegeneration"
  230. potions_strength: "&e&lStrength"
  231. potions_weakness: "&4&lWeakness"
  232. potions_luck: "&6&lLuck"
  233. potions_slow_falling: "&3&lSlow falling"
  234. potions_time: "&a&lTime"
  235. potions_remove_all: "&4&lRemove All"
  236. potions_level: "&a&lLevel"
  237. potions_back: "&c&lBack"
  238. #----------------------------------------------------------
  239. #                     Spawner GUI
  240. #----------------------------------------------------------
  241. spawner_bat: "&a&lBat"
  242. spawner_bee: "&6&lBee"
  243. spawner_blaze: "&c&lBlaze"
  244. spawner_cat: "&a&lCat"
  245. spawner_cave_spider: "&c&lCave Spider"
  246. spawner_chicken: "&a&lChicken"
  247. spawner_cod: "&b&lCod"
  248. spawner_cow: "&a&lCow"
  249. spawner_creeper: "&c&lCreeper"
  250. spawner_dolphin: "&b&lDolphin"
  251. spawner_donkey: "&a&lDonkey"
  252. spawner_drowned: "&c&lDrowned"
  253. spawner_elder_guardian: "&c&lElder Guardian"
  254. spawner_enderman: "&c&lEnderman"
  255. spawner_endermite: "&c&lEndermite"
  256. spawner_evoker: "&c&lEvoker"
  257. spawner_fox: "&a&lFox"
  258. spawner_ghast: "&c&lGhast"
  259. spawner_guardian: "&c&lGuardian"
  260. spawner_horse: "&a&lHorse"
  261. spawner_husk: "&c&lHusk"
  262. spawner_llama: "&a&Llama"
  263. spawner_magma_cube: "&c&lMagma Cube"
  264. spawner_mooshroom: "&a&lMooshroom"
  265. spawner_mule: "&a&lMule"
  266. spawner_ocelot: "&a&lOcelot"
  267. spawner_panda: "&a&lPanda"
  268. spawner_parrot: "&a&lParrot"
  269. spawner_phantom: "&c&lPhantom"
  270. spawner_pig: "&a&lPig"
  271. spawner_pillager: "&c&lPillager"
  272. spawner_polar_bear: "&a&lPolar Bear"
  273. spawner_pufferfish: "&b&lPufferfish"
  274. spawner_rabbit: "&a&lRabbit"
  275. spawner_ravager: "&c&lRavager"
  276. spawner_salmon: "&b&lSalmon"
  277. spawner_sheep: "&a&lSheep"
  278. spawner_shulker: "&c&lShulker"
  279. spawner_silverfish: "&c&lSilverfish"
  280. spawner_skeleton: "&c&lSkeleton"
  281. spawner_skeleton_horse: "&c&lSkeleton Horse"
  282. spawner_slime: "&c&lSlime"
  283. spawner_spider: "&c&lSpider"
  284. spawner_squid: "&b&lSquid"
  285. spawner_stray: "&c&lStray"
  286. spawner_trader_llama: "&a&lTrader Llama"
  287. spawner_tropical_fish: "&b&lTropical Fish"
  288. spawner_turtle: "&a&lTurtle"
  289. spawner_vex: "&c&lVex"
  290. spawner_villager: "&a&lVillager"
  291. spawner_vindicator: "&c&lVindicator"
  292. spawner_wandering_trader: "&a&lWandering Trader"
  293. spawner_witch: "&c&lWitch"
  294. spawner_wither: "&c&lWither"
  295. spawner_wolf: "&a&lWolf"
  296. spawner_zombie: "&c&lZombie"
  297. spawner_zombie_pigman: "&c&lZombie Pigman"
  298. spawner_zombie_villager: "&c&lZombie Villager"
  299. spawner_back: "&c&lBack"
  300. #----------------------------------------------------------
  301. #                      Money GUI
  302. #----------------------------------------------------------
  303. money_give: "&2&lGive"
  304. money_set: "&9&lSet"
  305. money_take: "&c&lTake"
  306. money_back: "&c&lBack"
  307. #----------------------------------------------------------
  308. #                      Money Amount GUI
  309. #----------------------------------------------------------
  310. money_amount_back: "&c&lBack"
  311. #----------------------------------------------------------
  312. #                    Inventory GUI
  313. #----------------------------------------------------------
  314. inventory_refresh: "&a&lRefresh"
  315. inventory_clear: "&b&lClear"
  316. inventory_back: "&c&lBack"
  317. #----------------------------------------------------------
  318. #                       Messages
  319. #----------------------------------------------------------
  320. message_target_player_teleport: "&aYou have been teleported to {player}."
  321. message_player_kill: "&aYou have killed {player}."
  322. message_player_burn: "&aYou have set {player} on &cfire&a!"
  323. message_target_player_creeper: "&a&lCreeper, Aww Man!"
  324. message_player_creeper: "&aCreeper has been spawned on {player}."
  325. message_target_player_heal: "&e{player} healed you."
  326. message_player_heal: "&aYou have healed {player}."
  327. message_target_player_feed: "&e{player} fed you."
  328. message_player_feed: "&aYou have feeded {player}."
  329. message_player_kick: "&a{player} has been kicked for {reason}"
  330. message_player_ban: "&a{player} has been banned for {reason}"
  331. message_player_mute: "&a{player} has been muted for {reason}"
  332. message_player_god_enabled: "&a{player} is now in god mode."
  333. message_player_god_disabled: "&a{player} is not in god mode anymore."
  334. message_target_player_god_enabled: "&a{player} enabled you god mode."
  335. message_target_player_god_disabled: "&a{player} disabled you god mode."
  336. message_target_player_potions: "&a{player} give you {potion}&a effect for {time} minutes."
  337. message_player_potions: "&aYou just give {player} {potion}&a effect for {time} minutes."
  338. message_target_player_potions_remove: "&a{player} &cremoved &aall your potion effects."
  339. message_player_potions_remove: "&aYou have just removed all {player} potion effects."
  340. message_heal: "&aYou have been healed."
  341. message_feed: "&aYou have been feeded."
  342. message_god_enabled: "&aYou have enabled god mode."
  343. message_god_disabled: "&aYou have disabled god mode."
  344. message_kill: "&cYou have killed yourself."
  345. message_burn: "&cYou set yourself on fire."
  346. message_potions_remove: "&aYou have removed all your potion effects."
  347. message_potions: "&aYou just set {potion}&a effect for {time} minutes to yourself."
  348. message_maintenance: "&aServer is now in &cMaintenance mode&a. Please come back later."
  349. message_maintenance_enabled: "&aMaintenance mode is now &a&lEnabled."
  350. message_maintenance_disabled: "&aMaintenance mode is now &c&lDisabled."
  351. message_player_not_found: "&cPlayer is not available right now!"
  352. message_ban_bypass: "&cYou can not ban this player!"
  353. message_kick_bypass: "&cYou can not kick this player!"
  354. message_give: "&aYou just send {amount} to yourself and now you have {balance}."
  355. message_player_give: "&aYou gave {amount} to {player} and now he has {balance}."
  356. message_target_player_give: "&a{player} sent you {amount} and now you have {balance}."
  357. message_set: "&aYou just set yourself {amount}."
  358. message_player_set: "&aYou just set {player} money to {amount}."
  359. message_target_player_set: "&a{player} set your money to {amount}."
  360. message_take: "&aYou took {amount} from yourself and now you have {balance}."
  361. message_player_take: "&aYou took {amount} from {player} and now he has {balance}."
  362. message_target_player_take: "&c{player} took {amount} and now you have {balance}."
  363. message_transaction_error: "&cSomething went wrong with transaction!"
  364. message_take_error: "&cYou can't take more money then you have!"
  365. message_player_take_error: "&cYou can't take more money then player have!"
  366. message_visible: "&aYou are now&a&l visible&a to other players."
  367. message_player_visible: "&a{player} is now&a&l visible&a to other players."
  368. message_hide: "&aYou are now&c&l hidden&a from other players."
  369. message_player_hide: "&a{player} is now&c&l hidden&a from other players."
  370. message_unban_player: "&a{player} is now unbanned."
  371. message_unmute_player: "&a{player} is now unmuted."
  372. message_initializing_start: "&aPlugin is initializing..."
  373. message_initializing_finish: "&aGUI is ready to use."
  374. message_already_initializing: "&cGUI is already initializing..."
  375. message_reload_start: "&aPlugin is now reloading..."
  376. message_reload_finish: "&aPlugin reloaded successfully!"
  377. message_enabled: "&a{name} has been enabled"
  378. message_disabled: "&c{name} has been disabled"
  379. message_admin_chat_enabled: "&aAdmin chat has been enabled"
  380. message_admin_chat_disabled: "&cAdmin chat has been disabled"
  381. message_admin_chat_mute: "&aChat has been muted."
  382. message_admin_chat_unmute: "&aChat has been unmuted."
  383. message_admin_chat_muted: "&cYou can't speak while the chat is muted."
  384. message_admin_chat_clear: "&aChat has been cleared by {player}"
  385. message_admin_chat_server_disabled: "&cAdmin Chat is disabled on this server."
  386. message_freeze_enabled: "&a{player} &bfroze you!"
  387. message_freeze_disabled: "&a{player} &bunfroze you!"
  388. message_admin_rank: "&a{player} is now {rank}."
Advertisement
Add Comment
Please, Sign In to add comment