Advertisement
Guest User

Config

a guest
May 23rd, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. Super: #The crate name. Cant be changed
  2. '1' #The percent of chance to get the item. 1% is this one <---
  3. KeyName: '&r&l[&b&lSuper&r&l] &6&lCrate Key' #The key name to use on the Super Crate.
  4. KeyNameRequired: '&r&l[&b&lSuper&r&l] &6&lCrate Key' #Should be the same as above. The key needs this name to be able to use on the Super Crate
  5. BroadCast: '&3&l%player% &d&lused a Super Crate key and got &6&l1 Billion!' #This will send a Broadcast to the Server.
  6. Command:
  7. - '/eco give %player% 9000000000' #This command will be executed when someone Uses a Super Crate Key. Multiple commands are possible.
  8. '50' #The percent of chance to get the item. 50% is this one <----
  9. KeyName: '&r&l[&b&lSuper&r&l] &6&lCrate Key' #The key name to use on the Super Crate.
  10. KeyNameRequired: '&r&l[&b&lSuper&r&l] &6&lCrate Key' #Should be the same as above. The key needs this name to be able to use on the Super Crate
  11. BroadCast: '&3&l%player% &d&lused a Super Crate key and got a &6&lDiamond Sword!' #This will send a Broadcast to the Server.
  12. Command:
  13. - '/give %player% diamondsword 1' #This command will be executed when someone Uses a Super Crate Key.Multiple commands are possible.
  14. Ultra: #The crate name. Cant be changed
  15. '25' #The percent of chance to get the item. 25% is this one <---
  16. KeyName: '&r&l[&b&lUltra&r&l] &6&lCrate Key' #The key name to use on the Ultra Crate. Color Codes can be different but must be the same as down here.
  17. KeyNameRequired: '&r&l[&b&lUltra&r&l] &6&lCrate Key' #Should be the same as above. The key needs this name to be able to use on the Super Crate
  18. BroadCast: '&3&l%player% &d&lused a Ultra Crate key and got &6&l1 Billion!' #This will send a Broadcast to the Server.
  19. Command:
  20. - '/eco give %player% 9000000000' #This command will be executed when someone Uses a Ultra Crate Key. Multiple commands are possible.
  21. '30' #The percent of chance to get the item. 30% is this one <----
  22. KeyName: '&r&l[&b&lUltra&r&l] &6&lCrate Key' #The key name to use on the Ultra Crate.
  23. KeyNameRequired: '&r&l[&b&lUltra&r&l] &6&lCrate Key' #Should be the same as above. The key needs this name to be able to use on the Super Crate
  24. BroadCast: '&3&l%player% &d&lused a Super Crate key and got a &6&lDiamond Sword!' #This will send a Broadcast to the Server.
  25. Command:
  26. - '/give %player% diamondsword 1' #This command will be executed when someone Uses a Ultra Crate Key. Multiple commands are possible.
  27. Op: #The crate name. Cant be changed
  28. '1' #The percent of chance to get the item. 1% is this one <---
  29. KeyName: '&r&l[&b&lOp&r&l] &6&lCrate Key' #The key name to use on the Op Crate. Color Codes can be different but must be the same as down here.
  30. KeyNameRequired: '&r&l[&b&lOp&r&l] &6&lCrate Key' #Should be the same as above. The key needs this name to be able to use on the Super Crate
  31. BroadCast: '&3&l%player% &d&lused a Op Crate key and got &6&l1 Billion!' #This will send a Broadcast to the Server.
  32. Command:
  33. - '/eco give %player% 9000000000' #This command will be executed when someone Uses a Op Crate Key. Multiple commands are possible.
  34. '50' #The percent of chance to get the item. 50% is this one <----
  35. KeyName: '&r&l[&b&lOp&r&l] &6&lCrate Key' #The key name to use on the Op Crate. Color Codes can be different but must be the same as down here.
  36. KeyNameRequired: '&r&l[&b&lOp&r&l] &6&lCrate Key' #Should be the same as above. The key needs the name to be able to use on the Super Crate
  37. BroadCast: '&3&l%player% &d&lused a Super Crate key and got a &6&lDiamond Sword!' #This will send a Broadcast to the Server.
  38. Command:
  39. - '/give %player% diamondsword 1' #This command will be executed when someone Uses a Op Crate Key. Multiple commands
  40.  
  41.  
  42. Some notes:
  43. %player% is the player who used the key.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement