| 12345678910111213141516171819 |
- name: FluxAPI
- version: ${project.version}
- main: me.lethunderhawk.main.FluxAPI
- api-version: 1.21.10
- prefix: FluxAPI
- depend:
- - ProtocolLib
- commands:
- npc:
- description: Create a NPC
- usage: /npc <next>
- permissions:
- fluxapi.commands:
- description: Allows usage of the base NPC command
- default: op
- fluxapi.delete:
- description: Allows usage of deleting NPC command
- default: op
|