Advertisement
LukaMC59

Untitled

Nov 10th, 2017
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. command /nibble [<player>]:
  2. trigger:
  3. if arg-1 is set:
  4. if arg-player is not set:
  5. message "&cFeelings &8l &7Invalid Person."
  6. if arg-player is set:
  7. if arg-player is "%player%":
  8. message "&cFeelings &8l &7Weirdo..."
  9. if arg-player is set:
  10. if arg-player is not "%player%":
  11. message "&cFeelings &8l &7You've nibbled on &c%arg-player%&7."
  12. send "&cFeelings &8l &c%player%&7 nibbles on you."
  13. if arg-1 is not set:
  14. message "&cFeelings &8l&7 /nibble <player>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement