#Skyfactory pebbel
14 messages · Page 1 of 1 (latest)
Paste version of Pebbel.js from @severe wraith
Should at least give credit to the person who made it for you
Ause's code 
if
is there also a way to check if player has nothing in his hands?
if(!event.player.getMainHandItem()){ //code here }
yeah but what is the code for it bc i dont find any documation for it on any kubejs side
is there any way to make it pop items slower?
instead of each if(Math.random... you would need to first use
event.player.server.scheduleInTicks(TICKS, () => {
if(Math.random....
//popup item
})
where TICKS is how long to wait