Advertisement
amitay12123

Untitled

May 24th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.89 KB | None | 0 0
  1. test: "Test message"
  2.  
  3. # for bukkit permissions
  4. generic_failed_permission: "&5&lGalaxy&f&lMC&8&l >> &cYou lack permissions to execute this command or subcommand"
  5.  
  6. # for ranks inside cell
  7. cell_failed_permission: "&5&lGalaxy&f&lMC&8&l >> &cYou are not of a high enough position in the cell to use this subcommand"
  8.  
  9. fragment_invalid_arguments: "&5&lGalaxy&f&lMC&8&l >> &cInvalid arguments! Refer to: /fragment <load/save> [...]"
  10.  
  11. fragment_load_invalid_arguments: "&5&lGalaxy&f&lMC&8&l >> &c Invalid arguments! Refer to: /fragment load <name>"
  12. fragment_load_failed_to_find: "&5&lGalaxy&f&lMC&8&l >> &c Failed to find fragment under name %name%"
  13. fragment_load_failed_misc: "&5&lGalaxy&f&lMC&8&l >> &cFailed to load fragment"
  14. fragment_load_success: "&5&lGalaxy&f&lMC&8&l >> &3Successfully loaded fragment"
  15.  
  16. fragment_save_invalid_arguments: "&5&lGalaxy&f&lMC&8&l >> &c Invalid arguments! Refer to: /fragment save"
  17. fragment_save_failed_missing_selection: "&5&lGalaxy&f&lMC&8&l >> &cSelect an area using worldedit wand"
  18. fragment_save_failed_formation: "&5&lGalaxy&f&lMC&8&l >> &cFailed to save fragment during formation of fragment"
  19. fragment_save_failed_writing: "&5&lGalaxy&f&lMC&8&l >> &cFailed to save fragment during writing to file"
  20.  
  21. fragment_save_in_progress: "&5&lGalaxy&f&lMC&8&l >> &4Parsing selection, this will take a second"
  22. fragment_save_success: "&5&lGalaxy&f&lMC&8&l >> &aSuccessfully saved fragment under name '%name%'"
  23.  
  24. cell_invalid_arguments: "&5&lGalaxy&f&lMC&8&l >> &cInvalid arguments! Refer to /cell <action> [...]"
  25. cell_failed_user_fetch: "&5&lGalaxy&f&lMC&8&l >> &cFailed to fetch your user account"
  26.  
  27. cell_loading: "&5&lGalaxy&f&lMC&8&l >> &cPlease wait until this cell data has loaded"
  28. cell_choice_title: "&5&lGalaxy&f&lMC&8&l >> &f&lChoose Cell"
  29.  
  30. cell_manipulate_blocks_no_permission: "&5&lGalaxy&f&lMC&8&l >> &c&lYou do not have permission to modify blocks in this cell!"
  31.  
  32. cell_member_added_broadcast: "&5&lGalaxy&f&lMC&8&l >> &e&l%name% &ajoined the cell as a member!"
  33. cell_member_removed_broadcast: "&5&lGalaxy&f&lMC&8&l >> &e&l%name% &cleft the cell"
  34.  
  35. cell_member_invited_broadcast: "&5&lGalaxy&f&lMC&8&l >> &e&l%name% was invited to the cell by &e&l%inviter%. The invite will expire in 15 minutes"
  36. cell_member_invite_expired_broadcast: "&5&lGalaxy&f&lMC&8&l >> &e&l%name%'s invite has expired"
  37.  
  38. cell_warp_failed: "poo pee this message should not occur"
  39. cell_warp_success: "&5&lGalaxy&f&lMC&8&l >> &3Warped to cell &6#%id%"
  40.  
  41. cell_warp_failed_id_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to warp to cell as a cell under id &f'%id%' &cwas not found"
  42. cell_warp_failed_player_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to warp to cell as no player was found under the name &e&l'%name%'"
  43. cell_warp_failed_fetch: "&5&lGalaxy&f&lMC&8&l >> &cFailed to fetch player's cells. Please try again shortly"
  44. cell_warp_failed_player_owns_multiple_cells: "&5&lGalaxy&f&lMC&8&l >> &cFailed to warp due to multiple possible destinations"
  45. cell_warp_failed_player_does_not_own_cell: "&5&lGalaxy&f&lMC&8&l >> &cThe requested player is not part of a cell"
  46.  
  47. cell_create_failed_max_cells_owned: "&5&lGalaxy&f&lMC&8&l >> &cYou can not create a cell as you own the maximum number of cells"
  48. cell_create_failed_max_cells_member: "&5&lGalaxy&f&lMC&8&l >> &cYou can not create a cell as you are a member of the maximum number of cells. Consider leaving a cell"
  49. cell_create_failed_misc: "&5&lGalaxy&f&lMC&8&l >> &cFailed to create a cell due to an unknown error"
  50.  
  51. cell_create_in_progress: "&5&lGalaxy&f&lMC&8&l >> &6Cell creation in progress"
  52. cell_create_success: "&5&lGalaxy&f&lMC&8&l >> &3&lCreated cell &f&l#%id%"
  53.  
  54. cell_invite_invalid_arguments: "&5&lGalaxy&f&lMC&8&l >> &cInvalid arguments! Refer to: /cell invite <name> [id]"
  55. cell_invite_failed_player_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to find online player with name &e&l'%name'"
  56. cell_invite_failed_too_many_cells: "&5&lGalaxy&f&lMC&8&l >> &cFailed to invite player as you are resident in more than one cell. Consider using /cell invite <name> <id>"
  57. cell_invite_failed_id_not_numeric: "&5&lGalaxy&f&lMC&8&l >> &cInvalid arguments! Id provided is not an integer"
  58. cell_invite_failed_already_member: "&5&lGalaxy&f&lMC&8&l >> &cFailed to invite player &e&l'%name%' as they are either already invited or already a member of your cell"
  59. cell_accept_failed_invite_revoked: "&5&lGalaxy&f&lMC&8&l >> &cYour invite to this cell was revoked"
  60. cell_invite_success: "&5&lGalaxy&f&lMC&8&l >> &a&lYou successfully invited &e&l%name% to the cell"
  61. cell_invited: "&5&lGalaxy&f&lMC&8&l >> &a&lYou were invited to cell &f#%id% &a&lby &e&%inviter%"
  62.  
  63. cell_accept_failed_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to find an invite using provided information"
  64. cell_accept_failed_player_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to find an invite from player &e%name%"
  65. cell_accept_failed_cell_no_invite: "&5&lGalaxy&f&lMC&8&l >> &cYou have no invites from the cell you are attempting to join."
  66. cell_accept_failed_player_member_max: "&5&lGalaxy&f&lMC&8&l >> &cYou can not accept this invite, as you are in too many cells"
  67. cell_accept_failed_cell_member_max: "&5&lGalaxy&f&lMC&8&l >> &cYou can not accept this invite, as the cell has the maximum amount of players"
  68. cell_accept_failed_invite_revoked: "&5&lGalaxy&f&lMC&8&l >> &c You can not accept this invite, as the invite was revoked"
  69.  
  70. cell_manage_failed_to_find_cell: "&5&lGalaxy&f&lMC&8&l >> &cFailed to open cell management ui, as you are not a member of any cell"
  71. cell_manage_failed_fetch: "&5&lGalaxy&f&lMC&8&l >> &cFailed to fetch cells"
  72.  
  73. cell_delete_failed_arg_not_number: "&5&lGalaxy&f&lMC&8&l >> &cFailed to execute the command, as the provided id is not numeric"
  74. cell_delete_failed_not_owner: "&5&lGalaxy&f&lMC&8&l >> &cYou do not own the cell you are attempting to delete"
  75. cell_delete_teleport_message: "&5&lGalaxy&f&lMC&8&l >> &cThis cell is being deleted, so you were teleported"
  76. cell_delete_success: "&5&lGalaxy&f&lMC&8&l >> &aSuccessfully deleted cell &f#%id%"
  77.  
  78. cell_upgrade_failed_id_not_number: "&5&lGalaxy&f&lMC&8&l >> &cFailed to open cell upgrade UI because cell id is not numeric"
  79. cell_upgrade_failed_not_member: "&5&lGalaxy&f&lMC&8&l >> &c You are not a member of that cell"
  80. cell_upgrade_failed_cell_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to open cell upgrade UI: Cell not found"
  81.  
  82. cell_transfer_failed_invalid_arguments: "&5&lGalaxy&f&lMC&8&l >> &c Invalid arguments! /cell transfer <name> [cell id]"
  83. cell_transfer_failed_target_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to find &e%name%"
  84. cell_transfer_failed_cell_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to find cell"
  85. cell_transfer_failed_no_permission: "&5&lGalaxy&f&lMC&8&l >> &cYou are not the owner of the cell"
  86. cell_transfer_failed_cell_id_not_numeric: "&5&lGalaxy&f&lMC&8&l >> &cId not numeric"
  87. cell_transfer_success: "&5&lGalaxy&f&lMC&8&l >> &aSuccessfully transferred cell ownership to &e%name%"
  88. cell_transfer_failed_too_much_ownership: "&5&lGalaxy&f&lMC&8&l >> &cThis member owns to many cells!"
  89.  
  90. cell_leave_failed_cell_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to leave cell, as it does not exist"
  91. cell_leave_failed_it_not_numeric: "&5&lGalaxy&f&lMC&8&l >> &cCell leave failed, as id is not numeric"
  92. cell_leave_failed_misc: "&5&lGalaxy&f&lMC&8&l >> &cFailed to leave cell: Unknown error"
  93. cell_leave_success: "&5&lGalaxy&f&lMC&8&l >> &aSuccessfully left cell &f#%id%"
  94.  
  95. cell_promote_failed_invalid_arguments: "&5&lGalaxy&f&lMC&8&l >> &cInvalid arguments! Refer to: /cell promote <name> [id]"
  96. cell_promote_failed_target_not_found: "&5&lGalaxy&f&lMC&8&l >> &e%name% &cdoes not exist"
  97. cell_promote_failed_cell_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to find cell"
  98. cell_promote_failed_no_permission: "&5&lGalaxy&f&lMC&8&l >> &cYou do not have the permission to promote members"
  99. cell_promote_failed_not_member: "&5&lGalaxy&f&lMC&8&l >> &cYou can not promote this person as they are not a member"
  100. cell_promote_failed_id_not_numeric: "&5&lGalaxy&f&lMC&8&l >> &cID is not numeric"
  101. cell_promote_failed_misc: "&5&lGalaxy&f&lMC&8&l >> &cFailed to promote misc error"
  102. cell_promote_success: "&5&lGalaxy&f&lMC&8&l >> &aSuccessfully promoted &e%name% to Resident"
  103.  
  104. cell_demote_failed_invalid_arguments: "&5&lGalaxy&f&lMC&8&l >> &cInvalid arguments! Refer to: /cell demote <name> [id]"
  105. cell_demote_failed_target_not_found: "&5&lGalaxy&f&lMC&8&l >> &e%name% &cdoes not exist"
  106. cell_demote_failed_cell_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to find cell"
  107. cell_demote_failed_no_permission: "&5&lGalaxy&f&lMC&8&l >> &cYou do not have the permission to demote members"
  108. cell_demote_failed_not_resident: "&5&lGalaxy&f&lMC&8&l >> &cYou can not demote this person as they are not a member"
  109. cell_demote_failed_id_not_numeric: "&5&lGalaxy&f&lMC&8&l >> &cID is not numeric"
  110. cell_demote_failed_misc: "&5&lGalaxy&f&lMC&8&l >> &cFailed to demote misc error"
  111. cell_demote_success: "&5&lGalaxy&f&lMC&8&l >> &6Demoted &e%name% &6to Resident"
  112.  
  113. cell_kick_failed_invalid_arguments: "&5&lGalaxy&f&lMC&8&l >> &cInvalid arguments! Refer to: /cell demote <name> [id]"
  114. cell_kick_failed_target_not_found: "&5&lGalaxy&f&lMC&8&l >> &e%name% &cdoes not exist"
  115. cell_kick_failed_cell_not_found: "&5&lGalaxy&f&lMC&8&l >> &cFailed to find cell"
  116. cell_kick_failed_no_permission: "&5&lGalaxy&f&lMC&8&l >> &cYou do not have the permission to demote members"
  117. cell_kick_failed_owner: "&5&lGalaxy&f&lMC&8&l >> &cYou can not kick this person as they are the owner"
  118. cell_kick_failed_id_not_numeric: "&5&lGalaxy&f&lMC&8&l >> &cID is not numeric"
  119. cell_kick_failed_misc: "&5&lGalaxy&f&lMC&8&l >> &cFailed to demote misc error"
  120. cell_kick_success: "&5&lGalaxy&f&lMC&8&l >> &6Demoted &e%name% &6to Resident"
  121.  
  122. cell_permission_level_bc: "&5&lGalaxy&f&lMC&8&l >> &e%name%'s &6rank was set to &e%level%"
  123. cell_ownership_transfer_bc: "&5&lGalaxy&f&lMC&8&l >> &aOwnership of cell &f#%id% &awas given to &e%name%"
  124. cell_upgrade_bc: "&5&lGalaxy&f&lMC&8&l >> &6Cell &f#%id% &6was upgraded to &e%level%"
  125.  
  126. cell_visitor_ejected: "&5&lGalaxy&f&lMC&8&l >> &cYou were booted from the cell"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement