Skip to content

Latest commit

 

History

History
107 lines (62 loc) · 2.96 KB

File metadata and controls

107 lines (62 loc) · 2.96 KB

Dan's Essentials

Description

Dan's Essentials is a Minecraft plugin that provides a collection of miscellaneous utility commands for server operators and players, including fly toggles, gamemode switching, broadcasting, muting, inventory management, warp signs, and more.

Installation

First Time Installation

  1. Download the plugin from SpigotMC.
  2. Place the jar in the plugins folder of your server.
  3. Restart your server.

Usage

Documentation

Wiki & Additional Resources

Support

You can find the support Discord server here.

Experiencing a bug?

Please fill out a bug report here.

Contributing

Testing

Build Verification

There are currently no automated unit tests configured. Run:

Linux:

mvn clean package

Windows:

mvn clean package

If you see BUILD SUCCESS, the plugin compiled successfully. No automated tests will run until a test framework is added to pom.xml.

Development

Local Test Server

You can test changes to the plugin using a local Spigot or Paper server.

Setup

  1. Build the plugin: mvn clean package
  2. Locate the built JAR in the target directory.
  3. Copy the JAR into the plugins folder of your local Minecraft server.
  4. Start or restart your server to load the updated plugin.

Iterating on Changes

  1. Make your code changes.
  2. Rebuild the plugin: mvn clean package
  3. Replace the existing JAR in the plugins folder with the newly built JAR.
  4. Restart or reload your server to apply changes.

Authors and Acknowledgement

Developers

Name Main Contributions
Daniel Stephenson Original author and primary developer

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0).

You are free to use, modify, and distribute this software, provided that:

  • Source code is made available under the same license when distributed.
  • Changes are documented and attributed.
  • No additional restrictions are applied.

See the LICENSE file for the full text of the GPL-3.0 license.

Project Status

This project is in active development.

bStats

You can view the bStats page for the plugin here.

Changelog

See CHANGELOG.md for a release-by-release summary of changes.