-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bungeecord lag, Now works with bungee handled chat as well
- Loading branch information
Showing
16 changed files
with
702 additions
and
142 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Settings: | ||
#A list of private message commands on your server | ||
#The plugin will attempt to parse placeholder inside these commands. | ||
#This list is in REGEX so you can do some more advanced matches. | ||
CommandsToParse: | ||
- "(?i)/emsg.*" | ||
- "(?i)/msg.*" | ||
- "(?i)/pm.*" | ||
- "(?i)/tell.*" | ||
- "(?i)/r.*" |
Oops, something went wrong.