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 downloads42 views
author's profile afirst child cssvatar
Created by
TheonlyTazz (gcatkjspkgs)
Available for
ForgeFabric1.161.181.191.20
Depends on
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 downloads64 viewsby gcatkjspkgs
README file

Not Neat

kjspkg-available

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

Funni

YOU_DONT_HAVE_NEAT_STAGE