Ore UI Customizer Wiki
General
  • General Information
  • Configs
  • Plugins
  • Themes
  • Add-Ons
  • Marketplace
  • Website
    • General Information
    • Getting Started
  • App
    • General Information
    • Downloading
    • Installing
    • Getting Started
  • CLI
    • General Information
    • Installing
    • Getting Started
Creating Configs
  • Guide
  • Extra
Creating Plugins
  • Guide
    • 1. Plugins Explained
    • 2. Software & Preparation
    • 3. Project Setup
  • Extra
    • Client Scripts
    • Single-File Plugins
Creating Themes
  • Guide
  • Extra
Creating Add-Ons
  • Guide
  • Extra
Meta
  • Useful Links

Video Settings

Theme

Single-File Plugins

Single-File Plugins
  • What Are Single-File Plugins?
  • Limitations
This page is a work in progress.
 
Please help expand and improve it.

WARNING

It is highly recommended to write your plugin as a multi-file plugin rather than a single-file plugin.

What Are Single-File Plugins? ​

This section needs expansion.
 
You can help by expanding it.

Single-file plugins are a single JavaScript file that exports a plugin object containing metadata and a list of actions.

Limitations ​

Here are some limitations of single-file plugins:

  • The plugin cannot be imported by simply double-clicking it.
  • There is a warning before importing it.
  • The plugin script file cannot access the pluginEnv variable.
  • The plugin script file is also run when importing the plugin (the actions are not run until the installations process starts).
Edit Single-File Plugins on GitHub
  • 8crafter.com
  • Discord
  • GitHub Repository