Mirror von
https://github.com/Moulberry/AxiomPaperPlugin.git
synchronisiert 2024-11-14 12:10:05 +01:00
72 Zeilen
2.0 KiB
YAML
72 Zeilen
2.0 KiB
YAML
name: $name
|
|
version: $version
|
|
main: com.moulberry.axiom.AxiomPaper
|
|
description: $description
|
|
authors:
|
|
- Moulberry
|
|
api-version: "$apiVersion"
|
|
softdepend: ["CoreProtect", "ViaVersion", "WorldGuard", "PlotSquared"]
|
|
permissions:
|
|
axiom.all:
|
|
description: Allows use of all default Axiom features
|
|
default: op
|
|
children:
|
|
axiom.*: true
|
|
axiom.use:
|
|
description: Allows basic use of axiom
|
|
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
|
|
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
|