Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/Command Items
  • Relocation issue bug fix

    release3 ноября 2024 г.

    This update brings a minor fix with the relocation of the core library. This could cause issues if you were running multiple MT plugins and some of them are not updated!

  • Fixed missing materials for 1.21

    release24 августа 2024 г.

    This update fixes an issue caused by 1.21 materials missing.

  • Implemented ClickType and CustomModelData

    release22 августа 2024 г.

    The plugin now has support for specifying a click type to allow the item to execute, as well as introducing support for CustomModelData on items.

    Here's what an item looks like now

    [code] items: basic_item: consume: true # If the item should be consumed when used event-cancel: true # If the event should be cancelled when used (e.g. right-clicking a block)

    # This is the list of allowed clicks. The allowed options are: 
    # RIGHT_CLICK_AIR, RIGHT_CLICK_BLOCK, LEFT_CLICK_AIR, LEFT_CLICK_BLOCK, SHIFT_RIGHT_CLICK_AIR, SHIFT_RIGHT_CLICK_BLOCK, SHIFT_LEFT_CLICK_AIR, SHIFT_LEFT_CLICK_BLOCK, ALL 
    allowed-clicks:
      - RIGHT_CLICK_AIR
      - RIGHT_CLICK_BLOCK
      - LEFT_CLICK_AIR
      - LEFT_CLICK_BLOCK
      - SHIFT_RIGHT_CLICK_AIR
      - SHIFT_RIGHT_CLICK_BLOCK
      - SHIFT_LEFT_CLICK_AIR
      - SHIFT_LEFT_CLICK_BLOCK
      - ALL 
    
    # permission: "somepermission.for.item" # The permission required to use the item
    item:
      amount: 1 # The amount of the item
      type: RED_BED
      name: "&cSimple Test Item"
      lore: 
        - ""
        - "&7Click me to run"
      enchanted: true
      # custom-model-data: 1234 # The custom model data of the item
    commands:
      # forceOp: false # If the player should be opped when the command is executed
      byplayer:
        - "say Hello from CommandItems!"
      byconsole:
        - "give %player% diamond 1"
    

    [/code]

  • 1.20.6 and 1.21 Update

    release18 августа 2024 г.

    A bit late to the party, however this update finally brings 1.20.6 and 1.21 support to the plugins!

    As always, and especially now as 1.20.6 changed a lot of things, please join the discord and let us know if there are any issues!

    This also fixes a small issue in the plugin with regards to how items were being built.

  • Removed a field inside of the core lib

    release29 февраля 2024 г.

    With the previous updates, a lot of internal changes have been made.

    This update removes a small field used for reflection which is no longer used by the API.

  • Bug fixes

    release26 февраля 2024 г.

    This update fixes a bug with custom packets being sent in 1.20

  • Bugfixes

    release26 февраля 2024 г.

    This update brings about two important bugfixes in the internal core library:

    • Fixed titlebars not being properly translated in lower versions
    • Fixed particles not working in 1.9
  • Fixed issue with title bars

    release25 февраля 2024 г.

    This update brings a small bugfix which patches out the title bar not working properly in 1.8.x versions.

  • Fixed Skulls

    release24 февраля 2024 г.

    This update brings a small bugfix which caused skulls to not work properly in 1.20.4 in certain cases.

  • 1.20.4 - Hotpatch

    release14 февраля 2024 г.

    This fixes an issue caused by a missing NBT tag setter in non 1.18 versions.

    With that, full 1.20.4 support should be here!

  • 1.20.4 Update

    release14 февраля 2024 г.

    1.20.4 support has been added!

  • 1.20.2 support

    release27 ноября 2023 г.

    The long awaited 1.20.2 support has finally arrived!

    As always, if anything goes wrong, let us know through the Discord server!

  • Performance fix.

    release25 августа 2023 г.

    Fixed a small bug in the core library which sometimes caused cache misses on the class names, and it should bring far more consistent tick times to the plugin.

  • Performance fix.

    release25 августа 2023 г.

    Fixed a small bug in the core library which sometimes caused cache misses on the class names, and it should bring far more consistent tick times to the plugin.

  • Hex Color Support

    release28 июня 2023 г.

    This update brings full hex color support using the standard &#123456 format in the messages file!

    For more information check out the wiki

    https://panel.masecla.dev/wiki/General%20Options/Messages%20File

  • Messages API modification

    release27 июня 2023 г.

    This update brings a small adjustment to how messages are handled in the plugins.

    Specifically, this brings a performance increase in all versions between 1.12 and 1.16

  • Messages API modification

    release27 июня 2023 г.

    This update brings a small adjustment to how messages are handled in the plugins.

    Specifically, this brings a performance increase in all versions between 1.12 and 1.16

  • 1.20.1 Support

    release24 июня 2023 г.

    This update brings a patch for 1.20.1.

    This has been thoroughly tested, however if any issue show up, please let us know!

  • Implemented Material fallback

    release10 июня 2023 г.

    This brings XMaterial Bukkit feedback in order to allow hybrid servers to add functionality with items not present on Bukkit.

    We've also updated the definitions for items to 1.20 so it should now be 100% supported

  • Full support for 1.20

    release10 июня 2023 г.

    After countless hours spent by the development team to ensure everything is up to date, we happily present you Spigot 1.20 support.

    This update brings full compatibility with all the features that this brings.

    Please join our discord at https://discord.gg/FdMjWSP to report any issues you might have with any of the plugins in 1.20

1

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

Сведения

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