Script Encryption
By default, script source code can be read and modified by anyone who has access to the file. Encryption protects your scripts by ensuring the source remains unreadable — the client decrypts the script at runtime automatically.
Encrypting a script
Use the Orchid bot in the customer Discord to encrypt your script:
/encrypt <script.java>Upload your .java file when prompted. The bot will return an encrypted version ready for distribution.
TIP
A video walkthrough of the encryption process is available here.