Aabsss Posted July 19, 2022 Share Posted July 19, 2022 does anyone have a skript that when you die you drop a item that wasnt in your inventory? If so do you mind sharing it with me? Link to comment Share on other sites More sharing options...
Nercoticlol Posted July 19, 2022 Share Posted July 19, 2022 on death: if victim is a player: drop diamond ore named "skript created" #or use the give syntax to give it directly to there inventory make sure to indent too lazy on minehut comment textbox Link to comment Share on other sites More sharing options...
Aabsss Posted July 19, 2022 Author Share Posted July 19, 2022 2 minutes ago, Nercoticlol said: on death: if victim is a player: drop diamond ore named "skript created" #or use the give syntax to give it directly to there inventory make sure to indent too lazy on minehut comment textbox how do you make it have enchants? Link to comment Share on other sites More sharing options...
CoolAlex4734 Posted July 20, 2022 Share Posted July 20, 2022 Try this: # Give The Player The Item on death: give #(Item)# of #(Enchant Name)# #(Level)# to player # Drop The Item on death: if victim was player: drop #(Item)# of #(Enchant Name)# #(Level)# to player I didn't test this, but it should work. -Alex Always Stay Cool No Matter What! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now