Add resolution command #40

Merged
mcplayer3 merged 3 commits from Pre-Alpha-3.0.0 into Pre-Alpha-3.0.0 2025-09-23 09:34:00 +00:00
Showing only changes of commit 5247af2141 - Show all commits
+9
View File
@@ -0,0 +1,9 @@
Usage: res [FLAGS]
Gets or sets the current resolution.
FLAGS* Specifies extra options when executing the command.
[no flags] Displays the current and maximum resolution.
-x [number*] Displays the current and maximum resolution on the x-axis.
A new x-axis resolution can be specified as a number.
-y [number*] Displays the current and maximum resolution on the y-axis.
A new y-axis resolution can be specified as a number.