You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to show every mob available in the config (aside from the mobs that don't actually exist without extra plugins such as dolphin, scorpion, etc.) but some people only want to see the hostile mobs without all the animals, or all the animals without the hostile mobs.
The minimum to satisfy this feature request would be to simply hard-code a third layer and make this layer include neutral NPCs. Then make the "mobs" layer only include hostile mobs.
The awesome way to implement this feature would be to allow the user to configure custom layers, specifying the mobs/NPCs/vehicles that should appear in that layer. A "layers" section where you could define an array of layers and their properties, including a new "entities" property specifying which mobs/NPCs/vehicles to show in that layer.
With this configuration you can remove the current "mobs" node entirely. If a mob/NPC/vehicle is not included in a specified layer then it is assumed to be disabled. In my example default config all mobs would be included in the three default layers, with the mobs from mo' creatures mod commented out by default.
It also eliminates the "name" property for the layers because each node under "layers" is the name of a layer. It would be great to be able to create as many layers as I want and have each of those layers show only the entities I'm interested in. Sometimes I may want to hunt a particular mob or group of mobs. In this way I could set up a layer that showed only the mobs I was interested in.
The text was updated successfully, but these errors were encountered:
I like to show every mob available in the config (aside from the mobs that don't actually exist without extra plugins such as dolphin, scorpion, etc.) but some people only want to see the hostile mobs without all the animals, or all the animals without the hostile mobs.
The minimum to satisfy this feature request would be to simply hard-code a third layer and make this layer include neutral NPCs. Then make the "mobs" layer only include hostile mobs.
The awesome way to implement this feature would be to allow the user to configure custom layers, specifying the mobs/NPCs/vehicles that should appear in that layer. A "layers" section where you could define an array of layers and their properties, including a new "entities" property specifying which mobs/NPCs/vehicles to show in that layer.
Here is an example default config.yml file:
With this configuration you can remove the current "mobs" node entirely. If a mob/NPC/vehicle is not included in a specified layer then it is assumed to be disabled. In my example default config all mobs would be included in the three default layers, with the mobs from mo' creatures mod commented out by default.
It also eliminates the "name" property for the layers because each node under "layers" is the name of a layer. It would be great to be able to create as many layers as I want and have each of those layers show only the entities I'm interested in. Sometimes I may want to hunt a particular mob or group of mobs. In this way I could set up a layer that showed only the mobs I was interested in.
The text was updated successfully, but these errors were encountered: