Permissions - Pyrbu/ZNPCsPlus GitHub Wiki

ZNPCsPlus - Permissions

This page provides a list of permissions associated with ZNPCsPlus and their descriptions.

Permission Description
znpcsplus.command Allows the use of the /npc command to create and manage the NPCs.
znpcsplus.updates Notifies the player if a new update for ZNPCsPlus is available.
znpcsplus.npc.<npc id> Allows interaction with specific NPCs if the NPC has the permission_required property set to true. Only players with the corresponding permission (znpcsplus.npc.<npc id>) can see and interact with the NPC. Replace <npc id> with the actual ID of the NPC.

Permission Details

znpcsplus.command

This permission allows players to use the main /npc command for creating and managing the NPCs.

znpcsplus.updates

Players with this permission will receive notifications if a new update for the plugin is available. Stay informed about the latest features and improvements!

znpcsplus.npc.<npc id>

If an NPC has the permission_required property set to true, only players with this specific permission (znpcsplus.npc.<npc id>) will be able to see and interact with the NPC. Replace <npc id> with the actual ID of the NPC.

Example Usage:

  • If an NPC with ID "my_npc" has permission_required property is set to true, players need the permission znpcsplus.npc.my_npc to interact with it.
⚠️ **GitHub.com Fallback** ⚠️