Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # Created by: Unarmed1618
  2.  
  3.  
  4. Plugin:
  5. #Do not edit this!
  6. version: 1.0
  7. #This will set the item attempted to be duplicated to Material.AIR
  8. setToAir: true
  9. #This will clear the player's inventory when the duplication attempt happens.
  10. clearInventory: false
  11. #This will Kill the player. (is that really necessary? - Jake)
  12. killPlayer: false
  13. #This will log the punishment attempt to the console. Disable all others if you just want to monitor.
  14. logPunishment: true
  15. #Attempt to destroy the item moved last
  16. destroyLast: true
  17. #Attempt to destroy the item clicked on
  18. nullifySuspect: true
  19. #Use only if you want to get info about what is being duped and how.
  20. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement