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
Spoiler: Teleportation Commands
/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
✅
Spoiler: Economy Commands [i
(requires Vault)[/i]]
/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
❌
Spoiler: Team Commands
/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
✅
Spoiler: ️ Utility Commands
/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
❌
Spoiler: Time & Weather Commands
/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
- Black
- Dark Blue
- Dark Green
- Dark Aqua
- Dark Red
- Dark Purple
- Gold
- Gray
- Dark Gray
- Blue
- Green
- Aqua
- Red
- Light Purple
- Yellow
- White
- Bold
- Italic
- Underline
- Strikethrough
- Reset
Installation
Download the latest AzEssentials.jar
Place it in your server's
folder
(Optional) Install Vault for economy features
Start your server
Configure the plugin in
Code (Text):
plugins/AzEssentials/config.yml
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
,
,
,
,
✅ Improved Weather System - Added
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!