-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiworld Support + Customizable chat formats
- Loading branch information
64FF00
committed
Dec 21, 2014
1 parent
1febbcc
commit a62f502
Showing
5 changed files
with
35 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
--- | ||
chat-format: "<[%group%] %user_name%}> %message%" | ||
# Allows you to use per-world chat formats | ||
# - true / false | ||
enable-multiworld-formats: false | ||
|
||
# A list of all PurePerms groups | ||
groups: | ||
Guest: | ||
default: "[Guest] %user_name% > %message%" | ||
worlds: [] | ||
Admin: | ||
default: "[Admin] %user_name% > %message%" | ||
worlds: [] | ||
Owner: | ||
default: "[Owner] %user_name% > %message%" | ||
worlds: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters