✨AzEssentials✨ [1.16x - 1.21x] [Core Commands✅] [TP, Spawn & Kits✅] icon

✨AzEssentials✨ [1.16x - 1.21x] [Core Commands✅] [TP, Spawn & Kits✅] -----

⚙️ All-in-one essentials plugin — homes, warps, kits, teleportation, chat formatting, and server man



AzEssentials
A comprehensive Minecraft essentials plugin with advanced features

AzEssentials is a feature-rich Minecraft plugin that provides essential server management tools, economy system, team management, teleportation, and much more!

✨ Features

Teleportation System
  • Homes - Set multiple personal homes with customizable limits
  • Warps - Server-wide warp points for easy navigation
  • RTP - Random teleportation with biome and world support
  • Spawn - Configurable spawn teleportation
  • Back - Return to previous location after death/teleport

Economy System (requires Vault)
  • Built-in economy with Vault integration
  • Player balances and transactions
  • Configurable currency and starting balance
  • Pay system with tax support
  • Balance leaderboards

Team Management
  • Create and manage teams with custom roles
  • Team chat and communication
  • Team homes and shared resources
  • Team banking system
  • Ranking and scoring system

️ Moderation Tools
  • Gamemode management
  • Player utilities (heal, feed, fly)
  • Teleportation commands
  • Time and weather control
  • Server management tools

️ Flexible Storage
  • YAML - File-based storage (default)
  • SQLite - Lightweight database with enhanced schema
  • MySQL - Full database support
  • MongoDB - NoSQL database option
  • Automatic Schema Migration - Seamless database upgrades

New Features
  • Enhanced Time Control - Complete time management with natural cycle reset
  • Weather Commands - Full weather control including thunderstorms
  • Player-Friendly Permissions - Default access to essential commands
  • Improved Database Compatibility - Better SQLite support with automatic fallback

Commands & Permissions

Command Description Permission Default
/home [name] Teleport to home azessentials.home
/sethome [name] Set a home location azessentials.sethome
/delhome <name> Delete a home azessentials.delhome
/homes List your homes azessentials.homes
/warp <name> Teleport to warp azessentials.warp
/setwarp <name> Create a warp azessentials.setwarp
/delwarp <name> Delete a warp azessentials.delwarp
/warps List all warps azessentials.warps
/rtp Random teleport azessentials.rtp
/spawn Teleport to spawn azessentials.spawn
/setspawn Set spawn location azessentials.setspawn
/back Return to previous location azessentials.back

(requires Vault)[/i]]
Command Description Permission Default
/balance [player] Check balance azessentials.balance
/bal [player] Check balance (alias) azessentials.balance
/pay <player> <amount> Send money azessentials.pay
/baltop [page] Balance leaderboard azessentials.baltop
/eco <give/take/set> <player> <amount> Manage economy azessentials.eco

Command Description Permission Default
/team create <name> Create a team azessentials.team.create
/team invite <player> Invite player azessentials.team.invite
/team join <team> Join a team azessentials.team.join
/team leave Leave team azessentials.team.leave
/team kick <player> Kick member azessentials.team.kick
/team info [team] Team information azessentials.team.info
/team chat <message> Team chat azessentials.team.chat
/team home [name] Team home teleport azessentials.team.home
/team sethome <name> Set team home azessentials.team.sethome
/team bank <deposit/withdraw> <amount> Team banking azessentials.team.bank

Command Description Permission Default
/heal [player] Heal player azessentials.heal
/feed [player] Feed player azessentials.feed
/fly [player] Toggle flight azessentials.fly
/gm <mode> [player] Change gamemode azessentials.gamemode
/tp <player> [target] Teleport players azessentials.teleport
/tphere <player> Teleport here azessentials.teleport.here
/workbench Open crafting table azessentials.workbench
/enderchest Open ender chest azessentials.enderchest
/suicide Kill yourself azessentials.suicide
/azessentials reload Reload config azessentials.reload

Command Description Permission Default
/time day Set time to day azessentials.time
/time night Set time to night azessentials.time
/time morning Set time to morning azessentials.time
/time midnight Set time to midnight azessentials.time
/time sunrise Set time to sunrise azessentials.time
/time sunset Set time to sunset azessentials.time
/time none Reset to natural cycle azessentials.time
/weather sun Set weather to sunny azessentials.weather
/weather rain Set weather to rainy azessentials.weather
/weather thunder Set weather to stormy azessentials.weather

Requirements
  • Minecraft Version: 1.16.5 - 1.20.x
  • Java Version: 8 or higher
  • Server Software: Spigot, Paper, or compatible

Optional Dependencies
  • Vault - Required for economy features
  • PlaceholderAPI - For placeholder support
  • WorldGuard - For region integration

⚙️ Configuration

Basic Setup
Code (Text):

# Storage Configuration
storage:
  # Storage type: YAML, SQLITE, MYSQL, MONGODB
  type: YAML
 
  # Database settings (only used for SQLITE, MYSQL, MONGODB)
  database:
    host: localhost
    port: 3306
    database: azessentials
    username: root
    password: ""

# Economy Settings
economy:
  enabled: true
  starting-balance: 1000.0
  currency-symbol: "$"
  currency-name: "Dollar"
  currency-plural: "Dollars"
  max-balance: 1000000000.0

# Teleportation Settings
teleportation:
  # Teleport delay in seconds
  delay: 3
 
  # Cancel teleport on movement
  cancel-on-move: true
 
  # Teleport costs (requires economy)
  costs:
    home: 0.0
    warp: 10.0
    rtp: 50.0
    spawn: 0.0

# Team Settings
teams:
  # Cost to create a team
  creation-cost: 1000.0
 
  # Maximum members per team
  max-members: 10
 
  # Enable team chat
  team-chat: true
 
Message Customization
Code (Text):

messages:
  # Use & for color codes
  teleport-success: "&aTeleported successfully!"
  insufficient-funds: "&cYou need {amount} to use this command!"
  team-created: "&6Team &e{team} &6created successfully!"
  welcome: "&6Welcome to the server, &e{player}&6!"
 
Color Codes
  • Code (Text):
    &0
    - Black
  • Code (Text):
    &1
    - Dark Blue
  • Code (Text):
    &2
    - Dark Green
  • Code (Text):
    &3
    - Dark Aqua
  • Code (Text):
    &4
    - Dark Red
  • Code (Text):
    &5
    - Dark Purple
  • Code (Text):
    &6
    - Gold
  • Code (Text):
    &7
    - Gray
  • Code (Text):
    &8
    - Dark Gray
  • Code (Text):
    &9
    - Blue
  • Code (Text):
    &a
    - Green
  • Code (Text):
    &b
    - Aqua
  • Code (Text):
    &c
    - Red
  • Code (Text):
    &d
    - Light Purple
  • Code (Text):
    &e
    - Yellow
  • Code (Text):
    &f
    - White
  • Code (Text):
    &l
    - Bold
  • Code (Text):
    &o
    - Italic
  • Code (Text):
    &n
    - Underline
  • Code (Text):
    &m
    - Strikethrough
  • Code (Text):
    &r
    - Reset

Installation
  1. Download the latest AzEssentials.jar
  2. Place it in your server's
    Code (Text):
    plugins/
    folder
  3. (Optional) Install Vault for economy features
  4. Start your server
  5. Configure the plugin in
    Code (Text):
    plugins/AzEssentials/config.yml
  6. Reload with
    Code (Text):
    /azessentials reload

Support
  • Version: 1.1.0
  • File Size: ~210KB
  • Performance: Optimized for minimal server impact
  • Storage: Configurable (YAML/SQLite/MySQL/MongoDB)

Changelog

Version 1.1.0 - Latest
  • Fixed SQLite Database Issues - Resolved schema compatibility problems
  • Enhanced Time Commands - Added
    Code (Text):
    /morning
    ,
    Code (Text):
    /midnight
    ,
    Code (Text):
    /sunrise
    ,
    Code (Text):
    /sunset
    ,
    Code (Text):
    /none
  • Improved Weather System - Added
    Code (Text):
    /thunder
    command support
  • Player-Friendly Permissions - Default access to essential commands (RTP, homes, teams, etc.)
  • Database Schema Migration - Automatic compatibility layer for existing databases
  • Better Error Handling - Improved SQLite fallback mechanisms

Version 1.0.0
  • Initial release with core features
  • Teleportation system (homes, warps, RTP, spawn)
  • Economy integration with Vault
  • Team management system
  • ️ Multi-database support

License
AzEssentials is released under the MIT License.

Made with ❤️ by GamingHuzai
Enjoy your Minecraft server!
Resource Information
Author:
----------
Total Downloads: 13
First Release: Sep 11, 2025
Last Update: Sep 11, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings