Appearance
Runtime Environment
Available Libraries
The following standard libraries are available in the global environment:
| Library | Description |
|---|---|
string | String manipulation |
table | Table manipulation |
math | Mathematical functions |
bit32 | Bitwise operations |
coroutine | Co-routines support |
Global Functions
In addition to the libraries above, standard Lua globals like print, type, pairs, ipairs, next, tostring, tonumber, is_instance, etc., are available.
Global Tables
Neon Next provides several client-specific global tables:
| Table | Description |
|---|---|
client | Game client utilities (FPS, time, sounds, etc.) |
neon | Neon functionality (features, commands) |
mc | Direct access to the Minecraft client instance (Java object) |
network | Utilities for interacting with network packets |
http | HTTP request utilities |
java | Utilities for interacting with Java |
