-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.yml
More file actions
25 lines (23 loc) · 833 Bytes
/
plugin.yml
File metadata and controls
25 lines (23 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: ExamplePlugin #Name of the plugin
api: 4.0.0
author: JinodkDevTeam #Author Name or use "authors" for more than two authors.
main: JinodkDevTeam\ExamplePlugin\Main #Directory to main class
src-namespace-prefix: JinodkDevTeam\ExamplePlugin #For PSR-4 format
version: 0.0.1 #Version of the plugin
commands: #List plugin command
allowbreak:
permission: example.allowbreak #Add this permission to this command
giveapple:
permission: example.giveapple
pos:
permission: example.pos
permissions: #List plugin permissions
example.allowbreak:
default: op #OP use only
description: Allow player use /allowbreak command
example.giveapple:
default: true #Everyone can use
description: Allow player use /giveapple command
example.pos:
default: true
description: Allow player use /pos command