Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: ArmorStandEditor
version: "1.21"
main: io.github.rypofalem.armorstandeditor.ArmorStandEditorPlugin
api-version: "1.21"
authors: [RypoFalem, mercurialmusic]
description: Allows players to edit data of armorstands without any commands.
commands:
ase:
description: Changes the function of the armorstand edit tool.
usage: /<command> ? - list subcommands
permission: asedit.basic
permissions:
asedit.basic:
description: Allow use armorstand edit functions. If set to false it will override all other functions.
default: false
asedit.invisible:
description: Toggle armorstand visible/invisible.
default: false
asedit.rename:
description: Rename armorstands
default: false
22 changes: 0 additions & 22 deletions src/main/resources/plugin.yml

This file was deleted.