Common Issues - File14/ProCosmetics GitHub Wiki
By default, the cosmetic chest will appear in your inventory. Follow these steps to disable it:
- Head to the config.yml and set the values "give-on.join", "give-on.world-change", "give-on.death" to false.
- Restart the server for these changes to take effect.
- If you wish, you can also use the command /cosmetics to open the main menu as an alternative to the chest. You may also want to take a look at /pc menu if you wish to open a menu for a player from the console.
This is most likely caused by spawn protection. Make sure that:
a) You have either set spawn-protection
to 0 in your server.properties or made sure it is not interfering.
b) If you have WorldGuard, chest interaction/opening is allowed in the region. You may need to make another region.
c) If you have any other protection plugin, it is set to allow chests to be interacted with. You may need to remove them to detect the cause.
In nearly all cases, this is caused by mobs being disabled. Check to make sure that:
-
spawn-animals
andspawn-monsters
are set to true in theserver.properties
file. - Make sure your difficulty is not set to peaceful (or
0
if looking in theserver.properties
file). - There can be other plugins blocking it such as WorldGuard. If you wish to only enable ProCosmetics entities I suggest allowing mob spawning in WorldGuard but denying mob spawning with
/gamerule doMobSpawning false
.
This is related to a permissions issue. Take a read of these steps:
- Take a read of this on how to get your permissions plugin set up.
- If you have already done this, make sure it is correct and that the player is receiving the permissions correctly.
This is due to your Minecraft settings not having particles enabled. See this and make sure you have particles set to all in your game settings.
To sort this out, please either join our Discord here, verify and ask in the support chat (favored), or message File14 on Spigot here.