Skip to content

Releases: Super-Santa/EssentialAddons

EssentialAddons v1.2.1 for 1.17.1, 1.18.2, 1.19.2, and 1.19.3

08 Mar 22:51
Compare
Choose a tag to compare

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

13 Aug 23:35
8343e57
Compare
Choose a tag to compare

EssentialAddons v1.1.5

  • Bug fixes:
  • Fixes #47 and #51
  • Fixes #48
  • Fixes #49
  • Fixes #51
  • Fixes an issue where the ReloadFakePlayer config duplicated

EssentialAddons v1.1.4 for 1.17.1, 1.18.1 and 1.19

02 Jul 01:02
c4110f6
Compare
Choose a tag to compare

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

12 Jun 13:41
5e9d54a
Compare
Choose a tag to compare

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

11 Jun 22:34
39ab7c7
Compare
Choose a tag to compare

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

30 Apr 23:32
d0f0141
Compare
Choose a tag to compare

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

27 Feb 01:36
19d3456
Compare
Choose a tag to compare

EssentialAddons v1.1.0

  • Huge mode rewrite, lots of cleanup and code optimisations

  • Fixes numerous nasty bugs

    • EnumArgumentType was not serialised to the Player
    • Force Game Mode would kick players out of CameraMode
    • Fixed incompatability with EssentialClient (#24)
    • Fixed potions couting down while in spectator mode
    • Completely reworked the reloadFakePlayer system to keep intervals and offset timings, (#16)
  • 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

16 Dec 20:45
Compare
Choose a tag to compare

EssentialAddons v1.0.7

Changes:

  • Updated to 1.18!

EssentialAddons v1.0.6 for 1.16.5 and 1.17.1

19 Oct 22:40
Compare
Choose a tag to compare

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

01 Sep 21:41
Compare
Choose a tag to compare

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