Techcraft7

Results 6 issues of Techcraft7

Modify `Utils.AsString` to convert `[1, 2, 3]` -> `new object[]{1,2,3}`

enhancement

# Description All system constants (`PI`, `E`, `YELLOW`, etc.) should not be assignable. ## Implementation 1. add token `const` (keyword) 2. modify `AssignmentNode` or create a `ConstAssignmentNode` 3. modify `ExpressionType`...

feature

# Help 7Sharp out by helping us find bugs before the next release! If you find a bug, please create an issue with the `Bug report` template! ## Please don't...

help wanted
good first issue

I was looking for the enchantment names in the api reference, but cannot find them. Does anyone have a list of the enchantment names (for bukkit/spigot)

This is a fix for #1037

Please add a readme so i know what this repo is about ;)