Blog: 2025-10-06: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "This command java -Dcom.mojang.eula.agree=true -jar paper-server/build/libs/paper-bundler-1.21.9-R0.1-SNAPSHOT-mojmap.jar to run paper server with eula agreed")
 
No edit summary
 
Line 4: Line 4:


to run paper server with eula agreed
to run paper server with eula agreed

This command

./configure --with-features=huge --enable-python3interp --enable-fail-if-missing --with-python3-command=python3.13

to compile vim on mac with python support using homebrew python

Latest revision as of 23:41, 6 October 2025

This command

java -Dcom.mojang.eula.agree=true -jar paper-server/build/libs/paper-bundler-1.21.9-R0.1-SNAPSHOT-mojmap.jar

to run paper server with eula agreed

This command

./configure --with-features=huge --enable-python3interp --enable-fail-if-missing --with-python3-command=python3.13

to compile vim on mac with python support using homebrew python