Advertisement
Guest User

DupeKqre

a guest
Nov 12th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. options:
  2. prefix: &1&lDupe-Kqre &a&l>>
  3.  
  4. on command /dupekqre <text>:
  5. trigger:
  6. if %arg 1% is "help":
  7. send "%prefix%" to player
  8. send "Use /dupe <number>" to player
  9. send "to duplicate an item that" to player
  10. send "number of times." to player
  11. else:
  12. send "&4&lHrm, DupeKqre can't find that command..."
  13.  
  14.  
  15. on command /dupe <number>:
  16. permission: dupekqre.dupe
  17. permission message: "&4&lYou don't have permission to operate the DupeKqre dupe command!"
  18. trigger:
  19. loop %arg 1% times:
  20. send "Duped %arg 1% times!"
  21. set {itodupe} to player's tool
  22. give {itodupe} to player
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement