Skip to content

KasperStudios/verifyed-scripts-kashub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Verified Scripts for Kashub

Welcome to the official repository for verified Kashub scripts. This collection powers the in-game marketplace for the Kashub Mod.

If you want your script to be accessible to all users directly inside the mod, you are in the right place!


πŸ“‚ Repository Structure

The repository is organized into two main directories:

  • manifests/: Contains metadata files (.json) describing each script.
  • scripts/: Contains the actual source code files (.kh).

Example Layout

root/
β”œβ”€β”€ manifests/
β”‚   └── auto_miner.json
└── scripts/
    └── auto_miner_v1.kh

πŸš€ How to Submit a Script

We welcome contributions from the community! To add your script to the marketplace, follow these steps:

  1. Fork this repository.
  2. Add your script file (.kh) to the scripts/ folder.
  3. Create a manifest file (.json) in the manifests/ folder (see format below).
  4. Submit a Pull Request.

Manifest Format (example.json)

Your JSON file in manifests/ must follow this structure:

{
  "name": "example script",
  "description": "Write a 'hello world!' in chat for player",
  "author": "kasperenok",
  "version": "1.0.0",
  "script_file": "example.kh",
  "category": "utility",
  "min_mod_version": "0.8.0"
}
  • script_file: Must match the filename in the scripts/ folder exactly.
  • category: Suggested values: utility, pvp, building, fun.

βœ… Verification Process

All submissions are manually reviewed to ensure safety and quality.

  • Scripts containing malicious code or harmful actions will be rejected.
  • Ensure your code is clean and readable.

πŸ”— Useful Links

About

The official collection of verified scripts for the Kashub mod. Want your script in the marketplace? Submit a Pull Request!

Topics

Resources

License

Stars

Watchers

Forks

Contributors