Advertisement
SilentShiro

Untitled

Mar 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. command /hide:
  2. permission: test.sk
  3. trigger:
  4. if {hided.%player%} is true:
  5. message "&8[&cHide&8] &7Everyone disappeard"
  6. hide all players to player
  7. set {hided.%player%} to false
  8. else if {hided.%player%} is false:
  9. set {hided.%player%} to true
  10. message "&8[&cHide&8] &7Everyone appeared again"
  11. reveal all players to player
  12. on join:
  13. set {hided.%player%} to false
  14.  
  15. on death of zombie:
  16. on chance of 50%:
  17. clear drops
  18. remove xp from drops
  19. drop 1 rotten flesh named "&aHuman Flesh" with lore "&7Mob drops" at victim
  20. on chance of 50%:
  21. clear drops
  22. remove xp from drops
  23. drop 1 emerald named "&aEmerald" with lore "&7Currency" at victim
  24.  
  25. on death of skeleton:
  26. on chance of 35%:
  27. clear drops
  28. remove xp from drops
  29. drop 1 rotten flesh named "&eRusty Bone" with lore "&7Mob drops" at victim
  30. on chance of 15%:
  31. clear drops
  32. remove xp from drops
  33. drop 1 rotten flesh named "&cCurved Bone" with lore "&7Mob drops" at victim
  34. on chance of 50%:
  35. clear drops
  36. remove xp from drops
  37. drop 1 emerald named "&aEmerald" with lore "&7Currency" at victim
  38.  
  39. on death of spider:
  40. on chance of 25%:
  41. clear drops
  42. remove xp from drops
  43. drop 1 rotten flesh named "&eWhite String" with lore "&7Mob drops" at victim
  44. on chance of 25%:
  45. clear drops
  46. remove xp from drops
  47. drop 1 rotten flesh named "&eSpieder Fang" with lore "&7Mob drops" at victim
  48. on chance of 50%:
  49. clear drops
  50. remove xp from drops
  51. drop 1 emerald named "&aEmerald" with lore "&7Currency" at victim
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement