Zowp

Volcano - language.yml

Dec 6th, 2023 (edited)
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 17.75 KB | None | 0 0
  1. ###############################
  2. ## Volcano Language Settings ##
  3. ###############################
  4.  
  5. # <mc> is main color
  6. # <sc> is secondary color
  7.  
  8. color:
  9.   main: "YELLOW"
  10.   secondary: "AQUA"
  11.  
  12. errors:
  13.   rank-not-found: "&c[Error] Couldn't find a rank with the name '<rank>'."
  14.   tag-not-found: "&c[Error] Couldn't find a tag with the name '<tag>'."
  15.   server-not-found: "&c[Error] Couldn't find a server with the name '<server>'."
  16.   invalid-server-scope: "&c[Error] Invalid server-scope format. Please use any of the following formats: server:hub-01, group:hubs, type:hub, global"
  17.   never-logged-on: "&c[Error] <player> has never logged on the server."
  18.   player-offline: "<sc><target> &cis not currently connected to this server."
  19.   invalid-duration: "&c[Error] Invalid duration format. Please use a correct format (perm, 7d, 1M, 1y)."
  20.   punishment-ladder-not-found: "&c[Error] Couldn't find a punishment ladder with the name '<ladder>'."
  21.  
  22.  
  23. server:
  24.   start: "&7[<sc>Server Manager&7] <sc><server> <mc>is now online!"
  25.   stop: "&7[<sc>Server Manager&7] <sc><server> <mc>went offline!"
  26.  
  27.  
  28. grant:
  29.   duration: "<mc>Please type a duration for this grant, (perm, 7d, 1M, 1y) or type <sc>'cancel'<mc> to cancel."
  30.   duration-set: "<mc>Successfully set grant's duration time to <sc><duration><mc>."
  31.   reason: "<mc>Please type a reason for this grant, or type <sc>'cancel'<mc> to cancel."
  32.   reason-set: "<mc>Successfully set grant's reason to <sc><reason><mc>."
  33.   granted: "<mc>You successfully granted <sc><target> <rank> <mc>rank."
  34.   remove: "<mc>Successfully removed that grant from <target><mc>."
  35.   should-send-expired: true
  36.   expired: "<mc>Your <grant> <mc>rank has expired, Your rank has now been updated to <rank><mc>."
  37.   should-send-player-granted: true
  38.   player-granted:
  39.    - " "
  40.     - "<mc>You have been granted the <rank><mc> rank with reason <sc><reason><mc>!"
  41.     - "<mc>Duration: <sc><duration>"
  42.    - " "
  43.  
  44.  
  45. list:
  46.  - "<ranks>"
  47.  - "(<online>/<max>) <players>"
  48.  
  49.  
  50. rank:
  51.  created: "<mc>You successfully created <rank><mc> rank."
  52.  prefix-set: "<mc>You successfully changed <rank><mc>'s prefix to <prefix><mc>."
  53.  legacy-prefix-set: "<mc>You successfully changed <rank><mc>'s prefix to <prefix><mc>. &7(Legacy)"
  54.  prename-set: "<mc>You successfully changed <rank><mc>'s pre-name to <prename><mc>."
  55.  legacy-prename-set: "<mc>You successfully changed <rank><mc>'s pre-name to <prename><mc>. &7(Legacy)"
  56.  suffix-set: "<mc>You successfully changed <rank><mc>'s suffix to <suffix><mc>."
  57.  legacy-suffix-set: "<mc>You successfully changed <rank><mc>'s suffix to <suffix><mc>. &7(Legacy)"
  58.  color-set: "<mc>You successfully changed <rank><mc>'s color to <color><mc>."
  59.  legacy-color-set: "<mc>You successfully changed <rank><mc>'s color to <color><mc>. &7(Legacy)"
  60.  rename: "<mc>You successfully changed <rank><mc>'s name to <sc><name><mc>."
  61.  deleted: "<mc>You successfully deleted <rank><mc> rank."
  62.  permission-add: "<mc>You successfully added <sc><permission><mc> to <rank> &7(<scope>)<mc>."
  63.  permission-del: "<mc>You successfully removed <sc><permission><mc> from <rank><mc>."
  64.  permission-bungee-add: "<mc>You successfully added <sc><permission><mc> bungee permission to <rank><mc>."
  65.  permission-bungee-del: "<mc>You successfully removed <sc><permission><mc> bungee permission from <rank><mc>."
  66.  bold-set: "<mc>You successfully changed <rank><mc>'s bold value to <sc><value><mc>."
  67.  italic-set: "<mc>You successfully changed <rank><mc>'s italic value to <sc><value><mc>."
  68.  default-set: "<mc>You successfully changed <rank><mc>'s default value to <sc><value><mc>."
  69.  weight-set: "<mc>You successfully changed <rank><mc>'s weight to <sc><weight><mc>."
  70.  staff-set: "<mc>You successfully changed <rank><mc>'s staff value to <sc><value><mc>."
  71.  add-inher: "<mc>You successfully added <target> <mc>to <rank><mc>'s inheritance."
  72.  del-inher: "<mc>You successfully removed <target> <mc>from <rank><mc>'s inheritance"
  73.  purchasable-set: "<mc>You successfully changed <rank><mc>'s purchasable value to <sc><value><mc>."
  74.  price-set: "<mc>You successfully changed <rank><mc>'s price to <sc><price><mc>."
  75.  purchased: "<mc>You successfully purchased <rank><mc> rank for <sc><price><mc> coins."
  76.  hidden: "<mc>You successfully set <rank><mc>'s rank hidden value to <sc><value><mc>."
  77.  scope-add: "<mc>You successfully added <sc><scope-data> <mc>with type <sc><scope-type> <mc>to <rank><mc>."
  78.  scope-remove: "<mc>You successfully removed <sc><scope-data> <mc>with type <sc><scope-type> <mc>from <rank><mc>."
  79.  
  80.  
  81. gamemode-update: "<mc>Your gamemode has been updated to <sc><gamemode>"
  82. gamemode-update-other: "<mc>You have updated <target><mc>'s gamemode to <sc><gamemode>"
  83.  
  84.  
  85. disguise:
  86.  disguised: "<mc>You've successfully disguised as <sc><target><mc>!"
  87.  undisguise: "<mc>You've undisguised!"
  88.  disguise-join: "<mc>You've been disguised as <sc><target><mc>!"
  89.  force-undisguise: "<mc>You've been forcefully undisguised!"
  90.  
  91. # Staff join, leave and switch messages display the bungee name not Silver name
  92.  
  93. staff:
  94.  join: "<sc>[Staff] <target><mc> joined <sc><server>"
  95.  switch: "<sc>[Staff] <target><mc> joined <sc><to> <mc>from <sc><from>"
  96.  leave: "<sc>[Staff] <target><mc> left <sc><server>"
  97.  vanish: "<sc>[Staff] [<server>] <target><mc> has vanished."
  98.  unvanish: "<sc>[Staff] [<server>] <target><mc> has unvanished."
  99.  chat-mute: "<sc>[Staff] [<server>] <target><mc> has muted the chat."
  100.  chat-unmute: "<sc>[Staff] [<server>] <target><mc> has unmuted the chat."
  101.  report: "<sc>[Staff] [<server>] <user><mc> has reported <target><mc> for <sc><reason>"
  102.  filter: "<sc>[Filtered] [<server>] <user><mc> tried to say <sc><message><mc>."
  103.  filter-conversation: "<sc>[Filtered] [<server>] &7(<user>&7 -> <target>&7) <sc><message>"
  104.  helpop: "<sc>[Staff] [<server>] <user><mc> is requesting help for <sc><message><mc>."
  105.  freeze: "<sc>[Staff] [<server>] <user><mc> has been frozen by <sender><mc>."
  106.  unfreeze: "<sc>[Staff] [<server>] <user><mc> has been unfrozen by <sender><mc>."
  107.  freeze-chat: "<sc>&l[FROZEN] <sc>[<server>] <user>&f: <message>"
  108.  
  109.  log-out-while-frozen:
  110.    message: "<sc>[Staff] [<server>] <user><mc> left while frozen"
  111.    hover: "<mc>Click to ban for <sc>Evading Screenshare"
  112.    click: "/ban <user> 30d Evading Screenshare"
  113.  
  114.  
  115. message:
  116.  no-conversation: "&cYou have not been messaged before!"
  117.  current-conversation: "<mc>You're currently messaging <sc><target>"
  118.  sent: "&7(To <target>&7) <message>"
  119.  received: "&7(From <target>&7) <message>"
  120.  msg-yourself: "&cYou can't message yourself!"
  121.  not-receiving-messages: "<player><mc> is not currently receiving private messages."
  122.  
  123.  
  124. punishment:
  125.  # sends a hoverable message for staff only, usually containing the reason
  126.  send-hoverable-staff: true
  127.  silent: "&7[Silent] "
  128.  perm-ban: "<silent><player> <mc>was banned by <issuer>"
  129.  temp-ban: "<silent><player> <mc>was temporarily banned by <issuer><mc> for <duration>"
  130.  perm-mute: "<silent><player> <mc>was muted by <issuer>"
  131.  temp-mute: "<silent><player> <mc>was temporarily muted by <issuer><mc> for <duration>"
  132.  perm-ghost-mute: "<silent><player> <mc>was ghost muted by <issuer>"
  133.  temp-ghost-mute: "<silent><player> <mc>was temporarily muted by <issuer><mc> for <duration>"
  134.  blacklist: "<silent><player> <mc>was blacklisted by <issuer>"
  135.  kick: "<silent><player><mc> was kicked by <issuer>"
  136.  warn: "<silent><player><mc> has been warned by <issuer>"
  137.  warned: |-
  138.    <mc>You have been warned by <issuer> <mc>for <sc><reason>
  139.    <mc>Expires in: <sc><expires>
  140.  hover-format:
  141.    - "&7&m-----------------"
  142.    - "<mc>Reason: <sc><reason>"
  143.    - "<mc>Duration: <sc><duration>"
  144.    - "&7&m-----------------"
  145.  perm-ban-kick: "&cYou have been permanently suspended from Example Network (#<id>)\n&cYou were banned for: &7<reason>\n&7You can appeal at our forums at appeal.example.com"
  146.   temp-ban-kick: "&cYou have been temporarily suspended from Example Network for <expires> (#<id>)\n&cYou were banned for: &7<reason>\n&7You can appeal at our forums at appeal.example.com"
  147.   blacklist-kick: "&cYou have been blacklisted from Example Network (#<id>)\n&cYou cannot appeal this punishment."
  148.   kick-message: "&cYou have been kicked from Example Network (#<id>)\n&cYou were kicked for: &7<reason>"
  149.   undo-punishment: "<silent><player> <mc>has been un<punishment_type> by <issuer>"
  150.   pardon-hover-format:
  151.    - "&7&m-----------------"
  152.     - "<mc>Reason: <sc><reason>"
  153.    - "&7&m-----------------"
  154.  muted-message:
  155.    - " "
  156.    - "<mc>You are currently muted for <sc><duration> &7(<id>)"
  157.    - "<mc>Expires in: <sc><expires>"
  158.    - " "
  159.  
  160. punishment_ladder:
  161.  create: "<mc>You successfully created <sc><ladder><mc> ladder."
  162.  delete: "<mc>You successfully deleted <sc><ladder><mc> ladder."
  163.  step-create: "<mc>You successfully created a ladder step."
  164.  step-delete: "<mc>You successfully deleted ladder step #<sc><index><mc>."
  165.  
  166. coins:
  167.   add: "<mc>You have added <sc><coins> <mc>coins to <target><mc>'s coin balance."
  168.   remove: "<mc>You have removed <sc><coins> <mc>coins from <target><mc>'s coin balance."
  169.   set: "<mc>You have set <target><mc>'s coin balance to <sc><coins><mc> coins."
  170.  
  171.  
  172. tag:
  173.   created: "<mc>You successfully created <sc><tag><mc> tag."
  174.   deleted: "<mc>You successfully deleted <sc><tag><mc> tag."
  175.   prefix-set: "<mc>You successfully changed <sc><tag><mc>'s prefix to <prefix><mc>."
  176.   prename-set: "<mc>You successfully changed <sc><tag><mc>'s pre-name to <prename><mc>."
  177.   suffix-set: "<mc>You successfully changed <sc><tag><mc>'s suffix to <suffix><mc>."
  178.   category-set: "<mc>You successfully changed <sc><tag><mc>'s category to <category><mc>."
  179.   received: "<mc>You have received <sc><tag><mc> tag!"
  180.   removed: "<mc>The tag <sc><tag><mc> has been removed from your account."
  181.   add: "<mc>You have added <sc><tag><mc> tag to <player><mc>."
  182.   remove: "<mc>You have removed <sc><tag><mc> tag from <player><mc>."
  183.   equipped: "<mc>You have equipped <sc><tag><mc> tag."
  184.   unequipped: "<mc>You have unequipped <sc><tag><mc> tag."
  185.  
  186.  
  187. staff-chat:
  188.   toggle: "&aYou've toggled staff chat."
  189.   untoggle: "&cYou've untoggled staff chat."
  190.   format: "<sc>[SC] [<server>] <prefix><player><suffix> <mc><message>"
  191.  
  192.  
  193. admin-chat:
  194.   toggle: "&aYou've toggled admin chat."
  195.   untoggle: "&cYou've untoggled admin chat."
  196.   format: "&c[AC] [<server>] <prefix><player><suffix> &c<message>"
  197.  
  198.  
  199. vanish: "<mc>You are now invisible."
  200. unvanish: "<mc>You are now visible to all players."
  201.  
  202.  
  203. teleport: "<mc>You have been teleported to <player><mc>."
  204. teleport-here: "<player><mc> has been teleported to you."
  205. teleport-other: "<mc>You have teleported <player><mc> to <target><mc>."
  206.  
  207.  
  208. socialspy:
  209.   toggle: "&aYou have toggled socialspy."
  210.   untoggle: "&cYou have untoggled socialspy."
  211.   format: "<sc>[SS] [<server>] &7[<messenger> &7-> <receiver>&7]&f: <message>"
  212.  
  213.  
  214. find: "<player> <mc>is currently on <sc><server><mc>."
  215.  
  216.  
  217. chat:
  218.   mute: "<mc>The chat has been muted by <player><mc>."
  219.   unmute: "<mc>The chat has been unmuted by <player><mc>."
  220.   delay-off: "<mc>The chat is no longer delayed."
  221.   delay: "<mc>The chat has been delayed to <sc><seconds><mc> seconds by <player><mc>."
  222.   clear: "<mc>The chat has been cleared by <issuer><mc>."
  223.  
  224.  
  225. report-sent: "<mc>Successfully reported <target><mc> for <sc><reason><mc>."
  226.  
  227.  
  228. filter: "&cYou can't say that."
  229. broadcast: "&7[&4ALERT&7] <message>"
  230.  
  231.  
  232. profile:
  233.   add-perm: "<mc>Successfully added <sc><permission><mc> permission to <player> &7(<scope>) [<duration>]<mc>."
  234.   del-perm: "<mc>Successfully removed <sc><permission><mc> permission from <player> &7(<scope>)<mc>."
  235.  
  236.  
  237. ignore:
  238.   add: "<mc>You have added <sc><player><mc> to your ignore list."
  239.   remove: "<mc>You have removed <sc><player><mc> from your ignore list."
  240.  
  241.  
  242. friend:
  243.   join: "<mc>Your friend <player><mc> has joined <sc><server><mc>."
  244.   leave: "<mc>Your friend <player><mc> has disconnected from the server."
  245.   request-sent: "<mc>You have sent <player><mc> a friend request, They have 5 minutes to accept it."
  246.   accept: "<mc>You are now friends with <player><mc>."
  247.   removed: "<mc>You have removed <player><mc> from your friends list."
  248.   removed-other: "<player><mc> has removed you from their friends list."
  249.   already-friends: "&cYou are already friends with <player>"
  250.   not-accepting-requests: "&cThat player is not currently accepting friend requests."
  251.   ongoing-friend-request: "&cYou already have an ongoing friend request to <player>."
  252.   request-format: "<player> <mc>has sent you a friend request. "
  253.   # this will be at the end of the 'request-format'
  254.   request-accept-clickable: "&a[Click to accept]"
  255.   no-request: "&cYou don't have a friend request from <player>."
  256.  
  257.  
  258. friend-list:
  259.   empty: "&cYour friend list is currently empty."
  260.   title: "<mc>Friends List &7(<sc><friend_count>&7)"
  261.   offline: "&c(Offline)"
  262.   online: "&a(Online in <server>)"
  263.   format: " <player> <status>"
  264.   max-per-page: 5
  265.   next-page: "<sc>»"
  266.   previous-page: "<sc>«"
  267.   separator: "&7&m---------------------------"
  268.   add-space-before-last-separator: true
  269.   page-text: "&7(<mc><page>&7/<mc><max_pages>&7)"
  270.  
  271.  
  272. freeze:
  273.   message:
  274.    - ""
  275.     - "&bYou have been frozen you have &35 &bminutes to join discord vc"
  276.     - "&bDO NOT LOG OUT"
  277.     - ""
  278.  
  279.  
  280. 2fa:
  281.   setup: "<mc>Would you like to set up 2FA? Type 'yes' to set up 2FA."
  282.   cancel: "&cYou've cancelled the 2FA setup."
  283.   scan: "<mc>Scan the QR Code on the map and type the code you receive from your 2FA authenticator in the chat."
  284.   exceed-attempts: "&cYou've exceeded the amount of attempts, the 2FA setup has been cancelled."
  285.   invalid-code: "&cInvalid code, You have <attempts> attempts left."
  286.   done: "<mc>You have successfully set up 2FA on your account."
  287.  
  288.  
  289. help-op: "<mc>Your request has been sent to all online staff."
  290.  
  291.  
  292. unresolved-punishments: "&cYou have <count> unresolved punishment(s), Please do /unresolvedpunishments and resolve them."
  293.  
  294.  
  295. auto-reboot:
  296.   enable: "&aYou have enabled auto-reboot."
  297.   disable: "&cYou have disabled auto-reboot."
  298.   time: "<mc>You have set the reboot time to <sc><time><mc>. Rebooting in <sc><reboot><mc>."
  299.  
  300.  
  301. heal: "<mc>You have been healed."
  302. heal-other: "<mc>You have healed <target><mc>."
  303.  
  304.  
  305. feed: "<mc>You have been fed."
  306. feed-other: "<mc>You have fed <target><mc>."
  307.  
  308.  
  309. shutdown:
  310.   message: "&cThe server is shutting down in <seconds> second(s)."
  311.   start: "<mc>Successfully scheduled shutdown."
  312.   cancel: "<mc>Successfully cancelled the scheduled shutdown."
  313.   no-shutdown: "&cThere is no scheduled shutdown."
  314.  
  315.  
  316. disguise-random-no-permission: "&cPurchase VIP rank to gain access to random disguises at &c&lstore.example.com"
  317. disguise-custom-no-permission: "&cPurchase VIP+ rank to gain access to custom disguises at &c&lstore.example.com"
  318.  
  319.  
  320. sudo:
  321.   cmd: "<mc>You have made <player> <mc>execute <sc><command><mc>!"
  322.   msg: "<mc>You have made <player> <mc>say <sc><message><mc>!"
  323.  
  324.  
  325. fly-on: "<mc>You have toggled flight &aon<mc>!"
  326. fly-off: "<mc>You have toggled flight &coff<mc>!"
  327.  
  328.  
  329. # this is the message that appears when you do /sync
  330. sync-message: <mc>Your sync code is <sc><code>
  331.  
  332. report-cooldown: "&cPlease wait <seconds> second(s) before reporting again."
  333. helpop-cooldown: "&cPlease wait <seconds> second(s) before using helpop again."
  334.  
  335.  
  336. enchant: "<mc>You have enchanted your item with <sc><enchantment> <level><mc>!"
  337.  
  338.  
  339. toggle-private-message:
  340.   enable: "&aYou are now receiving private messages."
  341.   disable: "&cYou are no longer receiving private messages."
  342.  
  343. do-not-disturb:
  344.   enable: "&aYou have enabled Do Not Disturb status."
  345.   disable: "&cYou have disabled Do Not Disturb status."
  346.  
  347. speed:
  348.   walk: "<mc>You have set your walk speed to <sc><speed>"
  349.   flight: "<mc>You have set your fly speed to <sc><speed>"
  350.  
  351.  
  352. staff-mode:
  353.   toggle: "&aYou have toggled staff mode."
  354.   untoggle: "&cYou have untoggled staff mode."
  355.  
  356.  
  357. playtime: "<player> <mc>has played on the server for <sc><time>"
  358.  
  359.  
  360. prompt:
  361.   disguise-name: "<mc>Please type a name to disguise as, or type <sc>'cancel'<mc> to cancel"
  362.   disguise-skin: "<mc>Please type a name to use as your skin, or type <sc>'cancel'<mc> to cancel"
  363.   evidence: "<mc>Please type a URL to provide evidence for this punishment, or type <sc>'cancel'<mc> to cancel"
  364.   pardon: "<mc>Please type a reason to use as a removal reason for this punishment, or type <sc>'cancel'<mc> to cancel"
  365.   wipe-timeframe: "<mc>Please type a timeframe to wipe all <type>s within that timeframe, or type <sc>'cancel'<mc> to cancel"
  366.   rank-prefix: "<mc>Please type a prefix to use for <rank><mc>, or type <sc>'cancel'<mc> to cancel"
  367.   rank-color: "<mc>Please type a color to use for <rank><mc>, or type <sc>'cancel'<mc> to cancel"
  368.   rank-add-inheritance: "<mc>Please type a rank to add to <rank><mc>'s inheritance, or type <sc>'cancel'<mc> to cancel"
  369.  
  370.  
  371. no-alts-found: "&cNo alts found."
  372. alts-format:
  373.  - "&7&m------------------------"
  374.   - "<player><mc>'s Alts:"
  375.   - "&7[&aOnline&7, Offline, &eMuted&7, &cBanned&7, &4Blacklisted&7]"
  376.   - " "
  377.   - "<alts>"
  378.   - "&7&m------------------------"
  379.  
  380.  
  381. join: "<mc>Joining <sc><server><mc>..."
  382.  
  383. tp-all: "<mc>You have teleported all players to your current position."
  384.  
  385.  
  386. massay:
  387.   message: "<mc>You have made all players say <sc><text><mc>."
  388.   command: "<mc>You have made all players run <sc><text><mc>."
  389.  
  390.  
  391. tppos: "<mc>You have been teleported to <sc><x> <y> <z><mc>!"
  392. tppos-other: "<mc>You have teleported <player> <mc>to <sc><x> <y> <z><mc>!"
  393.  
  394.  
  395. website: "<mc>Website: <sc>https://server.com/"
  396. store: "<mc>Store: <sc>https://store.server.com/"
  397. discord: "<mc>Discord: <sc>https://discord.gg/jNXr9X48JW"
  398. twitter: "<mc>Twitter: <sc>https://twitter.com/Server"
  399. youtube: "<mc>Youtube: <sc>https://youtube.com/@Server"
  400. tiktok: "<mc>Tiktok: <sc>https://tiktok.com/@Server"
  401. teamspeak: "<mc>TeamSpeak: <sc>server.com"
  402.  
  403. global-list:
  404.   format: "&7[<mc><server>&7]: <players>\n"
  405.  
  406.  
  407. ping:
  408.   own: "<mc>Your ping: <sc><ping><mc> ms."
  409.   other: "<player><mc>'s ping: <sc><ping><mc> ms."
Advertisement
Add Comment
Please, Sign In to add comment