-
-
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.
- Loading branch information
1 parent
25e50f2
commit d895341
Showing
6 changed files
with
52 additions
and
52 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("com.github.johnrengelman.shadow") | ||
id("io.github.goooler.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
plugins { | ||
id("com.github.johnrengelman.shadow") | ||
id("io.github.goooler.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 | ||
#Thu Apr 25 18:23:54 EDT 2024 | ||
enable-jmx-monitoring=false | ||
rcon.port=25575 | ||
level-seed= | ||
gamemode=survival | ||
#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 | ||
enable-jmx-monitoring=false | ||
enable-query=false | ||
generator-settings={} | ||
enable-rcon=false | ||
enable-status=true | ||
enforce-secure-profile=true | ||
level-name=world | ||
motd=A test server | ||
query.port=25565 | ||
pvp=true | ||
enforce-whitelist=false | ||
entity-broadcast-range-percentage=100 | ||
force-gamemode=false | ||
function-permission-level=2 | ||
gamemode=survival | ||
generate-structures=true | ||
generator-settings={} | ||
hardcore=false | ||
hide-online-players=false | ||
initial-disabled-packs= | ||
initial-enabled-packs=vanilla | ||
level-name=world | ||
level-seed= | ||
level-type=minecraft\:normal | ||
log-ips=false | ||
max-chained-neighbor-updates=1000000 | ||
difficulty=peaceful | ||
network-compression-threshold=256 | ||
max-tick-time=60000 | ||
require-resource-pack=false | ||
use-native-transport=true | ||
max-players=5 | ||
max-tick-time=60000 | ||
max-world-size=29999984 | ||
motd=A test server | ||
network-compression-threshold=256 | ||
online-mode=true | ||
enable-status=true | ||
allow-flight=false | ||
initial-disabled-packs= | ||
broadcast-rcon-to-ops=false | ||
view-distance=6 | ||
server-ip= | ||
resource-pack-prompt= | ||
allow-nether=false | ||
server-port=25565 | ||
enable-rcon=false | ||
sync-chunk-writes=false | ||
resource-pack-id= | ||
op-permission-level=4 | ||
player-idle-timeout=0 | ||
prevent-proxy-connections=false | ||
hide-online-players=false | ||
pvp=true | ||
query.port=25565 | ||
rate-limit=0 | ||
rcon.password= | ||
rcon.port=25575 | ||
require-resource-pack=false | ||
resource-pack= | ||
entity-broadcast-range-percentage=100 | ||
resource-pack-id= | ||
resource-pack-prompt= | ||
resource-pack-sha1= | ||
server-ip= | ||
server-port=25565 | ||
simulation-distance=10 | ||
rcon.password= | ||
player-idle-timeout=0 | ||
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 | ||
enforce-whitelist=false | ||
spawn-npcs=true | ||
spawn-protection=32 | ||
resource-pack-sha1= | ||
max-world-size=29999984 | ||
sync-chunk-writes=false | ||
text-filtering-config= | ||
use-native-transport=true | ||
view-distance=6 | ||
white-list=false |