bob23456284524 Posted June 2, 2021 Share Posted June 2, 2021 every 1 minute: set {_x} to random integer between -30 and 24 set {_z} to random integer between 11 and -40 broadcast "&2 &l There is a loot rain at %{_x}% , 68 %{_z}% which will begin in 30 seconds. get ready to catch the loot and not get killed!" execute console command "/summon minecraft:item %{_X}% 68 %{_z}% {Item:{id:"wooden_sword",Count:1,tag:{HideFlags:4}}}" i've been able to make it announce a loot rain and announce random coords but it will not summon a wooden sword. i will change it to every 1 hr and make it drop an item from a data table later Link to comment Share on other sites More sharing options...
AgentGamerPro Posted June 3, 2021 Share Posted June 3, 2021 10 hours ago, bob23456284524 said: every 1 minute: set {_x} to random integer between -30 and 24 set {_z} to random integer between 11 and -40 broadcast "&2 &l There is a loot rain at %{_x}% , 68 %{_z}% which will begin in 30 seconds. get ready to catch the loot and not get killed!" execute console command "/summon minecraft:item %{_X}% 68 %{_z}% {Item:{id:"wooden_sword",Count:1,tag:{HideFlags:4}}}" i've been able to make it announce a loot rain and announce random coords but it will not summon a wooden sword. i will change it to every 1 hr and make it drop an item from a data table later try this drop wooden sword at location({_x}, 150, {_z}) Lifestealed | Minecraft Servers [VIP] 12/26/20 - 10/27/2021[PRO] 12/27/21 - Present Link to comment Share on other sites More sharing options...
bob23456284524 Posted June 3, 2021 Author Share Posted June 3, 2021 thank you so much. it works now 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