Skip to content

Pre-release 4.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@expecticament expecticament released this 10 Jan 19:51
  • No more styling: all related commands and features were removed. The mod now only uses the default style.
  • Add info slot to /invsee inventory UI: one of the empty slots was replaced with a slot containing an Enchanted Book that displays useful information about the five lower slots.
  • /hc cooldowns command to manage active cooldowns.
  • /hc commandList is now /hc commands.
  • Log the amount of homes, warps, and active cooldowns when the server starts. Also print current platform.
  • Fix /dmg command not working when damage_type argument is specified.

🔱 Permission updates

  • Use fabric-permissions-api on Fabric, LuckPerms API on NeoForge.
  • Granting permission for an argument doesn't give you access to the full command (for example, if helpful_commands.command.fly.others is set to true, that doesn't mean that you can use /fly command unless helpful_commands.command.fly is also set to true).
  • All config permissions now sit under helpful_commands.command.hc.config.*.
  • Permission IDs on Fabric and NeoForge are now different: on Fabric, all permission IDs are prefixed with helpful_commands.. For example, the ID for /fly command is helpful_commands.command.fly on Fabric and command.fly on NeoForge. This is to avoid situations where there are 2 permissions for one command on NeoForge.