starscript icon indicating copy to clipboard operation
starscript copied to clipboard

Fast text formatting language for Java.

Results 14 starscript issues
Sort by recently updated
recently updated
newest added

keywords always have priority over variable names in the lexer, therefore we should enforce this constraint by preventing the creation of variables with keywords as names

At the bottom of the home page on the wiki, there is a link to the StandardLib for standard variables, the link no longer works, the link should be: https://github.com/MeteorDevelopment/starscript/blob/master/src/main/java/org/meteordev/starscript/StandardLib.java

smth so you can return early like `{player.get_item(38) != null && player.get_item(38).name != "Elytra" ? break : ""}`

Right now there is player.xp.total, which tells you the xp you have towards the next level, but it would be nice to have the actual total xp including all levels...