Advertisement
kofeygames

Untitled

Jun 30th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 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. else
  8. message.server: "Error - Item Name"
  9. else
  10. message.server: "Error - Item Data"
  11. else
  12. message.server: "Error - Item Type"
  13. else
  14. message.server: "Error - Block Type"
  15.  
  16. #Essentials kit gives the egg with this name: &cL&aO&cT&aT&cE&aR&cY_&aE&cG&aG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement