2023-04-20 17:42:59 +02:00
|
|
|
name: $name
|
|
|
|
version: $version
|
2023-07-02 12:23:44 +02:00
|
|
|
main: com.moulberry.axiom.AxiomPaper
|
2023-04-20 17:42:59 +02:00
|
|
|
description: $description
|
|
|
|
authors:
|
2023-07-02 12:23:44 +02:00
|
|
|
- Moulberry
|
2023-06-29 19:02:32 +02:00
|
|
|
api-version: "$apiVersion"
|
2023-08-29 09:53:34 +02:00
|
|
|
permissions:
|
|
|
|
axiom.*:
|
2024-01-14 09:24:59 +01:00
|
|
|
description: Allows use of all default Axiom features
|
2023-08-29 09:53:34 +02:00
|
|
|
default: op
|
|
|
|
|
2024-01-14 09:24:59 +01:00
|
|
|
axiom.entity.*:
|
|
|
|
description: Allows use of all entity-related features (spawning, manipulating, deleting)
|
|
|
|
default: op
|
|
|
|
axiom.entity.spawn:
|
|
|
|
description: Allows entity spawning
|
|
|
|
axiom.entity.manipulate:
|
|
|
|
description: Allows entity manipulation
|
|
|
|
axiom.entity.delete:
|
|
|
|
description: Allows entity deletion
|