Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.1.3
    03aad073 · Version 1.1.3 ·
    Version 1.1.3
    -------------
    
    \+ Feniksovich: Added ru_RU.lang
    \* Fixed URLs in docs.
  • v1.1.2
    01726ed8 · Version 1.1.2 ·
    Version 1.1.2
    -------------
    
    \* Updated MessagesTranslator to fix an issue with the wrong language files being loaded when multiple plugins were using it.
  • v1.1.1
    de28b3d2 · Version 1.1.1 ·
    Version 1.1.1
    -------------
    
    \+ zsn741656478: Added zh_CN.lang
  • v1.1.0
    a307e017 · Version 1.1.0 ·
    Version 1.1.0
    -------------
    
    \* Improved table schema to allow way longer block names.
       **This breaks your old tables!** Contact me if you need them migrated (no auto migration!!)! If you don't need any data migrated, make sure to *delete* the
       tables (MySQL) or *delete* the database file (h2).
  • v1.0.3
    ed2f5131 · Version 1.0.3 ·
    Version 1.0.3
    -------------
    
    \* Fixed counts being recorded when they shouldn't (Fixes [#2](https://github.com/AuraDevelopmentTeam/AuraBlockLimit/issues/2s)).
  • v1.0.2
    943a0126 · Version 1.0.2 ·
    Version 1.0.2
    -------------
    
    \* Fixed NPEs when a player hasn't had any block counts saved (Fixes [#1](https://github.com/AuraDevelopmentTeam/AuraBlockLimit/issues/1)).
    \* Fixed potential issue with inherit loops in translation files.
    \* Improved placeholder performance.
  • v1.0.1
    4b4215ef · Version 1.0.1 ·
    Version 1.0.1
    -------------
    
    \+ Allow customization of the pagination headers and footers through the language file.
  • v1.0.0
    10888a1e · Version 1.0.0 ·
    Version 1.0.0
    -------------
    
    \+ Added the `/limit` command to show the player their current limit.
    \+ Added the `/limit reload` command to reload the config.
    \+ Added a message when the block limit is hit.
    \+ Added translation system.
    \+ Added option to completely ignore blocks (by setting their limit to `-2`).
    \+ Added config option to control the fallback value of blocks (either `-1` or `-2`).
  • v0.1.0
    87afcf43 · Version 0.1.0 ·
    Version 0.1.0
    -------------
    
    \+ Added h2 data storage.
    \+ Added MySQL data storage.
    \+ Implemented block counting
    \+ Prevent placing blocks if limit (set through metas) is met.
  • v0.0.0
    a6f07418 · Initial commit! ·
    Project starts!