3
0
Mirror von https://github.com/Moulberry/AxiomPaperPlugin.git synchronisiert 2024-09-29 16:00:04 +02:00
AxiomPaperPlugin/src/main/resources/plugin.yml

32 Zeilen
931 B
YAML

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"
softdepend: ["CoreProtect"]
permissions:
axiom.*:
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
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
axiom.allow_copying_other_plots:
description: This permission allows users to copy other user's plots
default: true
axiom.can_import_blocks:
description: Allows players to import schematics/blueprints into Axiom
default: true