Skip to content

Releases: herby2212/AdvancedLogger

3.0 1.19 Support Update

10 Jun 20:18
Compare
Choose a tag to compare

General

  • Added support for Minecraft 1.19

2.9 1.18 Support Update

04 Apr 17:38
Compare
Choose a tag to compare

General

  • Added support for all MC 1.18 versions

2.8 1.17 Support & Updater Removement Update

01 Apr 17:20
Compare
Choose a tag to compare

General

  • Removed the update check and notification
  • Added support for MC version 1.17

ForgeMod Detection:

  • Detection for forge mods on MC versions 1.13 and above is currently worked on

2.7 Mod Detection Update

15 Feb 17:09
c511db0
Compare
Choose a tag to compare

Mod Logging

  • Option to enable/disable the logging of Forge Mods of a player (config.yml)
    • The list of mods get saved in the file under Players/
      • This list represents all mods the player has used over his time on the server. For the current used mods you can use the command if the player is online.
    • The Avl.bypass.account permission now also bypass the logging of your mods
    • Currently only Forge mods between MC version 1.8 to 1.12.2 get detected
  • Command to get the modlist of a online player: /avl modlist
    • Requires Avl.commands.modlist permission (included in the Avl.commands.* permission)

2.6 Command Management Update

31 Mar 15:06
c511db0
Compare
Choose a tag to compare

General

  • The Blacklist.yml got integrated into the CommandManagement.yml => You manually need to copy your entries to the new file under the point AVL.Commands.Blacklist
  • Disabled generation of a Blacklist.yml file

Command Logging

  • Option to set commands that shall be logged in the global chat log instead of the global command log
    • Commands will still get logged in the chat section of the per player log file
  • Option to enable/disable the Exclusive mode for those commands => If enabled commands will only get logged in the global chat log; if disabled they will get logged in both the global chat and command log

2.5 1.15 & 1.16 Update

31 Mar 15:07
c511db0
Compare
Choose a tag to compare

General

  • This version now fully support 1.15, 1.15.2 & 1.16

2.4 1.14 Update

31 Mar 15:07
c511db0
Compare
Choose a tag to compare

General

  • Fixed startup error

2.3 Command Log Update

31 Mar 15:08
c511db0
Compare
Choose a tag to compare

Console Command Log

  • Option to enable/disable the logging of commands executed by command blocks (config.yml)

2.2 Marketplace Update

31 Mar 15:08
c511db0
Compare
Choose a tag to compare

Marketplace

2.1 Command Update

31 Mar 15:08
c511db0
Compare
Choose a tag to compare

General

  • Updated to the newest 1.13 version

Commands

  • /avl - shows a overview of all commands
    • requires Avl.commands.* permission
  • /avl cmdspy - enable/disable live ingame command log
    • requires Avl.commands.cmdspy permission (Included in the Avl.commands.* permission)

Notes: Those commands are for debug purposes so there isn't much included help or fancy decoration.
If someone wants somethink like this, I will implement it in coming updates.