Autor Tema: OpenInv v3.3.2 → 1.12  (Leído 4862 veces)

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.3.2 → 1.12
« en: 05 de Junio de 2016 a las 14:26 »
OpenInv
Para poder ver/modificar los inventarios de los usuarios
Código: [Seleccionar]
plugman reload OpenInv

:v: Bukkit: http://dev.bukkit.org/bukkit-plugins/openinv/

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v2.3.9 para MC 10
« Respuesta #1 en: 27 de Julio de 2016 a las 14:04 »
OpenInv 2.3.9
This release is only compatible with Minecraft 1.10!
    Updated to Minecraft 1.10

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v2.4.0 → 1.11
« Respuesta #2 en: 23 de Noviembre de 2016 a las 08:42 »
OpenInv 2.4.0

This release is only compatible with Minecraft 1.11!

    Updated to Minecraft 1.11

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.0.0 → 1.11
« Respuesta #3 en: 26 de Noviembre de 2016 a las 16:23 »
OpenInv 3.0.0

    Restored backwards compatibility. Supports 1.4.5-1.11
    Added support for shulker boxes to SilentChest
    Added permissions to commands in plugin.yml
    Removed item wand functionality - see 3549431 for reasoning
    Changed a lot of player loading logic
    Added config option DisableSaving - see Jikoo#6
    Fixed closing SilentChest not dropping item on cursor
    Implemented a time-based cache to prevent players being stored indefinitely (also fixes a dupe bug related to improper caching)
    Fixed /openender not respecting exempt and crossworld permissions
    Fixed /openinv not allowing opening of own inventory if exempt without override
    Re-added interfaces for versioned modules
    Documented public API, will eventually release some form of wiki page or tutorial on usage


C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.0.1 → 1.11
« Respuesta #4 en: 27 de Noviembre de 2016 a las 11:17 »
OpenInv 3.0.1

    Added support for UUID-based lookups to `/openinv` and `/openender` for versions 1.7.5+ Forgot an if statement, totally doesn't work.
    Fixed configuration changes made in the 1.10 release not being present


C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.0.2 → 1.11
« Respuesta #5 en: 28 de Noviembre de 2016 a las 08:42 »
OpenInv 3.0.2

    Added /searchenchant
        1 argument required, can be either enchantment name, minimum level, or both
        Searches inventory and ender chest. Results are displayed PlayerName (inv,ender), SecondPlayer (inv), ThirdPlayer (ender) etc. From there, open the relevant inventory and have a look.
    Potentially fixed /silentchest crash on Cauldron servers (testing produced inconsistent results prior to the fix, not sure)
    Fixed UUID-based lookup being ignored due to a missing if statement
    Fixed /anychest not toggling properly


C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.0.3 → 1.11
« Respuesta #6 en: 07 de Diciembre de 2016 a las 11:48 »
1.11
    Fixed issue preventing SilentChest working on 1.8 through 1.10

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.1.0 → 1.11.2
« Respuesta #7 en: 23 de Enero de 2017 a las 15:20 »
3.1.0
    Better support plugins causing Player implementations other than CraftPlayer to be used
    Developer API is now available via JitPack

3.0.6
    Fixed shulker boxes reporting blocked state for anychest incorrectly in 1.11/1.11.2
    Fixed incorrect name parameter for packet used to open window in 1.8+
    Fixed untranslated default chest name on 1.7-
    Fixed InventoryOpenEvent not being fired when using SilentChest

3.0.5
    Fixed container usage statistics causing issues with silent/anychest in 1.11.1/1.11.2

3.0.4
    Fixed core plugin using old getOnlinePlayers method causing issues with search commands on modern servers

3.0.3
    Fixed issue preventing SilentChest working on 1.8 through 1.10

3.0.2
    Added /searchenchant
    1 argument required, can be either enchantment name, minimum level, or both
    Searches inventory and ender chest. Results are displayed PlayerName (inv,ender), SecondPlayer (inv), ThirdPlayer (ender) etc. From there, open the relevant inventory and have a look.
    Potentially fixed /silentchest crash on Cauldron servers (testing produced inconsistent results prior to the fix, not sure)
    Fixed UUID-based lookup being ignored due to a missing if statement
    Fixed /anychest not toggling properly

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.1.2 → 1.11.2
« Respuesta #8 en: 15 de Febrero de 2017 a las 08:38 »
3.1.2
Fixed ConcurrentModificationException

3.1.1
Fixed incorrect handling for differences in shulker boxes between 1.11 and 1.11.2

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.2.0 → 1.12
« Respuesta #9 en: 09 de Junio de 2017 a las 23:36 »
 Changelog

    Included support for 1.12
    Improved API slightly - methods are now annotated nullable where valid, exceptions are preferred instead of returning null as before.

This release marks a new system: For those choosing to keep their server up-to-date, the primary download is much smaller and only supports 1.11(.2) and 1.12. For anyone running an older server, either compile the version you want yourself or use the much larger OpenInv-legacy file in the additional downloads section

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.3.0 → 1.12
« Respuesta #10 en: 06 de Julio de 2017 a las 09:00 »
3.3.0

    Fixed SilentChest on PaperSpigot (#68)
    Fixed rare ConcurrentModificationException (#69)
    Improved handling of shulker boxes (#64)

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.3.2 → 1.12
« Respuesta #11 en: 09 de Noviembre de 2017 a las 21:50 »
3.3.2:

    Fixed issues with permissions handling (#81)
    Fixed permission inconsistencies from documentation.

3.3.1:

    Fixed ConcurrentModificationException #78)
    Added permissions to change the default status of AnyContainer and SilentContainer (#76)
        OpenInv.any.default, default false
        OpenInv.silent.default, default false

C4BR3R4

  • SuperAdmin.
  • *
    • Ver Perfil
OpenInv v3.3.2 → 1.12
« Respuesta #12 en: 06 de Febrero de 2018 a las 19:29 »
Sustituido por el plugin CMI.