Skip to content

PinkDiamond1/opcraft-plugins

 
 

Repository files navigation

OPCraft plugins

Getting started

  1. Clone this repo
  2. Run yarn && yarn start at the root
  3. Open OPCraft (opcraft.mud.dev) and press ; to open the plugin menu
  4. Paste http://localhost:8000 in the input field, press Add plugin registry
  5. Tick the checkmark to load plugins from the registry

Develop a plugin

  1. Add a new folder in plugins with your plugin code
  2. Restart the development server (see above) to index your new plugin
  3. Develop and test your plugin locally
  4. Open a PR to this repo to make the plugin available in the default plugin registry (opcraft-plugins.mud.dev)

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%