Skip to content

Sponge plugin to enable Noclipping in non-spectator gamemodes via a client mod.

Notifications You must be signed in to change notification settings

killjoy1221/NoClip

Repository files navigation

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.

About

Sponge plugin to enable Noclipping in non-spectator gamemodes via a client mod.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages