Advertisement
Guest User

lang_en.yml

a guest
Dec 24th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. messages:
  2. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. # | |
  4. # | GENERAL - MESSAGES |
  5. # | |
  6. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. prefix: "&6SPCore &8| &7"
  8. # the prefix only applys for the /spcore command.
  9. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. not_console: "&cThis command can't be executed in console."
  11. not_perm: "&cYou must have the permission &7(&e<permission>&7) &cto use this."
  12. not_command: "&cThis command is not been added to plugin."
  13. not_connected: "&cThis player is not connected."
  14. not_file: "&cThis file doesn't exists."
  15. not_connected: "&cThis player is not connected."
  16. list_cmds: |-
  17. &l
  18. &6 SPCore &7by &aiAlqjDV
  19. &l
  20. &8 - &a/spcore &7| &a/spc &fMain Command.
  21. &8 - &a/spc list &fShow all commands of plugin.
  22. &8 - &a/spc reload <file> &fReload the plugin files.
  23. &8 - &a/scoreboard &fToggle the score visibility.
  24. &8 - &a/gamemode &fChange your gamemode.
  25. &8 - &a/flight &fToggle your flight mode.
  26. &8 - &a/setlobby &fSave the lobby location.
  27. &8 - &a/lobby &fTeleport to lobby.
  28. &8 - &a/nick &fChange your display name.
  29. &8 - &a/teleport &fTeleport to other player.
  30. &8 - &a/vanish &fHide you of the other players.
  31. &l
  32.  
  33. reload_usage: "To reload a file, introduce your id &e<config/data/lang>&7."
  34. reload_config: "&6config.yml &7was reloaded in &e<time>ms&7."
  35. reload_data: "&6data.yml &7was reloaded in &e<time>ms&7."
  36. reload_lang: "&6lang_en.yml &7was reloaded in &e<time>ms&7."
  37. cooldown_cmd: "&cYou must wait &e<time>s &cto use this command again."
  38. cooldown_chat: "&cYou must wait &e<time>s &cto send other message."
  39. blocked_cmd: "&8[&c!&8] &cThis command was blocked by the &c&lSTAFF&c."
  40. cmd_log: "&8[&c!&8] &cThe player &e<player> &chas try execute the command &7(&3<command>&7)."
  41. not_place: "&cYou can't place blocks here."
  42. not_break: "&cYou can't break blocks here."
  43. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  44.  
  45. command:
  46. flight:
  47. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  48. enabled: "&7The flight mode was &aenabled&7."
  49. disabled: "&7The flight mode was &cdisabled&7."
  50.  
  51. title_enabled: "&a&lFLIGHT ACTIVATED"
  52. subtitle_enabled: "&7Now you can fly."
  53.  
  54. title_disabled: "&c&lFLIGHT DEACTIVATED"
  55. subtitle_disabled: "&7Now can't fly."
  56. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  57.  
  58. gamemode:
  59. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  60. usage: "&7To change your gamemode, use &b/gm <mode>&7."
  61. null_identifier: "&cThis gamemode doesn't exists, or your id is invalid."
  62.  
  63. survival: "&7Gamemode updated to &aSURVIVAL&7."
  64. creative: "&7Gamemode updated to &cCREATIVE&7."
  65. adventure: "&7Gamemode updated to &bADVENTURE&7."
  66. spectator: "&7Gamemode updated to &eSPECTATOR&7."
  67. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  68.  
  69. lobby:
  70. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  71. setup: "&aThe lobby location was saved correctly."
  72. teleport: "&aWas teleported to lobby."
  73. unknown: "&cThis location doesn't exists."
  74. error: "&cAn occurred a error while saving the lobby location."
  75. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  76.  
  77. nick:
  78. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  79. usage: "&7Insert your new &enickname&7."
  80. reset: "&7Your nickname has been reset."
  81. changed: "&7Your nickname now is &a<nickname>"
  82. already_use: "&cThis nickname is in use."
  83. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  84.  
  85. teleport:
  86. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  87. usage: "&7Insert the name of a player."
  88. teleported: "&7Was teleported to player &a<target>"
  89. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  90.  
  91. vanish:
  92. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  93. enabled: "&cNow the players can't view you."
  94. bypass: "&8[&c!&8] &cAny players can view you."
  95. disabled: "&aThe players now can view you."
  96.  
  97. title_enabled: "&a&lVANISH ENABLED"
  98. subtitle_enabled: "&7Has been removed for the other players."
  99.  
  100. title_disabled: "&c&lVANISH DISABLED"
  101. subtitle_disabled: "&7Now the players can view you."
  102. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  103.  
  104. scoreboard:
  105. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
  106. enabled: "&aThe scoreboard was activated."
  107. disabled: "&cThe scoreboard was deactivated."
  108.  
  109. title_enabled: "&a&lSCOREBOARD ACTIVATED"
  110. subtitle_enabled: "&7Now the scoreboard has back."
  111.  
  112. title_disabled: "&c&lSCOREBOARD ACTIVATED"
  113. subtitle_disabled: "&7Now the scoreboard has been removed."
  114. # ~~~~~~~~~~~~~~~~~~~~~~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement