BLUSHFT
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
This user has not yet published any mods.
Recent Activity
Created comment
it was installed in the proper folder but wasn't being loaded. after a fresh reinstall (even though the last install was also fresh..) it worked again. weird, thanks lol
Oct 22, 2025 4:58 PM
View details
Liked comment
I might be a real issue in 4.0.1, i haven't upgraded my server yet. I will try today
Oct 21, 2025 5:03 AM
View details
Edited comment
On SPT v4.0.1 and give-ui v4.0.0, no other mods installed.
when trying to connect to the server:
give-ui displays Connection Error EOF and
the server console shows
[Client Request] /give-ui/server
[UNHANDLED][/give-ui/server].
really not sure what this could be since the mod worked fine on SPT v3 and it doesn't seem like anyone else is experiencing this?
Oct 20, 2025 2:00 AM
View details
Created comment
On SPT v4.0.1 and give-ui v4.0.0, no other mods installed.
when trying to connect to the server:
give-ui displays Connection Error EOF and
the server console shows
[Client Request] /give-ui/server
[UNHANDLED][/give-ui/server].
really not sure what this could be since the mod worked fine on SPT v3 and it doesn't seem like anyone else is experiencing this?
Oct 20, 2025 1:57 AM
View details
Followers
No followers yet.
Following
Not yet following anyone.