https://github.com/mattmess1221/noclip
Sponge plugin to enable Noclipping in non-spectator gamemodes via a client mod.
https://github.com/mattmess1221/noclip
kotlin sponge-plugin
Last synced: 10 months ago
JSON representation
Sponge plugin to enable Noclipping in non-spectator gamemodes via a client mod.
- Host: GitHub
- URL: https://github.com/mattmess1221/noclip
- Owner: mattmess1221
- Created: 2017-07-25T02:37:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T05:11:05.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T16:14:47.937Z (about 1 year ago)
- Topics: kotlin, sponge-plugin
- Language: Kotlin
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoClip
Enables NoClip on a sponge server via a client mod.
Get the mod [here](https://github.com/killjoy1221/NoClip-client)
## Installing
Copy the jar and depedencies into the `/mods/` folder.
## Dependencies
These plugins are required for proper functionality.
| Plugin | Reason |
|-----------------------------------------------------------|--------------|
|[Spotlin](https://ore.spongepowered.org/pxlpowered/Spotlin)|Kotlin library|
|[PacketGate](https://github.com/CrushedPixel/PacketGate) |Packet events |
## Default Config
The config is located at `/config/noclip.conf`
```hocon
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.