Back to Plugins
EssentialsMiniReload icon

EssentialsMiniReload

Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin

This plugin was imported from Spiget and is currently unclaimed.

Live badges: Downloads badge for EssentialsMiniReload Spigot Downloads badge for EssentialsMiniReload GitHub Stars badge for EssentialsMiniReload License badge for EssentialsMiniReload How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Created by: Spiget Importer

Description

EssentialsMiniReload

EssentialsMiniReload is a modular essentials plugin for modern Minecraft servers. It bundles everyday server tools such as homes, warps, spawn, economy, kits, moderation, private messages, mail, nicknames, backpacks, player utilities, and world controls without needing a large plugin stack.

Requirements

  • Minecraft server with Bukkit/Spigot-compatible API 1.20+
  • Java 17
  • Maven 3.8+ for local builds
  • Paper or Purpur is recommended for production servers

Optional integrations:

Plugin Purpose
Vault Economy support
LuckPerms Permission management
ProtocolLib Extended packet-based features such as skin refreshes

Installation

  1. Download the latest jar from GitHub Releases or build it locally.
  2. Put the jar into your server plugins folder.
  3. Start the server once so the config files are generated.
  4. Configure plugins/EssentialsMini/config.yml.
  5. Restart the server.

Build From Source

mvn clean package

The plugin jar is written to target/. The shaded plugin jar is the normal EssentialsMini-*.jar; ignore original-*.jar.

GitHub Actions

  • Maven Build runs on every push and pull request, builds the Maven project, and uploads the jar as an artifact.
  • Release Latest Jar can be started manually from the Actions tab. It downloads the latest successful Maven Build jar and publishes it to a GitHub Release.

For manual releases, you can provide a tag, release name, branch, draft flag, and prerelease flag. If no tag is provided, the workflow uses the Maven project version.

Storage

EssentialsMiniReload supports multiple storage modes depending on the feature and configuration:

  • YAML files for lightweight local data
  • SQLite
  • MySQL
  • MongoDB

Economy features require Vault and an economy provider.

Command Overview

Teleportation

  • /spawn, /setspawn
  • /home, /sethome, /delhome, /homegui
  • /warp, /setwarp, /delwarp, /warps
  • /back, /top
  • /tpa, /tpahere, /tpaaccept, /tpadeny, /tphereall

Economy

  • /balance, /balancetop
  • /eco
  • /pay
  • /bank

Kits And Items

  • /kits
  • /createkit
  • /item
  • /repair
  • /enchant
  • /renameitem
  • /signitem
  • /playerheads

Moderation

  • /mute, /tempmute, /removetempmute, /muteinfo
  • /muteforplayer
  • /ban, /tempban, /eban, /eunban
  • /globalmute
  • /maintenance
  • /clearchat
  • /silent
  • /srestart

Chat And Player Tools

  • /msg, /r, /spy, /msgtoggle
  • /mail
  • /afk
  • /nick
  • /nicklist
  • /timeplayed
  • /online, /offline

Inventory And Utility

  • /fly, /flyspeed, /walkspeed
  • /gamemode, /godmode
  • /heal, /feed
  • /invsee, /enderchest
  • /backpack, /trash
  • /workbench
  • /sleep

World Control

  • /day, /night
  • /sun, /rain, /thunder
  • /plweather, /resetplweather
  • /pltime, /resetpltime
  • /lightningstrike
  • /firework

Permissions

Permissions use the essentialsmini. prefix.

Examples:

  • essentialsmini.fly
  • essentialsmini.home
  • essentialsmini.kits.<kitname>
  • essentialsmini.item
  • essentialsmini.mute
  • essentialsmini.tempmute
  • essentialsmini.ban

Use essentialsmini.* for broad administrator access where supported by your permission plugin.

Configuration Files

The plugin creates and uses several files in its data folder, including:

  • config.yml
  • language files such as messages_en-EN.yml
  • locations.yml
  • kits.yml
  • mail.yml
  • tempMutes.yml
  • nicks.yml

Back up these files before upgrading on a production server.

Project Info

  • Main class: ch.framedev.essentialsmini.main.Main
  • Maven artifact: EssentialsMini
  • Current project version: 1.0.6.5-1.20.6-HIGHER-RELEASE
  • Website: framedev.ch

License

This project is licensed under the MIT License. See LICENSE.

Author

Developed by FrameDev.

Issues and suggestions are welcome in GitHub Issues.

Minecraft Plugin Badges

Use these badge images in docs, README files, or forum posts.

Badge Guide
Downloads
Downloads badge for EssentialsMiniReload
![Downloads](https://ezbanners.org/shields/plugins/0e462a9c-9844-4516-a2f5-ac7e2d891280/downloads.png)
Spigot Downloads
Spigot Downloads badge for EssentialsMiniReload
![Spigot Downloads](https://ezbanners.org/shields/plugins/0e462a9c-9844-4516-a2f5-ac7e2d891280/spigot-downloads.png)
GitHub Stars
GitHub Stars badge for EssentialsMiniReload
![GitHub Stars](https://ezbanners.org/shields/plugins/0e462a9c-9844-4516-a2f5-ac7e2d891280/github-stars.png)
License
License badge for EssentialsMiniReload
![License](https://ezbanners.org/shields/plugins/0e462a9c-9844-4516-a2f5-ac7e2d891280/license.png)