ByteSkript
ByteSkript copied to clipboard
A compiled JVM language based on 'Skript'.
**Is your feature request related to a problem? Please describe.** Currently, properties **must** be valid ByteSkript identifiers. For most properties, this is fine, but consider something like the `last login...
**Is your feature request related to a problem? Please describe.** Currently all events, functions, etc require a `trigger:` section to execute the code. Even if the `trigger:` section is the...
**Is your feature request related to a problem? Please describe.** In its current state, the `requiresMainThread` setting for expressions is never respected. In fact, the term "requiresMainThread" only occurs twice...
**Describe the bug** Compiled jars don't run and just give an error. **To Reproduce** Steps to reproduce the behavior: 1. Create a bsk file and write some code. I've used...
This PR fixes an issue where the run-time would attempt to load a class from compiler libraries even when no compiler was present, causing a null pointer exception.