Advertisement
Guest User

Messages | CloudCrates

a guest
Aug 19th, 2020
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.54 KB | None | 0 0
  1. Help-Message:
  2.     Sound-Enabled: true
  3.     Sound: ENTITY_PLAYER_LEVELUP
  4.     Message:
  5.    - "&3&l[!] &3Cloud &bCrates &7(v%version%)"
  6.     - "&7&oCoded and configured by &f&oChubbyduck1"
  7.     - " "
  8.     - "&3&lCommands:"
  9.     - " &8» &3/crates &bsave"
  10.     - " &8» &3/crates &bplace"
  11.     - " &8» &3/crates &breload"
  12.     - " &8» &3/crates &bconvert"
  13.     - " &8» &3/crates &binfo &7<player>"
  14.     - " &8» &3/crates &bgive &7<player> <crate> <amount>"
  15.     - " &8» &3/crates &bgiveall &7<crate> <amount>"
  16.     - " "
  17. Config-Reloaded:
  18.     Sound-Enabled: true
  19.     Sound: ENTITY_PLAYER_LEVELUP
  20.     Message:
  21.    - "&3&l[!] &3You &bhave successfully reloaded the &3configuration &bfiles."
  22. Config-Saved:
  23.     Sound-Enabled: true
  24.     Sound: "ENTITY_PLAYER_LEVELUP"
  25.     Message:
  26.    - "&3&l[!] &3You &bhave successfully saved all the &3player data&b."
  27. Crate-Placer:
  28.     Sound-Enabled: true
  29.     Sound: "ENTITY_PLAYER_LEVELUP"
  30.     Message:
  31.    - "&3&l[!] &3You &bhave received a &3Crate Placer&b."
  32.     - "&7&o(( &f&oTip: &7&oPlace it down to register it as a virtual crate location. ))"
  33. Crate-Placed:
  34.    Sound-Enabled: true
  35.    Sound: "ENTITY_PLAYER_LEVELUP"
  36.    Message:
  37.    - "&3&l[!] &3You &bhave added this &3Virtual Crate&b location."
  38. Crate-Broken:
  39.    Sound-Enabled: true
  40.    Sound: "ENTITY_PLAYER_LEVELUP"
  41.    Message:
  42.    - "&3&l[!] &3You &bhave removed this &3Virtual Crate&b location."
  43. Crate-Remove-Usage:
  44.    Sound-Enabled: true
  45.    Sound: "ENTITY_ENDERDRAGON_FLAP"
  46.    Message:
  47.    - "&4&l[!] &4You &cmust be &4sneaking &cand in &4creative &cto break this crate."
  48. Invalid-Player:
  49.    Sound-Enabled: true
  50.    Sound: "ENTITY_ENDERDRAGON_FLAP"
  51.    Message:
  52.    - "&4&l[!] &4You &chave entered an invalid player."
  53. Invalid-Integer:
  54.    Sound-Enabled: true
  55.    Sound: "ENTITY_ENDERDRAGON_FLAP"
  56.    Message:
  57.    - "&4&l[!] &4You &chave entered an invalid number."
  58. Invalid-Crate:
  59.    Sound-Enabled: true
  60.    Sound: "ENTITY_ENDERDRAGON_FLAP"
  61.    Message:
  62.    - "&4&l[!] &4You &chave entered an invalid crate name."
  63. Player-Information:
  64.    Sound-Enabled: true
  65.    Sound: ENTITY_PLAYER_LEVELUP
  66.    Message:
  67.    - "&3&l[!] &3%player%&b's Current Key Data"
  68.     - "%format%"
  69.     Format: " &3 &l * &b[%crate%] &7%amount%x"
  70. Key-Given:
  71.     Sound-Enabled: true
  72.     Sound: ENTITY_PLAYER_LEVELUP
  73.     Message:
  74.    - "&3&l[!] &3You &bhave successfully given &3%player% &7%amount%x &3%crate% &bkeys."
  75. Key-Received:
  76.     Sound-Enabled: true
  77.     Sound: ENTITY_PLAYER_LEVELUP
  78.     Message:
  79.    - "&3&l[!] &3You &bhave received &7%amount%x &3%crate% &bkeys."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement