Essentials icon

Essentials -----

Provides Economy, Homes, etc.




able to see each other on vanish
----------, Feb 13, 2025

added disable-pistons
patched disable redstone {only redstone + observer}
Code (YAML):

fire
:
  disable-fire-spread
: true
  disable-lava-fire-spread
: true
physics
:
  disable-pistons
: false
  disable-redstone
: false
  disable-sculk
: false
  disable-vault
: false
----------, Feb 8, 2025

for physics.disable-redstone
patched redstone torch setLit false
----------, Feb 7, 2025

supports Not Enough Items mod when cheat enable {creative}
----------, Feb 7, 2025

patched to use format from config for url
----------, Feb 7, 2025

this class update added isURL(String message)
which is for player send message event
if it is url it will cancel unless player has the permission

- essentials.event.chat.url
----------, Feb 5, 2025

invulnerable command, toggle invulnerable only creative able to damage you
lightning command, strike lightning on target block or target player
message.yml updated
permissions
- essentials.command.invulnerable
- essentials.command.lightning
----------, Feb 5, 2025

patched plugin.yml
added:
essentials.command.whisper.notify
essentials.command.points.add
essentials.command.points.pay
essentials.command.points.remove
essentials.command.points.set
essentials.command.points.top
----------, Feb 4, 2025

vault extra changed class named from userHandler to > userService
these services can be useful for other developers
remember to check points updates for message.yml changes
----------, Feb 3, 2025

default message.yml can be found on Documentation
or copy from here
Code (YAML):

  nickname
:
    self
: '&6You changed your nickname to&f {0 }'
    sender
: '&6You changed&f {0 }&6 nickname to&f {1 }'
    exempt
: '&cYou are not allowed to change nickname for&f {0 }'
  pay
:
    target
: '&6You received&a {0 }&6 from&f {1 }'
    sender
: '&6You paid&f {0 }&a {1 }'
    insufficient-funds
: '&cYou do not have&a {0 }&c to pay&f {1 }'
    minimum-payment
: '&cYou have to at least pay&a {0 }'
    self
: '&cYou can not pay your self'
  points
:
    self
: '&6Points&f:&b {0 }'
    top
:
      title
: '&6Top 10 Points:'
      listed
: '&6 {0 }&f {1 }&b {2 }'
    check
: ' {0 }&6 has&b {1 }&6 points'
    add
: '&6You added&b {0 }&6 points to&f {1 }'
    remove
:
      success
: '&6You removed&b {0 }&6 points from&f {1 }'
      insufficient-points
: ' {0 }&c does not have&b {1 }&c points'
    set
: '&6You set&b {0 }&6 points to&f {1 }'
    pay
:
      success
: '&6You paid&f {0 }&b {1 }&6 points'
      insufficient-points
: '&cYou do not have&b {0 }&c points'
----------, Feb 3, 2025

patched where commands for points returned false
check last update for message.yml update
----------, Feb 3, 2025

for VaultExtra 1.0.5 supports essentials points
message.yml updated under pay command
Code (YAML):
 pay:
    target
: '&6You received&a {0 }&6 from&f {1 }'
    sender
: '&6You paid&f {0 }&a {1 }'
    insufficient-funds
: '&cYou do not have&a {0 }&c to pay&f {1 }'
    minimum-payment
: '&cYou have to at least pay&a {0 }'
    self
: '&cYou can not pay your self'
  points
:
    self
: '&6Points&f:&b {0 }'
    top
:
      title
: '&6Top 10 Points:'
      listed
: '&6 {0 }&f {1 }&b {2 }'
    check
: ' {0 }&6 has&b {1 }&6 points'
    add
: '&6You added&b {0 }&6 points to&f {1 }'
    remove
:
      success
: '&6You removed&b {0 }&6 points from&f {1 }'
      insufficient-points
: '&fYou removed&b {0 }&6 points from&f {1 }'
    set
: '&6You set&b {0 }&6 points to&f {1 }'
    pay
:
      success
: '&6You paid&f {0 }&b {1 }&6 points'
      insufficient-points
: '&cYou do not have&b {0 }&c points'
----------, Feb 3, 2025

these messages are for chunk limit
Code (YAML):
events:
  vanish
: '&6&lVanish&f : {0 }'
  breed
: ' {0 }&c has reached chunk limit of&f {1 }'
  entity-place
: ' {0 }&c has reached chunk limit of&f {1 }'
----------, Feb 3, 2025

higher weight higher listed on tab
patched where ordered was reversed
upload_2025-2-1_1-28-35.png
----------, Feb 1, 2025

moved getWeightedPlayers to luckpermsprovider class
more info on GitHub
nothing changed for files
----------, Jan 31, 2025

patched tablist weight
little complicated to explain, was using weight to set order
this has been patched more info on GitHub
tablist orders from 0 to above by ordered weight
----------, Jan 31, 2025

if using luckperms, tablist will sort by weights
----------, Jan 31, 2025

sets death location first on player death event
----------, Jan 30, 2025

vault extra uses entity, user, warps and worth interfaces
levels for entities updated
using "type" instead of "item" for the levels section for entity files
default entity file can be found on Documentation
----------, Jan 27, 2025

patched entity levels
sorts highest to lowest level chance
nothing changed for files
----------, Jan 25, 2025

sword sweep attack i think its called its patched
entity level scale added min and max
example:
Code (YAML):
 default:
    chance
: 1.00
    health
: 20.0
    scale
:
      min
: 0.25
      max
: 0.50
    main-hand
:
      item
: air
      amount
: 1
      drop-chance
: 0.25
----------, Jan 25, 2025

pvp api allows to change pvp for offlinePlayer/player
----------, Jan 22, 2025

removed services manager since it just adds only one service
using getserver.getservicemanager instead
removed isTamed | getOwner for entityHandler for tamed entity
this function was unnecessary, since there is Tameable
gitHub updated to latest
----------, Jan 22, 2025

added file.exception:
Code (YAML):
error:
  file
:
    exception
: '&cUnable to save&f {0 }&c please try again!'
  target
:
    offline
: ' {0 }&c is currently offline'
    invalid
: ' {0 }&c has never joined'
----------, Jan 22, 2025

patched world named had % at the end for
notify block break, block place and bucket place
----------, Jan 21, 2025

using main plugin reload for config.yml
----------, Jan 20, 2025

added economyHandler class
----------, Jan 20, 2025

changed
Code (YAML):
# from
physics
:
  disable-sculk-sensor
: false
# to
physics
:
  disable-sculk
: false
nothing changed if you added from last update
----------, Jan 17, 2025

physics section update
Code (YAML):
physics:
  disable-redstone
: false
  disable-sculk
: false
  disable-vault
: false
patched where vault and sculk was disabled by redstone if true
----------, Jan 17, 2025

patched sign color
----------, Jan 16, 2025

priority to send owner and members last
Example
bank info:
name: name
account: 0
owner: yeet
members:
- yeet1 rank
Remember to check last update to get members rank for message.yml
----------, Jan 16, 2025

bank info update
message.yml small change
listed: added {1} to get rank nothing else
Code (YAML):
   info:
      title
: '&6Bank Info:'
      owner
: '&6owner&f : {0 }'
      name
: '&6name&f : {0 }'
      account
: '&6account&f:&a {0 }'
      member
:
        title
: '&6members:'
        listed
: '- {0 }&7 {1 }'
----------, Jan 16, 2025

this is for disable redstone
ignores rails
----------, Jan 14, 2025

patched where {0} should be the arg the player was sending
this is when home does not exists and it would just return {0} does not exists
it will return the arg the player was sending
----------, Jan 14, 2025

if player has more sethome permission it will try to get the highest
example:
permission plugin
group has default
user gets other sethome permission
it will get the highest no matter where you give them the max homes permission
i wanted to let players buy more homes without changing groups, now we can
----------, Jan 14, 2025

copy itemStack instead of creating a new
----------, Jan 13, 2025

supports latest 1.21.4
1.0.61 works for 1.21.3 but no longer updating
nothing changed just native 1.21.4
----------, Jan 13, 2025

with permission: essentials.event.potion.multiply
if player uses second potion or splash with same effect it will add the duration instead of reset to potion duration
----------, Jan 12, 2025

projectile launch patched
config.yml updated check Documentation for default
only projectile section updated
----------, Jan 7, 2025

hat error on item with space caused by to title case
jail not teleporting due to jailed, ironically
kit message path
worth error on item with space same with hat error
patched
----------, Jan 6, 2025

projectile functions has been added to config.yml
see default config.yml and message.yml on Documentation
added info for each functions you can read more in gitHub
----------, Jan 4, 2025

papi value %essentials_bank_name%
----------, Jan 3, 2025

bank can be interact with vault as well therefore player bank will get reset
bank command updates
/bank create bankName
/bank invite player
/bank rank player member
default allows to depost
member allows to withdraw
co-owner allows to invite and remove members | set rank roles for members
owner allows to do all bank settings
permissions has been updated
best to delete message.yml or copy from Documentation
----------, Jan 3, 2025

patched when none world set to get default values
----------, Dec 31, 2024

this means message.yml has been updated
time and weather commands are player related time/weather and not server related time, if you wanna change world time and weather use /minecraft:weather or /minecraft:time
or other plugin which allows to change world time/weather
patched few missing permissions for exempts
default configs can be found on Documentation or delete message.yml
----------, Dec 30, 2024

this event is for entity chunk limit when player is placing an entity
----------, Dec 28, 2024

less flicker
----------, Dec 28, 2024

removed numbers
----------, Dec 28, 2024

patched period for board and tablist
using both period and delay for taskTimer
----------, Dec 27, 2024

moved tablist.format > tablist.yml
using name: 'value'
default files can be found on Documentation
----------, Dec 26, 2024

lines to string updated for tablist each line resets color
vanish chat has higher priority than op
remember to check last update
----------, Dec 26, 2024

changed userdata to class instead of record
this class can be used easier for other plugins
config.yml has been updated
message.yml has been update
check Documentation for default values
----------, Dec 26, 2024

this update patched:
/back
----------, Dec 24, 2024

remember to read last update
patched vanish from last update
----------, Dec 24, 2024

message.yml has been update
either delete message.yml or copy from Documentation
----------, Dec 24, 2024

worlds and portals functions has been seperated
Portals, Worlds.
excacly same functions while portals has updated with end portal usage
this update might be good for npc creation from other plugins
removed:
essentials.command.portal
essentials.command.world
commands/events from message.yml default can be found on Documentation
----------, Dec 21, 2024

patched if config has the level sections
----------, Dec 18, 2024

returns world names
----------, Dec 18, 2024

check last update if any issues
added enchantments for items for equipments
exacly like adding enchantments to the kit.yml
----------, Dec 15, 2024

prefered to delete " entity" folder and " message.yml"
message.yml has added exp/lvl command
entity files added health/ scale/ equipments for spawn event
entity settings changed
these are the reason its prefered to delete " entity" folder and " message.yml "
which allows to configure entity equipment, health and scale on creature spawn event
----------, Dec 13, 2024

patched
/entity tnt disable-damage leash_knot true
----------, Nov 25, 2024

patched boat for entity command
----------, Nov 25, 2024

updated to latest 1.21.3 version
----------, Nov 25, 2024

patched hasMoved
only uses x y z
----------, Nov 22, 2024

/spawn target
removed delay
----------, Nov 20, 2024

patched:
/bank withdraw
/bank deposit
console:
/bank withdraw target
/bank depsosit target
to return true
otherwise the help message pops up
----------, Nov 18, 2024

/bank withdraw target
/bank deposit target
opens gui for target without permissions
patched few targeting for few commands such as
/warp warpName target
delay removed for
/back target
/warp warpName target
more info on gitHub
----------, Nov 18, 2024

since minecraft update:
crafterCraftEvent
blockReceiveGameEvent cancels if redstone disabled
these are for disable redstone from config.yml
----------, Nov 17, 2024

added time command
patched tpaccept command for tpa command {it was checking tpaccept sender and not tpa sender}
time command added
patched uncolored tpa command
default message.yml can be found on Documentation
----------, Nov 16, 2024

bank gui only if anvil is provided
/bank deposit/withdraw
patched itemName for setworth command
----------, Nov 15, 2024

patched unsellable item name
----------, Nov 15, 2024

recieved /help for sell command patched
----------, Nov 15, 2024

if offlinePlayer has played before
for balance top and bank top
nothing changed for config files
----------, Nov 14, 2024

using entities class instead of EntityHandler
nothing changed for config files
----------, Nov 12, 2024

patched info command for /spawner
if entityType is null returns None
----------, Nov 11, 2024

patched enchant command using toTitleCase for enchant names {silk_touch > Silk Touch}
remember to check last updates
----------, Nov 11, 2024

added spawner command, which means message.yml has been updated
config.yml has been updated as well for the spawner display and lore
default files can be found on Documentation
Spawner section is above Notification section for config.yml
spawner section added for message.yml
----------, Nov 11, 2024

path for disabled spawn reason has been patched for entity command
remember to update config.yml chat section is new under homes
default config.yml can be found on Documentation
----------, Nov 10, 2024

remember to check default config.yml for the new chat section under homes
----------, Nov 10, 2024

added chat section for config.yml
format for op/vanished/default
censor added
default config.yml can be found on Documentation
----------, Nov 10, 2024

added more messages for message.yml
for banned message when loging in
patched
for hat command self target
permissions for gma gmc gms gmsp changed to gamemode permissions
default message.yml on Documentation
----------, Nov 9, 2024

patched secondary resize message
only message.yml updates for:
commands.portal.set.secondary:
change "You resized primary location for {0}" to "You resized secondary location for {0}"
or copy portal configuration on Documentation
----------, Nov 3, 2024

allows to set warp destination for any portal {nether_portal, end_portal, end_gateway}
message.yml updated for portal command
----------, Nov 3, 2024

patched message.yml
overused messages
best to delete message.yml or copy from Documentation
----------, Nov 3, 2024

patched eco remove non sufficient funds message
add 2 space at start of configuration
Code (Text):
"non-sufficient-funds:" > "  non-sufficient-funds:"
or copy eco part from Documentation
----------, Nov 2, 2024

added value for delwarp
if value for the path is empty, player will receive the message of the path name
example:
commands.delwarp.invalid: is missing a value
default message.yml will be shown on Documentation
----------, Nov 2, 2024

patched jail command
----------, Nov 1, 2024

patched ban reason args integer
was getting args from target and not after date options
----------, Nov 1, 2024

for ban reason:
/ban target 1 day for being a monkie! uhh!
patched respond command example:
/r why you writing to me
the output message was "you writing to me"
----------, Nov 1, 2024

added message.yml
patched few permissions from commands
patched projectile events for entityHandler/ the entity command
created projectileHandler if player is creative projectile dissapear on hit if non player 3 sec dissapearence
more info on gitHub
----------, Nov 1, 2024

help/store/rules
has been patched
----------, Oct 29, 2024

allows to:
- getChunkKey for chunkHandler
- getChunk by long for worldHandler
these functions are for dependency plugins
more info on gitHub
----------, Oct 29, 2024

allows to add/create worlds
change entity settings such as disable creeper block damage, etc.
----------, Oct 29, 2024

allows to withdraw and deposit by command
information command:
- account and bank account added
- quit location added and home names
tpahere command:
patched target teleport and message
----------, Oct 29, 2024

added playerSpawnLocation to events
this is likely the reason players did not spawn at /spawn
----------, Oct 29, 2024

on player level change has new permission
- essentials.event.level_change
used for particle and sound effects on level up or down
rest of the permissions will be shown on Overview
----------, Oct 29, 2024

using default speed * value
if 0 or negative default speed will be set
----------, Oct 28, 2024

config changes
default config.yml can be found in Documentation
patched update checker
----------, Oct 28, 2024

Resource Information
Author:
----------
Total Downloads: 2,789
First Release: Oct 28, 2024
Last Update: Feb 13, 2025
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings