Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. [Invictus Crates Plugin]
  2.  
  3. Admin uses command /crate give [user] [Normal/Super/Ultra] [ammount]
  4. This will give user a chest named "Normal Crate" or "Super Crate" or "Ultra Crate" with different colors for different types.
  5. Normal Crate Lore: This is a common crate
  6. Super Crate Lore: This is a rare crate
  7. Ultra Crate Lore: This is a super rare crate
  8.  
  9. User will place the crate and right click it with the matching key (key=tripwirehook). (/key give [user] [type] [ammount])
  10. The keys will be named after the crates ex. "Normal Crate Key" "Super Crate Key" "Ultra Crate Key"
  11. Normal Crate Key Lore: This key unlocks a Normal Crate
  12. Super Crate Key Lore: This key unlocks a Super Crate
  13. Ultra Crate Key Lore: This Key unlocks a Ultra Crate
  14.  
  15. When the user right clicks a crate with the corresponding crate key, the user is given a set of items that will be configurable in a config file. The config file will also include different percent chances of the user receiving different sets of items. The config file will also include a way to run commands on the user to give them kits, mcmmo, tokens, ect.
  16.  
  17. Config Ex.
  18. Ultra:
  19. 1:
  20. name: "Prize 1"
  21. chance: 50.00
  22. commands:
  23. - "give {name} diamond 10"
  24.  
  25. If the user right clicks a crate with either the wrong key, or the wrong item completely, the crate will go back into the user's inventory.
  26.  
  27. Only the person that places the crate will have access to open it.
  28.  
  29. The message that should be sent to the user for different commands should be:
  30.  
  31. [=-=-=-=-=-=-=-=[ Invictus Crates ]=-=-=-=-=-=-=-=]
  32.  
  33. {MESSAGE}
  34.  
  35. [=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=]
  36.  
  37. This is the format of the message. Please make up different messages suitable for different commands and actions performed by the user.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement