Guest User

Untitled

a guest
Aug 9th, 2025
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.49 KB | None | 0 0
  1. messages:
  2.   no_permission: "<gradient:#FFD700:#FFAA00><bold>(!)</bold></gradient> <white>You do not have a permission to do that!"
  3.   selection_valid: "<gradient:#FFD700:#FFAA00>Your selection is valid.</gradient> <gray>You can now create a mine by <yellow>/mines create <name>"
  4.   selection_invalid: "<gradient:#FFD700:#FFAA00>Your selection is invalid.</gradient> <gray>Please make a selection via our selection tool <yellow>/mines tool"
  5.   selection_point_set: "<gradient:#FFD700:#FFAA00>Point <yellow>%position%</gradient> <gray>set to: <yellow>%location%"
  6.   selection_tool_given: "<gradient:#FFD700:#FFAA00>You were given x1 Selection Tool!</gradient>"
  7.   mine_exists: "<gradient:#FFD700:#FFAA00>Mine with such name already exists!</gradient>"
  8.   mine_not_exists: "<gradient:#FFD700:#FFAA00>Mine with such name does not exist!</gradient>"
  9.   mine_created: "<gradient:#FFD700:#FFAA00>Mine <yellow>%mine%</gradient> <gray>has been created! Use <yellow>/mine panel %mine%</yellow> <gray>to edit it."
  10.   mine_redefined: "<gradient:#FFD700:#FFAA00>You have redefined mine region for mine <yellow>%mine%</gradient>."
  11.   mine_deleted: "<gradient:#FFD700:#FFAA00>Mine <yellow>%mine%</gradient> <gray>has been deleted!"
  12.   mine_teleport: "<gradient:#FFD700:#FFAA00>You have been teleported to mine <yellow>%mine%!</gradient>"
  13.   mine_no_teleport_location: "<gradient:#FFD700:#FFAA00>Mine <yellow>%mine%</gradient> <gray>does not have teleport location set!"
  14.   mine_no_item_in_hand: "<gradient:#FFD700:#FFAA00>You must have some item in hand!</gradient>"
  15.   mine_block_added: "<gradient:#FFD700:#FFAA00>You have added <yellow>%block%</gradient> <gray>to <yellow>%mine%</yellow>! Please set its percentages in <yellow>/mine panel %mine%"
  16.   mine_teleport_set: "<gradient:#FFD700:#FFAA00>You have set the teleport location for Mine <yellow>%mine%!</gradient>"
  17.   mine_resetting: "<gradient:#FFD700:#FFAA00><bold>(!)</bold> Mine <yellow>%mine%</gradient> <gray>will be reset in <yellow>5 seconds</yellow>!"
  18.   mine_reset: "<gradient:#FFD700:#FFAA00>Mine <yellow>%mine%</gradient> <gray>was reset."
  19.   mine_saved: "<gradient:#FFD700:#FFAA00>Mine <yellow>%mine%</gradient> <gray>saved."
  20.   mine_already_reset: "<gradient:#FFD700:#FFAA00>Mine <yellow>%mine%</gradient> <gray>is already resetting!"
  21.   mine_hologram_create: "<gradient:#FFD700:#FFAA00>Hologram <yellow>%type%</gradient> <gray>for mine <yellow>%mine%</yellow> created at your location."
  22.   mine_hologram_delete: "<gradient:#FFD700:#FFAA00>Hologram <yellow>%type%</gradient> <gray>for mine <yellow>%mine%</yellow> was removed."
  23.   mine_migration_invalid_plugin: "<gradient:#FFD700:#FFAA00>You have specified plugin we do not currently allow migration from.</gradient>"
  24.   mine_migration_plugin_not_present: "<gradient:#FFD700:#FFAA00>Cannot contact <yellow>%plugin%</gradient><gray>'s API. Migration aborted."
  25.   mine_migration_started: "<gradient:#FFD700:#FFAA00>Started migrating all mines from <yellow>%plugin%</gradient><gray>..."
  26.   mine_migration_completed: "<gradient:#FFD700:#FFAA00>Migration of all mines from plugin <yellow>%plugin%</gradient> <gray>was completed."
  27.   mine_migration_result: "<gradient:#FFD700:#FFAA00>Result:</gradient> <gold>%completed% Completed</gold>, <yellow>%skipped% Skipped</yellow>."
  28.   mine_migration_mine_started: "<gradient:#FFD700:#FFAA00>Started migrating Mine <yellow>%mine%</gradient> <gray>from <yellow>%plugin%</yellow>."
  29.   mine_migration_mine_skipped: "<gradient:#FFD700:#FFAA00>Migration of Mine <yellow>%mine%</gradient> <gray>from <yellow>%plugin%</yellow> was skipped. There is already a mine with such name."
  30.   mine_migration_mine_failed: "<gradient:#FFD700:#FFAA00>Migration of Mine <yellow>%mine%</gradient> <gray>from <yellow>%plugin%</yellow> failed."
  31.   mine_migration_mine_completed: "<gradient:#FFD700:#FFAA00>Migration of Mine <yellow>%mine%</gradient> <gray>from <yellow>%plugin%</yellow> was completed."
  32.   mine_all_reset_success: "<gradient:#FFD700:#FFAA00>All mines were reset.</gradient>"
  33.   mine_all_reset_started: "<gradient:#FFD700:#FFAA00>Started reset of all mines.</gradient>"
  34.   mine_renamed: "<gradient:#FFD700:#FFAA00>Mine <yellow>%mine%</gradient> <gray>was renamed to <yellow>%new_name%</yellow>."
  35. holograms:
  36.   blocks_left:
  37.    - ' '
  38.     - '<gray>-- <gold>There are <aqua>%blocks%% <gold>blocks left in mine <aqua>%mine% <gray>--'
  39.     - ' '
  40.   blocks_mined:
  41.    - ' '
  42.     - '<gray>-- <aqua>%blocks% blocks <green>have been mined <gray>--'
  43.     - ' '
  44.   timed_reset:
  45.    - ' '
  46.     - '<gray>-- <aqua>%time% <gold>left till next reset <gray>--'
  47.     - ' '
Advertisement
Add Comment
Please, Sign In to add comment