#Make player glow with server script
24 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
This seems like a tricky thing to pull off, but maybe it could be possible?
I don’t immediately know of any way to make an entity change light level, but I am curious if there is any methods that might do the trick
Block states have the ability to set the light level, this could help
I got to go do an exam though, but hopefully somebody can help build on the idea where a light source is set at the player’s feet every time they move,
Yeah, thanks
Maybe it could be possible with a mod that adds light to items like torcjes when they are in the playerhand?
If it seams to difficult, I already got an idea what I will do if this won't work
I’ve seen a couple implementations for mod where they teleport either a custom light entity around with the player or place a torch under the player every so often, but a fully fleshed out dynamic lighting system is a bit crazy for kube imo, just download one of the mods for it
https://www.curseforge.com/minecraft/mc-mods/dynamic-lights
Case in point, adding this gives all the features you want lol
Yeah, I got one of those mods, but I want it to happen without having an item in your hand
Interesting, I wonder how far you can get with reflection then
https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/blob/1.19/DynamicLights/src/main/java/atomicstryker/dynamiclights/server/modules/PlayerSelfLightSource.java
This seems like the relevant source code but I don’t know how to proceed from here
with dynamic lights looks like you can add to your armours/items whatever the tag:
dynamiclights:self
and you will now light
Thats great to know but I want this to be independent of items
Just because someone said it isn't possible doesn't mean it actually is. Instead they meant that no one has successfully done it yet.
Be the first!
If there is a way to have hidden baubles then you can add one that does that