Advertisement
PM2

Untitled

PM2
Nov 24th, 2019
696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. # ** Messages **
  2.  
  3. # What message should be written if an account on the same ip has already been given a Monthly Crate?
  4. alt_message: "&cAn account on your IP address has already gotten a monthly crate from a give all."
  5.  
  6. # What message should the player get if there are already a maximum amount of crates being opened on the server?
  7. MonthlyCrate_Global_Limit_Message: "&cSorry, there is already a maximum amount of crates being opened at the same time on the server, please try again in a bit!"
  8.  
  9. # What message should the player get if he tries to open more crates than is given as a max per player?
  10. MonthlyCrate_Player_Limit_Message: "&cYou already have {opening_crates_now} Monthly Crates placed, please wait for at least one of them to finish to open an another one!"
  11.  
  12. # What message should the player receive if he is trying to open a crate too close to another crate?
  13. Crate_Radius_Message: "&cYou are too close to another crate that is being opened, please move away to open Yours."
  14.  
  15. # What should be the message that the player receives once he is given a crate with a command give / giveall?
  16. Player_Gets_MCrate_Message: "&d&l [AMC] &5You have been given a Monthly Crate!"
  17.  
  18. # What should be the message that the player receives once he is given a pouch?
  19. Player_Gets_Pouch_Message: "&d&l [AMC] &5You have been given a Pouch!"
  20.  
  21. # What should be the message that the player receives if he places down a crate in a wrong location? (only works if added OnlyPlaceableAt: "x,y,z" inside a crates configurations)
  22. Crate_Placed_At_Wrong_Location: "&cYou can not place this Monthly Crate here. Go to &f/warp crates &cto open this crate!"
  23.  
  24. # What should be the message that the player receives if he executes a command that is blocked while opening a monthly crate?
  25. BlockedCommandMessage: "&cYou can not use this command while opening a Monthly Crate!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement