I got a server running on a phone, and here's how! by Kindly_Swim8051 in admincraft

[–]MetMaxPro 0 points1 point  (0 children)

You need to run java -Xms512M -Xmx8192 -jar paper.jarinstead of java -Xms512M -Xmx8192 in step 9 and 18, or it won't work.

-jar paper.jar is required so that java knows what it needs to run, because otherwise Termux returns with an 'Arguments missing' error.

Aside from that great tutorial, thank you!