Skript Version: Whatever version supports 1.8
Skript Author: ???
Minecraft Version: 1.8
---
Full Code:
Errors on Reload:
None
Console Errors: (if applicable)
None
Other Useful Info:
I want it to send that message the first time a player kills a mob. But, whenever I kill a chicken or sheep, nothing is sent. I've deleted all variables within variables.csv, and still nothing.
Addons using (including versions):
None
Troubleshooting:
N/A
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? N/A
Skript Author: ???
Minecraft Version: 1.8
---
Full Code:
code_language.skript:
on death:
if attacker is a player:
if victim is a chicken or sheep:
if {kill::%player%} is not set:
set {kill::%player%} to true
send "&c&lTUTORIAL &7Awesome job! Killing mobs will drop the mob's head. You have two options with Mob Heads. You can sell them for $10 using &c/sellhead&7 or you can transfer them into Tokens with &c/transfer&7."
Errors on Reload:
None
Console Errors: (if applicable)
None
Other Useful Info:
I want it to send that message the first time a player kills a mob. But, whenever I kill a chicken or sheep, nothing is sent. I've deleted all variables within variables.csv, and still nothing.
Addons using (including versions):
None
Troubleshooting:
N/A
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? N/A