Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. cmd_not_found: '%prefix% Unknown command!'
  2.  
  3. cmd_only_player: '%prefix% This command can only be executed by a player!'
  4.  
  5. cmd_no_permission: '%prefix% You don''t have the permission to execute this command!'
  6.  
  7. cmd_wrong: '%prefix% Wrong arguments! Usage: /horizon %first% %args%'
  8.  
  9. cmd_unknown_player: '%prefix% The specified player is not online!'
  10.  
  11. cmd_condition_failed: '%prefix% Condition is failed because %condition% is false'
  12.  
  13. cmd_condition_wrong: '%prefix% Wrong condition! %condition% is not a boolean'
  14.  
  15. cmd_no_item_in_hand: '%prefix% There''s no item in your hand!'
  16.  
  17. cmd_reload_successfully: '%prefix% Reloaded successfully!'
  18.  
  19. cmd_update: '%prefix% Checking for updates...'
  20.  
  21. cmd_update_latest: '%prefix% You''re using the latest version!'
  22.  
  23. cmd_update_found: '%prefix% There is a new available version of Horizon!'
  24. cmd_update_version: '%prefix% Current: %current% | Latest: %latest%'
  25. cmd_update_changelog: '%prefix% Changelog:'
  26.  
  27. cmd_update_failed: '%prefix% Failed to check for updates!'
  28.  
  29. cmd_kick_successfully: '%prefix% Player %player% has been kicked.'
  30.  
  31. cmd_verbose_on: '%prefix% You will receive %player%''s verbose now!'
  32.  
  33. cmd_verbose_off: '%prefix% You will not receive %player%''s verbose now!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement