OpenJS-docs
Download plugin
  • Overview
    • Welcome
  • Getting Started
    • Installing the plugin
    • Configuration file
    • Commands
    • Creating scripts
  • OpenJS Components
    • Feature Flags
    • Managing scripts within scripts
    • Sharing variables between scripts
    • Custom Commands
    • Using PlaceHolderApi
    • Listening and cancelling events
    • Custom events
    • Loading and saving data
    • Logging in console
    • Scheduling
    • Java imports
  • Example Scripts
    • spawn hit stand command
    • Knockbackstick command
    • No hit-cooldown script
    • NoBlockPlacing script
    • Saving Player data script
    • running code asynchronously
    • WhileTrue do script
Powered by GitBook
On this page
  1. Overview

Welcome

NextInstalling the plugin

Last updated 5 days ago

This wiki will guide you on how to create JavaScript scripts, what features are available, how to achieve plugin-like functionality using scripts alone, how to utilize the pre-installed components provided by OpenJS and how to install the OpenJS plugin.

Overview

Getting Started

  • Pages containing information on how to get started with scripting in OpenJS

Developer Guides

  • Pages documenting important components and providing information on how to create complex systems

Example Scripts

  • A page containing example scripts to help you understand how to create complex systems and use OpenJS with ease

Getting Started
OpenJS Components
Example Scripts
Page cover image