Skip to content

Commit c700325

Browse files
committed
[ci skip] revert command size limit to vanilla for test server
1 parent 17e063a commit c700325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paper-server/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ fun TaskContainer.registerRunTask(
280280
systemProperty("disable.watchdog", true)
281281
}
282282
systemProperty("io.papermc.paper.suppress.sout.nags", true)
283+
systemProperty("paper.maxChatCommandInputSize", 32767)
283284

284285
val memoryGb = providers.gradleProperty("paper.runMemoryGb").getOrElse("2")
285286
minHeapSize = "${memoryGb}G"

0 commit comments

Comments
 (0)