• Hey! Register here to create your account, engage with the community, and talk about what is new!

How to make all bows have infinite arrows

realRoforbYT

Forum adept
Joined
Oct 6, 2020
Messages
254
Reaction score
31
First we need to give players a bow on join and respawn.
Code:
Player Joins
  Give Player Bow, Arrow
Code:
Player Respawns
 Give Player Bow, Arrow
Now we can make the bow have infinite arrows
Code:
Bow Shoots
 Give Player Arrow
 

stinkey

Forum adept
Joined
Sep 8, 2020
Messages
225
Reaction score
74
this doesnt work for tipped arrows
this makes arrows reappear in a different inventory slot which is annoying
this could very easily not work if say the player held their arrows in offhand and had the rest of their inventory completely filled up
 
Top Bottom