-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use recently published older version of the library to avoid using ja…
…va 21 on 1.20.4
- Loading branch information
1 parent
d895341
commit 203203c
Showing
7 changed files
with
53 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
plugins { | ||
id("io.github.goooler.shadow") | ||
id("com.github.johnrengelman.shadow") | ||
|
||
`root-plugin` | ||
} | ||
|
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
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
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,5 +1,5 @@ | ||
plugins { | ||
id("io.github.goooler.shadow") | ||
id("com.github.johnrengelman.shadow") | ||
|
||
alias(libs.plugins.run.paper) | ||
|
||
|
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,61 +1,61 @@ | ||
#Minecraft server properties | ||
#Sat Apr 27 12:19:26 EDT 2024 | ||
allow-flight=false | ||
allow-nether=false | ||
broadcast-console-to-ops=false | ||
broadcast-rcon-to-ops=false | ||
debug=false | ||
difficulty=peaceful | ||
enable-command-block=false | ||
#Sat Apr 27 14:28:38 EDT 2024 | ||
enable-jmx-monitoring=false | ||
enable-query=false | ||
enable-rcon=false | ||
enable-status=true | ||
enforce-secure-profile=true | ||
enforce-whitelist=false | ||
entity-broadcast-range-percentage=100 | ||
force-gamemode=false | ||
function-permission-level=2 | ||
level-seed= | ||
rcon.port=25575 | ||
enable-command-block=false | ||
gamemode=survival | ||
generate-structures=true | ||
enable-query=false | ||
generator-settings={} | ||
hardcore=false | ||
hide-online-players=false | ||
initial-disabled-packs= | ||
initial-enabled-packs=vanilla | ||
enforce-secure-profile=true | ||
level-name=world | ||
level-seed= | ||
level-type=minecraft\:normal | ||
log-ips=false | ||
max-chained-neighbor-updates=1000000 | ||
max-players=5 | ||
max-tick-time=60000 | ||
max-world-size=29999984 | ||
motd=A test server | ||
network-compression-threshold=256 | ||
online-mode=true | ||
op-permission-level=4 | ||
player-idle-timeout=0 | ||
prevent-proxy-connections=false | ||
pvp=true | ||
query.port=25565 | ||
rate-limit=0 | ||
rcon.password= | ||
rcon.port=25575 | ||
pvp=true | ||
generate-structures=true | ||
max-chained-neighbor-updates=1000000 | ||
difficulty=peaceful | ||
network-compression-threshold=256 | ||
max-tick-time=60000 | ||
require-resource-pack=false | ||
resource-pack= | ||
resource-pack-id= | ||
max-players=5 | ||
use-native-transport=true | ||
enable-status=true | ||
online-mode=true | ||
allow-flight=false | ||
initial-disabled-packs= | ||
broadcast-rcon-to-ops=false | ||
view-distance=6 | ||
resource-pack-prompt= | ||
resource-pack-sha1= | ||
server-ip= | ||
allow-nether=false | ||
server-port=25565 | ||
enable-rcon=false | ||
sync-chunk-writes=false | ||
resource-pack-id= | ||
op-permission-level=4 | ||
prevent-proxy-connections=false | ||
hide-online-players=false | ||
resource-pack= | ||
entity-broadcast-range-percentage=100 | ||
simulation-distance=10 | ||
player-idle-timeout=0 | ||
rcon.password= | ||
debug=false | ||
force-gamemode=false | ||
rate-limit=0 | ||
hardcore=false | ||
white-list=false | ||
broadcast-console-to-ops=false | ||
spawn-npcs=true | ||
spawn-animals=true | ||
log-ips=false | ||
function-permission-level=2 | ||
initial-enabled-packs=vanilla | ||
level-type=minecraft\:normal | ||
text-filtering-config= | ||
spawn-monsters=true | ||
spawn-npcs=true | ||
enforce-whitelist=false | ||
resource-pack-sha1= | ||
spawn-protection=32 | ||
sync-chunk-writes=false | ||
text-filtering-config= | ||
use-native-transport=true | ||
view-distance=6 | ||
white-list=false | ||
max-world-size=29999984 |