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
patched if config has the level sections
check last update if any issues
added enchantments for items for equipments
exacly like adding enchantments to the kit.yml
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
patched
/entity tnt disable-damage leash_knot true
patched boat for entity command
updated to latest 1.21.3 version
patched hasMoved
only uses x y z
/spawn target
removed delay
patched:
/bank withdraw
/bank deposit
console:
/bank withdraw target
/bank depsosit target
to return true
otherwise the help message pops up
/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
since minecraft update:
crafterCraftEvent
blockReceiveGameEvent cancels if redstone disabled
these are for disable redstone from config.yml
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
bank gui only if anvil is provided
/bank deposit/withdraw
patched itemName for setworth command
patched unsellable item name
recieved /help for sell command patched
if offlinePlayer has played before
for balance top and bank top
nothing changed for config files
using entities class instead of EntityHandler
nothing changed for config files
patched info command for /spawner
if entityType is null returns None
patched enchant command using toTitleCase for enchant names {silk_touch > Silk Touch}
remember to check last updates
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
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
remember to check default config.yml for the new chat section under homes
added chat section for config.yml
format for op/vanished/default
censor added
default config.yml can be found on Documentation
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
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
allows to set warp destination for any portal {nether_portal, end_portal, end_gateway}
message.yml updated for portal command
patched message.yml
overused messages
best to delete message.yml or copy from Documentation
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
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
patched ban reason args integer
was getting args from target and not after date options
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"
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
help/store/rules
has been patched
allows to:
- getChunkKey for chunkHandler
- getChunk by long for worldHandler
these functions are for dependency plugins
more info on gitHub
allows to add/create worlds
change entity settings such as disable creeper block damage, etc.
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
added playerSpawnLocation to events
this is likely the reason players did not spawn at /spawn
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
using default speed * value
if 0 or negative default speed will be set
config changes
default config.yml can be found in
Documentation
patched update checker