CommandHelper
CommandHelper copied to clipboard
Rapid scripting and command aliases for Minecraft owners
This topic was discussed on Discord, this issue serves the purpose of not losing the results. ## Desired behavior - MC: Relative to script directory (no change). - Cmdline: Relative...
I don't recall ever encountering this before. ``` [08:11:56] [SerializedPersistenceQueue-2/WARN]: java.io.EOFException [08:11:56] [SerializedPersistenceQueue-2/WARN]: at java.io.ObjectInputStream$PeekInputStream.readFully(Unknown Source) [08:11:56] [SerializedPersistenceQueue-2/WARN]: at java.io.ObjectInputStream$BlockDataInputStream.readUnsignedShort(Unknown Source) [08:11:56] [SerializedPersistenceQueue-2/WARN]: at java.io.ObjectInputStream$BlockDataInputStream.readUTF(Unknown Source) [08:11:56] [SerializedPersistenceQueue-2/WARN]: at java.io.ObjectInputStream.readString(Unknown...
Allowing users to create a prototype for the arguments passed in to cmdline scripts would serve multiple purposes. One, it would allow for self documenting scripts. Two, it would allow...
# Feature request Every now and then I link a MS docs page, and it would be super useful if I could click a section (or a button behind it)...
The icon included in the MethodScript installer is very fuzzy compared to the icon used on the website and on Discord. When making for example `.mse` files executable by `mscript.exe`...
Examples: ``` void 'test' COMPILE ERROR: Unexpected ClassType at :Unknown Source:0.0 ``` ``` void @test COMPILE ERROR: Expected classtype, but received type void instead. at :Unknown Source:0.0 ``` ``` auto...
# Problem MethodScript currently does not have a method to cast to any desired type. This makes it impossible to fully statically type programs such as: ```java mixed @a =...
The search form does not include accessible labels that can be interpreted by a screen reader. 2 violations detected: ```html Default Theme Dark Nilleke Dark ``` ```html ``` Why is...
Using non-recompiled procedures and variables in recompiled scripts throws IncludeException Examples: ``` # test.ms console(_test()) # main.ms proc _test() { console('test') } x_recompile_includes('test.ms') include('test.ms') ms.lang.IncludeException: There was a compile error...
It would be exceedingly nice to be able to just ls and cd into a zip file as if it were a directory. The core code already has support for...