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
|
2024-05-04 14:19:28 +02:00
|
|
|
default: op
|
|
|
|
axiom.debug:
|
|
|
|
description: Allows use of the /axiompaperdebug command
|
|
|
|
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
|
2024-01-14 10:50:02 +01:00
|
|
|
|
|
|
|
axiom.allow_copying_other_plots:
|
|
|
|
description: This permission allows users to copy other user's plots
|
2024-05-03 13:23:31 +02:00
|
|
|
default: false # true
|
2024-01-14 10:50:02 +01:00
|
|
|
axiom.can_import_blocks:
|
|
|
|
description: Allows players to import schematics/blueprints into Axiom
|
|
|
|
default: true
|