Troubleshooting
Solid blocks
If another plugin on your server adds custom blocks that aren't armor stand based (e.g. mushroom, noteblock), their logic might interfere with Nova's logic. If this is the case, you might want to disable solid blocks in Nova.
Disabling solid blocks
- Set
use_solid_blocks
tofalse
inplugins/Nova/configs/config.yml
- Reload the configs or restart your server
- Regenerate the resource pack with
/nova resourcePack create
- Restart your server
Re-enabling solid blocks
- Set
use_solid_blocks
totrue
inplugins/Nova/configs/config.yml
- Reload the configs or restart your server
- Regenerate the resource pack with
/nova resourcePack create
- Run
/nova debug updateChunkSearchId
- Restart your server
Why should I not disable solid blocks?
Solid blocks have a huge performance benefit compared to armor stand blocks, as the Minecraft client renders them like normal blocks instead of entities. Solid blocks should only be disabled as a last resort.