File tree Expand file tree Collapse file tree
plugins/FastAsyncWorldEdit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# Discord: https://discord.gg/papermc
1414# Website: https://papermc.io/
1515
16- _version : 30
16+ _version : 31
1717anticheat :
1818 obfuscation :
1919 items :
@@ -43,7 +43,6 @@ chunk-loading-basic:
4343 player-max-chunk-load-rate : 100.0
4444 player-max-chunk-send-rate : 75.0
4545chunk-system :
46- gen-parallelism : enabled
4746 io-threads : -1
4847 worker-threads : -1
4948collisions :
8584 chat-executor-max-size : -1
8685 client-interaction-leniency-distance : default
8786 compression-level : default
87+ enable-nether : true
8888 lag-compensate-block-breaking : true
8989 load-permissions-yml-before-plugins : false
9090 max-joins-per-tick : 5
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ entities:
124124 player-insomnia-start-ticks : 72000
125125 should-remove-dragon : false
126126 spawner-nerfed-mobs-should-jump : false
127+ stuck-entity-poi-retry-delay : 200
127128 zombie-villager-infection-chance : default
128129 zombies-target-turtle-eggs : false
129130 markers :
@@ -291,23 +292,21 @@ max-growth-height:
291292 cactus : 3
292293 reeds : 3
293294misc :
295+ allow-remote-ender-dragon-respawning : false
294296 alternate-current-update-order : HORIZONTAL_FIRST_OUTWARD
295297 disable-end-credits : true
296298 disable-relative-projectile-velocity : false
297299 disable-sprint-interruption-on-attack : false
298300 legacy-ender-pearl-behavior : false
299301 max-leash-distance : 10.0
300302 redstone-implementation : ALTERNATE_CURRENT
301- shield-blocking-delay : 5
302303 show-sign-click-command-failure-msgs-to-player : true
303304 update-pathfinding-on-block-update : false
304305scoreboards :
305306 allow-non-player-entities-on-scoreboards : true
306307 use-vanilla-world-scoreboard-name-coloring : false
307308spawn :
308309 allow-using-signs-inside-spawn-protection : false
309- keep-spawn-loaded : false
310- keep-spawn-loaded-range : 10
311310tick-rates :
312311 behavior :
313312 villager :
Original file line number Diff line number Diff line change 11# These first 6 aren't configurable
22issues : " https://github.com/IntellectualSites/FastAsyncWorldEdit/issues"
33wiki : " https://intellectualsites.github.io/fastasyncworldedit-documentation/"
4- date : " Tue Aug 26 00:00:00 BRT 2025"
5- build : " https://ci.athion.net/job/FastAsyncWorldEdit/1137 "
6- commit : " https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/fa133cb2 "
4+ date : " Thu Nov 13 00:00:00 BRT 2025"
5+ build : " https://ci.athion.net/job/FastAsyncWorldEdit/1195 "
6+ commit : " https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/fc7afba1 "
77platform : " Bukkit"
88# Set true to enable WorldEdit restrictions per region (e.g. PlotSquared or WorldGuard).
99# To be allowed to WorldEdit in a region, users need the appropriate
Original file line number Diff line number Diff line change 88 "type" : " fill" ,
99 "endpoint" : " https://fill.papermc.io" ,
1010 "project" : " paper" ,
11- "version" : " 1.21.8 "
11+ "version" : " 1.21.10 "
1212 },
1313 "plugins" : {
1414 "external" : {
4747 "mods/PaperMixins.jar" : {
4848 "type" : " zip" ,
4949 "skip_404" : true ,
50- "url" : " https://nightly.link/kaboomserver/papermixins/workflows/build/1.21.7 /Artifacts.zip" ,
50+ "url" : " https://nightly.link/kaboomserver/papermixins/workflows/build/1.21.10 /Artifacts.zip" ,
5151 "extract" : " paper-mixins-master.jar"
5252 },
5353 "plugins/CommandSpy.jar" : {
Original file line number Diff line number Diff line change 11# Minecraft server properties
2- # Wed Jan 29 00:00:00 UTC 2025
2+ # Wed Oct 08 00:00:00 UTC 2025
33accepts-transfers =true
44allow-flight =true
5- allow-nether =true
65broadcast-console-to-ops =true
76broadcast-rcon-to-ops =true
87bug-report-link =
98debug =false
109difficulty =easy
11- enable-command-block = true
10+ enable-code-of-conduct = false
1211enable-jmx-monitoring =false
1312enable-query =true
1413enable-rcon =false
@@ -29,6 +28,7 @@ level-name=world
2928level-seed =
3029level-type =minecraft\:normal
3130log-ips =true
31+ management-server-enabled =false
3232max-chained-neighbor-updates =500
3333max-players =0
3434max-tick-time =30000
@@ -40,7 +40,6 @@ op-permission-level=4
4040pause-when-empty-seconds =60
4141player-idle-timeout =0
4242prevent-proxy-connections =false
43- pvp =true
4443query.port =25565
4544rate-limit =0
4645rcon.password =
@@ -54,10 +53,8 @@ resource-pack-sha1=
5453server-ip =
5554server-port =25565
5655simulation-distance =5
57- spawn-animals =true
58- spawn-monsters =true
59- spawn-npcs =true
6056spawn-protection =0
57+ status-heartbeat-interval =0
6158sync-chunk-writes =false
6259text-filtering-config =
6360text-filtering-version =0
You can’t perform that action at this time.
0 commit comments