euphori / Dummy-Project-RGL

kubo project for training
0 stars 0 forks source link

Scripts #5

Open respectZ opened 3 months ago

respectZ commented 3 months ago

Netherite Sickle

Golden Kings Excalibur

euphori commented 3 months ago

added this func to filter the non users (havent tested): function getEntitiesExceptUser(player: mc.Player) { const entities = mc.world.getDimension("overworld").getEntities({ location: player.location, maxDistance: 5, }); return entities.filter((entity) => entity.id !== player.id); }