Перейти к содержимому
Mineforgian

Noxesium Paper API

A Paper plugin which adds support to interact with Noxesium clients.

Загрузки
65
Подписчики
1
Обновлён
16 июня 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 2 мая 2026 г.

Noxesium Paper API 📃

Noxesium is a client-side Fabric mod which gives server plugins more control over client behavior. This Paper plugin adds an API you can use to manage all interactions with the Noxesium client features.

Features ✏️

The primary method to interact with the API is through its code interface, the source code of which you can find here. You can also control various features through the in-game /noxesium command. Some functionality is exclusively accessible through code.

Commands 🎛️

Here's the currently supported sub-commands of /noxesium:

  • component Configures components on entities or players which lets you control entity behaviors. See the list below for some examples of what components can do.
  • link Opens up a pop-up for the target player to open a URL in a browser.
  • list Shows a list of players using Noxesium and which version they are on.
  • playsound Plays a sound with additional customisable settings such as a time offset, looping, or no attenuation. The code API for this feature can also modify previous sound instances and fade out sound effects.
  • zoom Lets you control the zoom and FOV of a client.

Components 🦌

There's a number of components available for players and entities:

  • Creating custom interactable objects like speed boosters or jump pads.
  • Changing the color of beacon, guardian or end crystal beams.
  • Customise properties of inventory items such as hover sounds, how the item's slot is rendered, and whether you can move the item.
  • Move various movement systems to be controlled by the client such as riptide tridents, elytras, and lunge spears.
  • Prevent clients from using debug features such as GUI hiding, showing hitboxes, and various debug renderers.

... And many more! These can all be changed at any time and tweaked through the command or in code.

Source 8️⃣

You can find the source code for the API here. The API has extensive code comments, no further documentation exists at this time.

Ченджлог

3.2.2Релиз26.1.1, 26.1.2, 26.2 · 16 июня 2026 г.
  • Added new qib components to allow creating custom geysers:
    • Added condition to require not being in creative flight.
    • Added condition to require having a certain momentum value in the X/Y/Z direction.
  • Added new game components to allow customising F3 debug information:
    • Allow customising which types of information are shown, overriding the default restrictions of reducedDebugInfo.
    • Allow hiding the yaw or pitch separately from the coordinates.
  • Fixed registry removals not being synchronized to clients by @xunfengawa in (#184).
  • Fixed other mods throwing exceptions while handling packets interfering with other listeners (#186).
  • Fixed ViaVersion-based backwards compatibility for custom creative mode items.
3.1.0Релиз26.1, 26.1.1, 26.1.2 · 2 мая 2026 г.
  • Initial release on Modrinth

Комментарии

Загружаем…