Releases: Super-Santa/EssentialAddons
Releases · Super-Santa/EssentialAddons
EssentialAddons v1.2.1 for 1.17.1, 1.18.2, 1.19.2, and 1.19.3
EssentialAddons v1.2.1
- Fixes a bug related to
commandCameraMode
when trying to switch back to the previous gamemode in 1.19.3 - Permissions can be customised for commands through a permissions mod such as LuckPerms,
the name of the permissions are as follows:
esssentialaddons.command.<command_name>
# For example:
essentialaddons.command.cs
essentialaddons.command.hat
essentialaddons.command.lagspike
EssentialAddons v1.1.5 for 1.17.1, 1.18.2 and 1.19.2
EssentialAddons v1.1.4 for 1.17.1, 1.18.1 and 1.19
EssentialAddons v1.1.4
- Fixes #45
- Fixed some typos in the rules
- Added
maxChatLength
rule that lets you send chat messages longer than 256 characters (EssentialClient is needed on the client)
EssentialAddons v1.1.3 for 1.17.1, 1.18.1 and 1.19
EssentialAddons v1.1.3
- Fixes a bug that causes the game to crash with Lithium
EssentialAddons v1.1.2 for 1.17.1, 1.18.1 and 1.19
EssentialAddons v1.1.2 for 1.17.1, 1.18.1 and 1.19
-
Fixed #13
-
Fixed #31
-
Fixed incompatability with DropFullCarts, thanks @altrisi
-
Fixed painting not being affected by
carefulDrop
-
1.19 Support
-
Adding scarpet functions to send and recieve packets to ClientScripts
EssentialAddons v1.1.1 for 1.17.1 and 1.18.2
EssentialAddons v1.1.1 for 1.17.1 and 1.18.2
- Added
fakePlayerDropInventoryOnKill
by @BisUmTo - Added an option to "Always be careful", so you no longer need to crouch to enable CarefulBreak/Drop. This is a subscription so you need to run the
/subscribe
command to enable it - Fixed minecarts and boats not being affected by CarefulDrop
- Fixed an issue where the "Server is Full" in singleplayer
- Added syncing game rules with the Client, a future EssentialClient version will support modifying these
EssentialAddons v1.1.0 for 1.17.1 and 1.18.1
EssentialAddons v1.1.0
-
Huge mode rewrite, lots of cleanup and code optimisations
-
Fixes numerous nasty bugs
-
Reworked config system and subscription system (#18)
-
Added
essentialCarefulDrop
, if rule is enabled and player is subscribed to essential_careful_drop and they kill another entity, their drops will be put directly into the player's inventory (#22) -
Added
commandBackup
, this allows you to backup regions in your worlds
EssentialAddons v1.0.7 for 1.17.1 and 1.18.1
EssentialAddons v1.0.7
Changes:
- Updated to 1.18!
EssentialAddons v1.0.6 for 1.16.5 and 1.17.1
EssentialAddons v1.0.6
Changes:
- Added
spectatorPotionNoCountdown
which stops potion effects from ticking when in spectator - Added
minecartBoosting
which reimplements minecart boosting - Autosave logger (
/log autosave
) - Bug Fixes
EssentialAddons v1.0.5 for 1.16.5 and 1.17.1
EssentialAddons v1.0.5
Changes:
- Added
commandPlayerFake
which allows you to spawn players that do not load chunks (they essentially do not exist), you can still teleport to them in spectator and see them in the tab list. - Added
removeWarnMismatchBlockPos
which removes the warning "Mismatch in destroy block pos..." - Added
broadcastToAll
which broadcasts all OP messages to everyone - Added
hostileMobsSpawnInCompleteDarkness
backported from 1.18, this might not work properly, I have not fully tested this - Added
commandMods
which will send you a list of mods you have installed on the server (/mods) - Fixed #5 where if you had EssentialAddons on the client it would try to write save data when not needed resulting in a crash