A
Admincraftโ€ข4w ago
..........

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
Deathpacito
Deathpacitoโ€ข4w ago
ZNPCsPlus can have the player models wear custom items
..........
..........OPโ€ข3w ago
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
Micheal
Michealโ€ข3w ago
So can FancyNpcs if its just about making them wear custom models
Torrent
Torrentโ€ข3w ago
Think OP is talking about the NPC itself being a custom model which in that case you need mythicmobs
Person0z [ @ When Respond ]
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
..........
..........OPโ€ข3w ago
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
..........
..........OPโ€ข3w ago
alr ty!
Torrent
Torrentโ€ข3w ago
just add a really long cooldown like 100 years
Torrent
Torrentโ€ข3w ago
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 mythicmobs
Torrent
Torrentโ€ข3w ago
they store data in .json

Did you find this page helpful?