Citizen alternative that support custom models? (model engine/itemsadder entity models)
I know citizen is not optimized but my server heavily relies on custom models and textures. Are there any other npc plugins that do support that?
15 Replies
Solution
ZNPCsPlus can have the player models wear custom items
Iโll give it a try! Are there any known info on performance comparison?
Does it support custom models though directly from model engine?
Should take as much resources as a regular mythic mob, so this is the better alternative if you already have the plugin and donโt want to add another one (if you are using models from modelengine, probably already have it
However, if Znpcsplus supports models that should have the best performance, as thereโs no actual entity, everything in that plugin works directly with packets
So can FancyNpcs if its just about making them wear custom models
Think OP is talking about the NPC itself being a custom model which in that case you need mythicmobs
If I recall properly, Citizen is part of Denizen. If you use Denizen you should be able to hook those two together and use custom models. I would high suggest in asking in their discord for this. https://discord.gg/denizen-and-citizens-315163488085475337
I might have misunderstood this but the goal is to find an alternative of citizen due to its poor performance impact
By any chance to do you know how to make a command โone time use only per playerโ through a mythic mob npc?
Iโm not sure with pure mythicmobs tbh
Imo Iโd probably make a plugin with a command that implements that behavior (one time use) and wraps the original command you wanted to use
With pure mythicmobs you probably can do that by storing a reference to players that already used it as nbt data inside the npc, but itโll make it heavier overtime
alr ty!
just add a really long cooldown
like 100 years
Will that work after a server restart?
if the plugin saves data to a database instead of in-memory then yes
I thought you meant that
delay
mechanic mythicmobs had ๐
I think they don't have a db on mythicmobsthey store data in .json