YoBatM commited on
Commit
6718f55
·
verified ·
1 Parent(s): 9257ae4

Create LPC/config.yml

Browse files
Files changed (1) hide show
  1. plugins/LPC/config.yml +24 -0
plugins/LPC/config.yml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # LPC Configuration
2
+ # Please read the https://luckperms.net/wiki/Prefixes,-Suffixes-&-Meta before you set up.
3
+ #
4
+ # Placeholders:
5
+ # {message} - the chat message
6
+ # {name} - the player's name
7
+ # {displayname} - the player's display name / nickname
8
+ # {world} - the world name of the player's current world
9
+ # {prefix} - the player's highest priority prefix
10
+ # {suffix} - the player's highest priority suffix
11
+ # {prefixes} - the player's prefixes sorted by the highest priority
12
+ # {suffixes} - the player's suffixes sorted by the highest priority
13
+ # {username-color} - the player's or the group's username color
14
+ # {message-color} - the player's or the group's message color
15
+ #
16
+ # To reload the configuration, run '/lpc reload' command. Make sure you have the 'lpc.reload' permission assigned.
17
+ # More information can be found at https://www.spigotmc.org/resources/68965.
18
+ chat-format: "{prefix}{name}&r: {message-color}{message}"
19
+
20
+ # Set the format per group.
21
+ # Note: Option for more advanced users. Remove comments to run.
22
+ group-formats:
23
+ # default: "[default] {name}&r: {message}"
24
+ # admin: "[admin] {name}&r: {message}"