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

73 Zeilen
2.0 KiB
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"
2024-05-11 22:44:48 +02:00
softdepend:
- ViaVersion
- WorldGuard
- PlotSquared
permissions:
axiom.*:
description: Allows use of all default Axiom features
2024-05-04 14:19:28 +02:00
default: op
2024-05-11 22:44:48 +02:00
axiom.use:
description: Allows basic use of axiom
default: op
2024-05-04 14:19:28 +02:00
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
2024-05-11 22:44:48 +02:00
children:
axiom.entity.spawn: true
axiom.entity.manipulate: true
axiom.entity.delete: true
axiom.blueprint.*:
description: Allows use of all blueprint-related features
default: op
children:
axiom.blueprint.upload: true
axiom.blueprint.request: true
axiom.blueprint.manifest: true
axiom.chunk.*:
description: Allows use of all chunk-related features
default: op
children:
axiom.chunk.request: true
axiom.build.*:
description: Allows use of all build-related features
default: op
children:
axiom.build.place: true
axiom.build.section: true
axiom.editor.*:
description: Allows use of all editor-related features
default: op
children:
axiom.editor.views: true
axiom.player.*:
description: Allows use of all player-related features
default: op
children:
axiom.player.speed: true
axiom.player.gamemode: true
axiom.player.hotbar: true
axiom.world.*:
description: Allows use of all world-related features
default: op
children:
axiom.world.time: true
axiom.world.property: true
axiom.world.teleport: true
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