FancyMcPlugins / FancyNpcs

FancyNpcs is a simple, lightweight and fast npc plugin using packets
https://modrinth.com/plugin/fancynpcs
MIT License
100 stars 23 forks source link

Npc Visibility Management System #80

Open envizar opened 4 months ago

envizar commented 4 months ago

Add /npc hide <mode/list/add/remove> command

/npc hide mode <whitelist/blacklist> - Whitelist hides npc for everyone except players in list, blacklist hides npc for all players in list /npc hide list - Send list to player /npc hide add/remove <player> - Add or remove player from list

Also add API methods for it

sirjoehighton commented 4 months ago

This would be nice if it also linked in with LuckPerms and show players who have access to see that specifc NPC using a LuckPerms Permission.

sirjoehighton commented 4 months ago

Something along the lines of FancyNPC.(NPC_NAME).Hidden | Value: True/False