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-28 16:46:37 +02:00
|
|
|
softdepend: ["CoreProtect", "ViaVersion", "WorldGuard", "PlotSquared"]
|
2023-08-29 09:53:34 +02:00
|
|
|
permissions:
|
2024-05-19 19:40:47 +02:00
|
|
|
axiom.all:
|
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
|
2024-05-19 19:40:47 +02:00
|
|
|
children:
|
|
|
|
axiom.*: true
|
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
|
2024-01-14 09:24:59 +01:00
|
|
|
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
|
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-04 17:36:47 +02:00
|
|
|
default: true
|
2024-01-14 10:50:02 +01:00
|
|
|
axiom.can_import_blocks:
|
|
|
|
description: Allows players to import schematics/blueprints into Axiom
|
|
|
|
default: true
|