Advertisement
crore

pickpocket

Jan 7th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. PickPocket:
  2. spell-class: ".ExternalCommandSpell"
  3. name: pickpocket
  4. enabled: true
  5. description: chance to pick a pocket!
  6. cooldown: 100
  7. can-cast-by-command: true
  8. can-cast-with-item: true
  9. cast-item: 76
  10. command-to-execute:
  11. - "openinv %t"
  12. command-to-execute-later: []
  13. command-delay: 1
  14. command-to-block:
  15. - "openinv"
  16. temporary-permissions:
  17. - "OpenInv.editinv"
  18. - "OpenInv.openinv"
  19. require-player-target: true
  20. execute-as-target-instead: false
  21. obey-los: true
  22. range: 3
  23. chance: 10
  24. cost:
  25. - mana 25
  26. - 76 1
  27. str-fail-self: "You have failed to pick the pocket of %t."
  28. str-fail-target: "%a has failed to pick your pocket."
  29. str-cast-self: "You have picked the pocket of %t."
  30. str-cast-target: "%a has picked your pocket"
  31. str-cost: 25 mana and 1 redstone torch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement