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.
- Download the plugin from SpigotMC.
- Place the jar in the
pluginsfolder of your server. - Restart your server.
- User Guide – Getting started and common scenarios
- Commands Reference – Complete list of all commands
- Configuration Guide – Detailed configuration options
You can find the support Discord server here.
Please fill out a bug report here.
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.
You can test changes to the plugin using a local Spigot or Paper server.
- Build the plugin:
mvn clean package - Locate the built JAR in the
targetdirectory. - Copy the JAR into the
pluginsfolder of your local Minecraft server. - Start or restart your server to load the updated plugin.
- Make your code changes.
- Rebuild the plugin:
mvn clean package - Replace the existing JAR in the
pluginsfolder with the newly built JAR. - Restart or reload your server to apply changes.
| Name | Main Contributions |
|---|---|
| Daniel Stephenson | Original author and primary developer |
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.
This project is in active development.
You can view the bStats page for the plugin here.
See CHANGELOG.md for a release-by-release summary of changes.