Advertisement
kofeygames

Untitled

Jun 30th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. on Interact
  2. if interact_block_type = "SPONGE"
  3. if player_held_type = 383
  4. if player_held_data = 0
  5. if player_wielded_name = "§cL§aO§cT§aT§cE§aR§cY §aE§cG§aG"
  6. message.server: "Right-Click sponge"
  7. with player_wielded_name as thename
  8. message.player
  9. '%{thename_replace("§","&")}'
  10. else
  11. message.server: "Error - Item Name"
  12. else
  13. message.server: "Error - Item Data"
  14. else
  15. message.server: "Error - Item Type"
  16. else
  17. message.server: "Error - Block Type"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement