Dylan K. Taylor
a5fc77749f
Added -file (-f) option to start.ps1
...
This allows specifying a PocketMine-MP PHP file to execute (phar or source) to use to run the server, like start.sh. If not specified, auto-detection is used.
2017-12-11 19:40:02 +00:00
Dylan K. Taylor
bdee746e46
Automatically enable ANSI colours on Windows versions that support it
...
Note that stream_isatty() and sapi_windows_vt100_support() are ONLY defined on PHP 7.2, and the latter is only available on Windows.
2017-09-17 19:57:20 +01:00
Dylan K. Taylor
8c363cb571
Added capability to specify arguments to PocketMine.php when running start.ps1
...
Example: .\start.ps1 --disable-ansi --debug.level=2
2017-09-09 18:44:18 +01:00
Dylan K. Taylor
b310959fd1
Added --php parameter to start.ps1
2017-09-05 19:57:38 +01:00
Dylan K. Taylor
3446f68c74
Workaround for PowerShell escape code issue after using git in the same window
...
I don't have any idea why the bug happens. Starting the server in a child PowerShell process resolves the issue.
2017-05-26 13:46:34 +01:00
Dylan K. Taylor
67940ad6ab
Added PowerShell start script with loop capability, mainly useful for Win10 users ( #240 )
2017-01-09 13:16:46 +00:00