Skip to content

Permissions

D3v1s0m edited this page Dec 4, 2023 · 1 revision

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.

ZNPCsPlus Wiki

Welcome to the documentation for ZNPCsPlus!

  • Home: Introduction and Overview
  • Setup: Installation and Configuration
  • Converting: Migrating from Older Versions or Other Plugins
  • Commands: List of Available Commands
  • Permissions: Permissions and Access Control
  • NPC Types: Information about Different NPC Types
  • Properties: Customization Options
  • API Docs: Documentation of API
  • Other: Additional Resources and Information

Feel free to click on any of the links above to access the corresponding page for detailed information on that topic. If you have any questions or need further assistance, please don't hesitate to reach out on our Discord server

Clone this wiki locally