Helpful systems and libraries for making Skript games, highly inspired by 1bardesign's
batteries.
Get your servers off the ground faster! mib_lib fills out Skript’s feature set with useful systems, utilities for projects any size. Easy to install, use, and to trim down for your project's needs.
Important
A lot of the modules will fail to work if you don't have the required addon list installed.
Please install the latest versions of the following addons:
Examples are kept in the examples folder, Quick, practical scripts showing how to use each module.
To find the functions, Use your editor’s find-in-all function (shift+ctrl+f in vsc) or just browse through the files.
VSkript for VSCode also provides documentation formatting on hover, so I use this when using mib_lib.
I wanted to keep this pure Skript so you can learn from the libraries and easily change whatever you want.
Absolutely. Copy out what you need, or keep the full set for convenience, any dependencies will be listed at the top of the module, under the description.
It's personal preference for me since I work in game engines that use this casing, it’s easier to read in skript files, in my opinion.
No, unless you already had variables under the "-mib_lib::" list, there will be no overriding / deleting of values
This is a Skript library, so any performance impact will be negligible. The real performance bottlenecks in Skript projects usually come from how systems are implemented, not from libraries like this. Every module in mib_lib has been carefully designed with both readability and efficiency in mind.
I aim to keep this approachable and beginner-friendly. PRs welcome for any improvements, or additions!
Raise an issue if something’s unclear, or message mibers on Discord.
- Sovde's "skript-systems"
- 1bardesign's "batteries"