Not Neat
A script that allows you to hide the neat tooltip depending on the game stages the player has. Docs: https://github.com/gcatkjspkgs/not-neat/blob/main/README.md 0 downloads
•
42 views
- Created by
- TheonlyTazz (gcatkjspkgs)
- KJSPKG Compat Layer
- KJS package
- Package preview
- A KJSPKG library that simplifes making packages for both KubeJS 6 and Legacy. This is a library, it doesn’t do anything by itself. Docs: https://github.com/gcatkjspkgs/kjspkg-compat-layer 4 downloads • 64 views • by gcatkjspkgs
Not Neat
Usage
// To enable neat, just add the "neat" stage to a player
event.player.stages.add('neat') // in some event
// To disable neat, remove the "neat" stage from a player
event.player.stages.remove('neat') // also in some event