LycorisOni
Moderator
Moderator
Member since
A slowly learning mod maker developing Oni the flea replacement trader to give a money sink for those who make too much money.
{
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
Edited comment
No but in the future I might add it as a functionality. I'd have to learn how the server checks and make it modifiable in my config. I do plan to eventually add more to this mod so the flea can be heavily configurable.
Nov 27, 2025 7:33 PM
View details
Created comment
No but in the future I might add it as a functionality. I'd have to learn how the server checks and make it modifiable in my config. I do plan to eventually add more to this mod so the flea can be heavily configurable.
Nov 27, 2025 7:33 PM
View details
Created comment
Glad you like it. If the config file doesn't explain how to use it well enough let me know. I tried to give pretty good detail on how it works.
Nov 24, 2025 5:10 AM
View details