[I discontinued this project long ago, just forgot to post about it. It will no longer be updated.]
Roblox Package Manager
Roblox Package Manager [RPM] is a package system that allows you to easily download and publish packages to and from an immense workshop of open-source packages!
DISCLAIMER:
I am NOT responsible for any malicious code that you may insert into your game! I try my best to moderate the packages, but I am only one person so it takes time for me to delete malicious packages!
Links
Roblox plugin: [RPM] Roblox Package Manager - Roblox
Github Page: Roblox Package Manager | Roblox-RPM (madonox.github.io)
Creating a package
In order to create a package, you must first install the DemoPackage. This can be done by opening the plugin, going to Install Package, and entering in DemoPackage.
Once you’ve installed the package, you may begin editing it as you like!
package.rpm file:
The package.rpm file is basically your package’s config file. While the file is Work In Progress, you can change properties in there such as package name.
NOTE: package name is what your package will be called when published!
return {
["packageName"] = "DemoPackage";
["dependencies"] = {};
}
Upcoming features:
- Ability to edit pre-existing packages.
- Better data upload methods.
- Bug fixes.
- Optimizations.
- Possible malicious code filter.
- And much more!
NOTICE: This plugin is brand new! Please expect their to be some bugs!
Latest update:
- Support for individual servers!
- Ability to create Server, Module, and Local scripts! Please note: local scripts are still buggy, there’s a chance the plugin will make them into server scripts instead.
PSA: All accounts created before 10/9/2021 were deleted. This is because I have created a new account manager, which will help greatly improve the issues seen in the past.
It is highly advised to check for updates often, as there will most likely be major bug fixes coming soon, as well as automatically downloading certain upload files, such as the package uploader.