forked from GeyserMC/Geyser
Merge branch 'master' into plugin
This commit is contained in:
commit
c4857c6a54
3 changed files with 8 additions and 2 deletions
|
@ -75,7 +75,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.steveice10</groupId>
|
||||
<artifactId>mcprotocollib</artifactId>
|
||||
<version>1.15.1-1-SNAPSHOT</version>
|
||||
<version>1.15.2-1-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
|
@ -20,7 +20,7 @@ remote:
|
|||
address: 127.0.0.1
|
||||
# The port of the remote (Java Edition) server
|
||||
port: 25565
|
||||
# Authentication type. Can be offline, online, or floodgate (see the wiki).
|
||||
# Authentication type. Can be offline, online, or floodgate (see https://github.com/GeyserMC/Geyser/wiki/Floodgate).
|
||||
auth-type: online
|
||||
|
||||
# Floodgate uses encryption to ensure use from authorised sources.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue