Skip to content

Commit

Permalink
Fixed bungeecord lag, Now works with bungee handled chat as well
Browse files Browse the repository at this point in the history
  • Loading branch information
LOOHP committed Sep 14, 2020
1 parent acf43a8 commit fd0fe7e
Show file tree
Hide file tree
Showing 16 changed files with 702 additions and 142 deletions.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>InteractiveChat</groupId>
<artifactId>InteractiveChat</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
Expand Down Expand Up @@ -136,6 +136,13 @@
<version>1.0</version>
<systemPath>${basedir}/lib/spigot-1.16.1.jar</systemPath>
</dependency>
<dependency>
<groupId>bungeecord-proxy-1.16-R0.4-SNAPSHOT</groupId>
<artifactId>bungeecord-proxy-1.16-R0.4-SNAPSHOT</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${basedir}/lib/bungeecord-proxy-1.16-R0.4-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions src/bungeeconfig.yml
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.*"
Loading

0 comments on commit fd0fe7e

Please sign in to comment.