Skip to content

Source Files for the ScriptCraft cellar-dweller example Module

Notifications You must be signed in to change notification settings

jjromphf/scriptcraft-cellar-dweller-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scriptcraft-cellar-dweller-mod

To Install the event-dispatcher Module

Download the latest release

Unzip and copy event-dispatcher.jar to [your-spigotmc-directory]/plugins and copy the event-dispatcher folder to [your-scriptcraft-directory]/modules to support both native and ScriptCraft events.

Import the event-dispatcher module via the require module:

var EventDispatcher = require('event-dispatcher');

To install the example cellar-dweller Module

Download the latest release

Unzip and copy the cellar-dweller folder to [your-scriptcraft-directory]/modules

Import the cellar-dweller module via the require module:

var CellarDwellar = require('cellar-dweller');

About

Source Files for the ScriptCraft cellar-dweller example Module

Resources

Stars

Watchers

Forks

Packages

No packages published