Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/AuroraLib
  • AuroraLib 2.5.3

    release11 апреля 2026 г.

    26.1.1 support

  • 2.5.1

    release25 декабря 2025 г.
    • Remove leftover warning message for number rewards
  • 2.5.0

    release11 декабря 2025 г.
    • Add CraftEngine as an item resolver
    • Add CrackShot as an item resolver
    • Highly improve /aurora debug itemid <level> command
    • Make every type of reward a number reward (available automatically in every Aurora plugin)
    • Fix some teleport error when a world is unloaded
  • 2.4.2

    release12 ноября 2025 г.
    • Fix message migrator 1.20.4 compat
    • Add getLanguageProvider to AuroraAPI
  • 2.4.1

    release8 ноября 2025 г.
    • Fill placeholders in menus even if localization provider is not set
    • Make slots option higher priority than default slot
  • 2.4.0

    release30 октября 2025 г.

    Per player localization support added

    https://docs.auroramc.gg/aurora/per-player-localization

    messages.yml is now messages_en.yml and you can create more using proper language codes like messages_de.yml for german.

    Examples: en-US, en-UK, en, de, sk, hu In this file, you can add a new section, named custom (which is already there if you do a fresh install:

    custom:
      stash-title: Item stash
      prev-page: '&fPrevious Page'
      npc:
        quests: <white>Quests
    

    These values are available in the plugin menus like item stash. You can reference them as {{stash-title}} or {{npc.quests}}. Notice the dot (.) notation for nested structures.

    These are also exposed as PlaceholderAPI placeholders: %aurora_lang_<key>% for example: %aurora_lang_npc.quests%

    This allows you to add per player localization to any plugin that supports PlaceholderAPI placeholders.

    To enable per player localiaztion:

    In your config.yml you have to:

    • add the language codes you support in supported-languages
    • choose your default language and set it to locale field
    • set use-per-player-locale to true

    And then you have to:

    • grant the aurora.core.user.language to the players so they have access to the /language command After all these, players will be able to use their desired language.

    Notice that in config.yml the number-format section also have a locale value. That is only used when per player locale is disabled, otherwise it will use the player's selected locale.

  • 2.3.4

    release22 июля 2025 г.
    • Add item resolver priorities to config
    • Add item resolver for KGenerators plugin using kgenerators:generator_id
    • Add item interop for every supported item plugin with MythicMobs drops/equipment using auroralib{item=namespace:item_id}, example: auroralib{item=nexo:forest_chestplate}
    • Expose data saving/loading latency measurements via debug command: /aurora debug latency (should be ran after about half an hour of active player joining/leaving)
    • Offline players loaded through API aren't cached anymore to prevent potentional synchronization issues
  • 2.3.3

    release25 июня 2025 г.
    • Mark blocks as player placed that are created using a builder wand from WildTools
    • Extend the API of RegionExpansion to work with just locations instead of blocks
    • Removed useless scheduler calls from actionbar/chat handlers
    • Actionbar utility now pauses AuraSkills idle/xp actionbar just like AuraSkills does when using its ProtocolLib hook
  • 2.3.1

    release25 мая 2025 г.
    • Add support for ItemEdit in item resolvers with syntax itemedit:server_item_id
    • Add support for EvenMoreFish 2.0 in item resolvers with sytanx: emf:rarity:fish_id
    • Fix very rare race condition with user data loading
  • 2.2.0

    release20 апреля 2025 г.

    New features

    • Add [meta] meta-key <comparator> value condition/requirement
    • Add === for placeholder and meta requirements to check equality between actual numbers

    Fixes/improvements

    • Money reward (used by the other plugins) tries to fail safely if you don't actually have any economy provider
    • Improve Eco item handler, to make sure it safely fails when you are using EcoArmor in ways you are not supposed to (having disabled armor pieces in your inventory)
    • Fix /stash view <player> on folia
  • 2.1.6

    release3 марта 2025 г.
    • Hotfix CommandDisptacher Update to this if you are on 2.1.5, otherwise your close menu buttons with [close] action won't work.
  • 2.1.5

    release1 марта 2025 г.

    Fixes

    • Ignore non player entites (eg NPCs) in worldguard expansion
    • Handle kelp the same way as sugar_cane, bamboo, cactus
    • Fix auto save not rescheduling itself properly when there are no data to save in one cycle
    • Throw on empty command in CommandDispatcher

    New stuff

    • Add /aurora debug blockremove to force unregister player placed block
    • Builders for ItemConfig
    • Add /stash view
  • AuroraLib 2.1.3

    release16 января 2025 г.
    • Skip paper plugin remapping
    • Change the way permission rewards save the new permission
    • Apply empty attribute map instead of iron sword default to items when HIDE_ATTRIBUTES flag is used
    • Fix economy expansion not loading when Vault is not present
    • Conditional lore option for items
    • ItemBuilder#extraLore api
  • 2.1.1

    release17 декабря 2024 г.
    • Ignore EntityBlockChangeEvent if the entity is not a falling block
    • Backport Eco item resolver to 1.20.4
    • Add tooltip-style for item config 1.21.2+
    • Ignore sand fall on folia
    • Remove Eco from plugin.yml since they can't fix their loading issues
  • 2.1.0

    release12 декабря 2024 г.
    • New: Items registered through /aurora registeritem <id> now can be used both ways id -> item and item -> id
    • Fixes various issues with Eco plugins in item resolvers
    • Compile against 1.21.4
    • You can now use item-model on every menu/reward/etc item (required 1.21.4+)
  • 2.0.8

    release4 декабря 2024 г.
    • Fix various item resolver issues
    • Add Eco to plugin.yml as a softdepend
    • Make sure eco don't hijack oraxen/itemsadder/nexo items when they are not actually eco items
  • 2.0.7

    release2 декабря 2024 г.
    • Ignore IA, Oraxen and Nexo in EcoItemsResolver
    • Fix item resolver AIR with customfishing
    • Improve menu Requirement APIs
  • 2.0.5

    release24 ноября 2024 г.
    • Add support for Nexo in item resolvers
    • Remove placed block data 1 tick later to allow checking state in BlockItemDropEvent as well
  • 2.0.3

    release19 ноября 2024 г.
    • Add support for ExecutableBlocks in item resolvers.
  • 2.0.1

    release8 ноября 2024 г.

    Removed incomplete merchants feature that was left in by accident.

1

Совместимость

Minecraft: Java Edition

Платформы

Сведения

Лицензия:
Опубликован:1 год назад
Обновлён:2 месяца назад
ID проекта:
Главная