Guest User

Untitled

a guest
Apr 23rd, 2020
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. # ** Messages **
  2.  
  3. # What should be the message that the player receives once he is given a crate with a command give? (%key_name% ; %amount_given%)
  4. Player_Gets_Key_Message: "&d&l [RC] &5You have been given x%amount_given% %key_name%"
  5.  
  6. # What should be the message if a player is taking too long to open a crate and hasn't yet opened a single panel?
  7. No_Response_Not_Opened: "&d&l [RC] &aYou have been refunded a key. You took too long to open the crate."
  8.  
  9. # What should be the message if a player is taking too long to open a crate but has opened at least one panel?
  10. No_Response_Opened: "&d&l [RC] &aYou took too long to open a crate, it was opened automatically for you."
  11.  
  12. # What should be the message if a player is trying to open a crate panel too close to the crate?
  13. Crate_Open_Too_Close_Message: "&d&l [RC] &cYou are too close, please make sure you're at least %crate_open_disctance% blocks away."
  14.  
  15. # What message should the command executor of /reload receive after a successful reload
  16. Reload_Message: "&d&l [RC] &5Configurations have been reloaded successfully."
Add Comment
Please, Sign In to add comment