Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.06 KB

NoClip

Enables NoClip on a sponge server via a client mod.

Get the mod here

Installing

Copy the jar and depedencies into the /mods/ folder.

Dependencies

These plugins are required for proper functionality.

Plugin Reason
Spotlin Kotlin library
PacketGate Packet events

Default Config

The config is located at /config/noclip.conf

noclip {
    # Set to true to not announce no-clip presence to players without permission.
    hideFromPlayers=false
}

Permissions

There is currently only one permission.

  • noclip.noclip - allows noclip use

Technical Internals

The plugin uses a raw plugin channel named NOCLIP. The channel contains a single value of boolean type. If it is true, noclipping will be enabled. If it is false, it will be disabled.