This repository was archived by the owner on Mar 2, 2026. It is now read-only.
Releases: Brov3r/Avrix
Releases · Brov3r/Avrix
AvrixLoader v1.5.2
- Fixed logging levels in PlayerUtils
- Fixed clicking through the WindowWidget header
- Fixed release version check exception text
- Fixed a UI bug when resizing the game window
Full Changelog: v1.5.1...v1.5.2
AvrixLoader v1.5.1
- Fixed latest release notification link
- Fixed keyboard input interception in InputText
- Fixed keyboard input handler
Full Changelog: v1.5.0...v1.5.1
AvrixLoader v1.5.0
- Added notification system
- Added the ability to block the loading of lua files (useful for replacing Lua with Java)
- Fixed image loading logic
- Fixed visibility area of fields, classes and methods in Widgets
- Fixed bugs when scrolling widgets
- Fixed a bug with absolute positioning of widgets
Full Changelog: v1.4.0...v1.5.0
AvrixLoader v1.4.0
- Launch scripts updated
- Fixed the custom command manager (the @CommandChatReturn annotation was removed as unnecessary)
- Minor bugs fixed
- Added client side plugin example
- Added
.exeexecutable files for Windows, allowing launch from Steam - Added new logging system
TinyLog2 - Added checking for new Avrix releases
- Added a GUI system based on
NanoVG - Added
onWidgetManagerInitialized,OnPreWidgetRender,OnPostWidgetRenderevents - Added default fonts:
Arial-Regular,Roboto-Regular,Montserrat-Regular,FontAwesome - Added basic
widgets:Panel,Button,Scrollbar,ScrollPanel,Window,Label,InputText,Checkbox,Slider,Popup,Modal,ComboBox,HorizontalBox,VerticalBox,RadioButton,ColorPicker,Table - Added
ResourceManagerandImageLoader - Event renamed:
onPostTickRenderThread->onTickRenderThread
Full Changelog: v1.3.0...v1.4.0
AvrixLoader v1.3.0
- Updated player ban and kick events
- Added new methods for banning and kicking players
- Added methods for removing items from players' inventories
- Added a method to add items to the player's inventory
Full Changelog: v1.2.1...v1.3.0
AvrixLoader v1.2.1
- Fixed copying configs from the plugin archive
Full Changelog: v1.2.0...v1.2.1
AvrixLoader v1.2.0
- Added
getPlayerAccessLevelmethod - Added
getCommandArgsmethod for different prefixes - Added
sendMessageToAdminsmethod - Added tools for working with Lua
- Added
setPlayerAccessLevelmethod - Added
getRoleNamemethod inAccessLevelclass - Fixed creation of folders when copying nested configs
- Fixed log output when creating a new config
- Updated plugin example
Full Changelog: v1.1.1...v1.2.0
AvrixLoader v1.1.1
Fixed adding Jar plugins to classpath
Full Changelog: v1.1.0...v1.1.1
AvrixLoader v1.1.0
- Minor code refactoring
- Added the ability to get a map of registered commands
- Added command description annotation
- Added methods for getting values from command annotations
- Added new launch scripts
- Fixed plugin example
- Fixed copying configs from the plugin
- Fixed plugin dependency version checking
- Fixed the visibility area of the default ClassPoll
Full Changelog: v1.0.0...v1.1.0
AvrixLoader v1.0.0
The first stable version!
Full Changelog: https://github.com/Brov3r/Avrix/commits/v1.0.0