Permissions - Pyrbu/ZNPCsPlus GitHub Wiki
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. |
This permission allows players to use the main /npc
command for creating and managing the NPCs.
Players with this permission will receive notifications if a new update for the plugin is available. Stay informed about the latest features and improvements!
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 permissionznpcsplus.npc.my_npc
to interact with it.