-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
32 lines (30 loc) · 926 Bytes
/
plugin.yml
File metadata and controls
32 lines (30 loc) · 926 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
26
27
28
29
30
31
32
name: LuckPrefix
version: 1.0
main: com.germanode.luckprefix.LuckPrefix
author: Germanode
description: Assign prefixes with /prefix
api-version: 1.19
load: startup
depend:
- LuckPerms
commands:
prefix:
description: Assign a prefix to yourself or another player.
usage: /prefix <prefix> [player]
permission: prefix.assign
permission-message: You do not have permission to assign prefixes.
permissions:
prefix.assign:
description: Allows a player to assign a prefix to themselves or another player.
default: op
prefix.color:
description: Allows a player to use color codes in their prefix.
default: op
prefix.length:
description: Allows a player to use prefixes longer than 16 characters.
default: op
prefix.self:
description: Allows a player to assign a prefix to themselves.
default: op
children:
prefix.assign: false