CommandHelper icon indicating copy to clipboard operation
CommandHelper copied to clipboard

Rapid scripting and command aliases for Minecraft owners

Results 81 CommandHelper issues
Sort by recently updated
recently updated
newest added

```java yml_decode('test: 2022-07-01T18:30:00+02:00') ``` results in ``` Uh oh! You've found an error in Core. This happened while running your code, so you may be able to find a workaround,...

bug

When having variable declarations in a script where that variable might never be assigned to, then an incorrect `Using undefined variable: @var` runtime error is given if that declaration is...

bug

The purpose of this PR is to add function signature implementations to existing functions, replacing `getReturnType()` overrides where possible. A few function signatures will be added to this PR every...

CMDHELPER-2915 - Reported by ACzChef Right now functions have to pass in a string for their docs, that then later gets parsed into usable data. My suggestion is to have...

engineering
documentation

Currently, when doing color() with an RGB value, this is simply stripped from the output. However, we should be able to do some color math to find the closest applicable...

feature request

Did anyone ever use trigger? Following PR fixes almost everything not event-specific in the whole trigger system. It allows the usage of trigger again. Fixes done: Fixing 4 inconsistent events...

Some way to load and maybe save NBT structures to the same place that structure blocks save and load them from. Or load the NBT files from any file location...

feature request