

Ꮆ卄ㄖ丂ㄒ
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
I can also confirm this works.
Here's a breakdown of the steps in case anyone needs a more detailed step-by-step.
Step 1- Keep Expanded Task Text mod installed. Simply remove Guilded Key Storage mod from the Mods folder (quickly Delete it and send it to the recycling bin.)
Step 2 - Run the Server. It will load perfectly fine. Once it shows "Server has started, happy playing" message, close the server window.
Step 3 - Go into your recycling bin, restore Guilded Key Storage mod, which will drop it back into the mod folder. Now run the server again, without errors.
Oct 21, 2025 12:14 PM
View details
Liked comment
update: removed GKS from mod folder, relaunched server, closed after became runnable. placed GKS back in mod folder, no errors now.
Oct 21, 2025 12:10 PM
View details
Followers
No followers yet.
Following
Not yet following anyone.