

alex
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);
});
"
>
Don’t have as much time as i used too, I’m not abandoning anything, but things just take time.
0 Likes
I miss your AIO mod but I get it can be tiring keeping up to date with it.. So I thank you for the fun times I had with them.
0 Likes
Recent Activity
No recent activity to display
Activity will appear here as the user interacts with the platform
Hey Yall,
As SPT does not have a LTS version and mods get usually broken each update, its bit hard for me to test and update mods each update with little time i have.
I did want to start making client mods, since they are better in many ways to configure and has more functionalities than server mods, but the learning curve and my inexperience has hindered me from it.
So for now im not currently working on updating or making any new mods, hope yall understand. If anyone
more experienced can get these mods to work, feel free to upload them on your own.
Thanks for your understanding.