Skip to content

3.1.7

Compare
Choose a tag to compare
@uoil uoil released this 09 Aug 23:30
· 159 commits to master since this release
305ecdf

Client Changes:

  • Hot-swap configs via ".reload" is available now (any file in the Seppuku directory)
  • Notification icons
  • Updated main menu

New Modules:

  • Added Ambiance
  • Added AutoClicker
  • Added FakePlayer
  • Added FriendTab
  • Added NoToast

New Commands:

  • LocateFeature (".locatefeature") ("Like /locate, but client-side and with an option to override the origin for calculating the nearest feature", ".locatefeature or .locatefeature ")

Module Changes:

  • ElytraFly: New mode ("Look")
  • ElytraFly: X, Y, Z speed factor settings ("SpeedX, SpeedYUp, SpeedYDown, SpeedZ")
  • ElytraFly: Added setting for disabling NoHunger ("DisableNoHunger")
  • ElytraFly: AutoStart fixes
  • ElytraFly: Lowers AutoStart default delay
  • SpeedMine: Added new setting to allow for multimining ("Auto")
  • SpeedMine: Added new mode ("SEQUENTIAL")
  • GuiMove: Fixed bugs, added new modes ("NEW, OLD")
  • GuiMove: Added setting to stop movement in signs ("AllowSignMove")
  • Burrow: Added new mode ("INSTA")
  • Burrow: Added new settings ("ModeDelay, ModeSmartTp, ModeNoVoid")
  • Timer: Added new setting ("TPSSync")
  • ChatFilter: Added russian text setting ("Russian")
  • ChatFilter: Added asian text setting ("Asian")
  • ChatFilter: Added new setting ("Regex") ("Messages matching this regular expression will be hidden. Leave it blank to disable.")
  • ChatFilter: No longer have null pointer for the UnicodeBlock
  • AutoIgnore: Added setting for allowing friends to bypass ignore ("AllowFriends")
  • AutoIgnore: Hover over auto-ignored player names to see what they said
  • Waypoints: Alpha fix
  • Greeter: Added setting to only greet friends ("Friends")
  • NoteBot: Updated visual
  • NoFall: Added setting to disable NoFall when the player is flying ("ElytraDisable")
  • NoLag: Added new settings ("Torches, Fireworks, Redstone, RedstoneTorch, RedstoneLogic")
  • NoLag: Completely disables fireworks from being added
  • NoLag: Completely disables skulls from spawning if enabled
  • NoLag: Added force wither setting ("WithersForce") <-----------------------------------------------------

GUI Changes:

  • Toggleable anchor/glue snapping and nicer looking hud components
  • Added numbers to each panel in the GUI to represent the count of items in the list
  • TextComponent: Shift text to left when length is greater than width
  • TextComponent: Bug fixes
  • BlocksComponent: Add support for fluid blocks

API Changes:

  • Fixes string value saving bug
  • Code formatting