Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

Welcome to dfutils.js!

Florian Metz edited this page Aug 7, 2018 · 1 revision

Introduction

Dfutils.js is a Node module used to create plots for the Minecraft server MCDiamondFire.com. It requires you to have the DiamondFire Utilities mod by K_Sasha downloaded. You also need Minecraft Forge installed in order to run the mod.

Installation

  1. Install Node.js here
  2. Type npm init and fill out all of the fields
  3. Create a file named whatever you specified in the entry point field (index.js by default)
  4. Download dfutils.js with npm i dfutils.js
  5. In the file you created, type const plot = require("dfutils.js"); to import the module

Documentation

Player Event

If Player

Clone this wiki locally