agavalda
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);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Created comment
do you see on server start that give-ui mod was loaded?
Nov 6, 2025 9:37 AM
View details
Created comment
looks like the server is not under "https" ? you should use "http://..." instead of the current "https://...." in the login screen of give-ui
Nov 6, 2025 9:18 AM
View details
Created comment
do you see in the server log that the mod was loaded? what is the exact error message? it should give more details than "connection error"
Nov 6, 2025 8:22 AM
View details
Created comment
any idea how you end with that wrong data there? some other mod?
Oct 28, 2025 12:36 PM
View details
Hi there, got it working haha. Thanks for letting me help out, here’s some feedback after testing: