Skip to content

Releases: Jikoo/OpenInv

OpenInv 5.3.1

22 Apr 03:34
5.3.1
872e14e

Choose a tag to compare

Supported server versions

Paper: 26.1.2, 1.21.11, 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6
Spigot: 26.1.2, 26.1.1, 26.1

What's Changed

  • Update to 26.1(.2)
  • Drop support for Paper 1.21.5 and lower
    • Moving forward, the plan is to target a rolling year of releases, so 26.1 will be supported until 27.1 releases next year.
  • Improve performance of inventory close handling
    • Spigot will see some small improvement, but this primarily affects Paper.
  • Fix certain additional Bukkit data not saving correctly for offline players

Full Changelog: 5.3.0...5.3.1

OpenInv 5.3.0

18 Jan 05:10
5.3.0
63fccdc

Choose a tag to compare

Supported server versions

Paper: 1.21.11, 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.1
Spigot: 1.21.11

What's Changed

  • Added permissions for usage of container modes when toggled by an addon by @Kawi16
    • This allows integrations to enable Silent/AnyContainer without granting access to the corresponding toggle commands.
  • Improved offline fuzzy search
    • Instead of reading every single player file from disk when doing a fuzzy match, we now do a single lookup. This is a massive performance boost for servers that have high player counts or run on spinning disks.
    • Searches now require that the first character of the target player's name be correct (case-insensitive). For Geyser-like names, this extends to the first character of their real name. For example, "XxXJohnMinecraftXxX" can no longer be located by a "johnminecraft" search. A search for "xjohnminecraft" could be used instead. A Geyser player ".FranMinecraft" would require ".f" to be eligible, i.e. "franmc" cannot produce the correct result while ".franmc" might.

New Contributors

Full Changelog: 5.2.0...5.3.0

OpenInv 5.2.0

17 Dec 20:56
5.2.0
4441cdc

Choose a tag to compare

Supported server versions

Paper: 1.21.11, 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.1
Spigot: 1.21.11

What's Changed

  • Added support for 1.21.11
  • Changed supported Spigot version to 1.21.11
  • Improved equal access behaviors
    • Added a prefix (default "[RO] ", controllable via resource pack translations) for read-only inventories
    • Added new nodes for per-player equal-access control: openinv.access.equal.edit, openinv.access.equal.view, and openinv.access.equal.deny
  • Improved feedback when not opening inventories under some circumstances, primarily when access was denied

Full Changelog: 5.1.15...5.2.0

OpenInv 5.1.15

11 Oct 13:59
5.1.15
e3285a6

Choose a tag to compare

Supported server versions

Paper: 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.1
Spigot: 1.21.10

What's Changed

  • Fix /openinv on Spigot
    • Paper is unaffected. If you are running Paper or a Paper fork, you can skip this update.

Full Changelog: 5.1.14...5.1.15

OpenInv 5.1.14

08 Oct 19:12
5.1.14
080d02f

Choose a tag to compare

Supported server versions

Paper: 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.1
Spigot: 1.21.10

What's Changed

  • Added support for Paper 1.21.10 and 1.21.9
  • Changed supported Spigot version to 1.21.10

Full Changelog: 5.1.13...5.1.14

OpenInv 5.1.13

18 Jul 15:49
5.1.13
1e26c33

Choose a tag to compare

Supported server versions

Paper: 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.1
Spigot: 1.21.8, 1.21.7

What's Changed

  • Added 1.21.8 support
    • Note that unlike usual, Spigot 1.21.7 support has not been dropped due to the fact that the server mappings did not change.
  • Corrected legibility pack supported revision numbers

Full Changelog: 5.1.12...5.1.13

OpenInv 5.1.12

02 Jul 02:36
5.1.12
4504ba2

Choose a tag to compare

Supported server versions

Paper: 1.21.7. 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.1
Spigot: 1.21.7

What's Changed

  • Added support for Paper 1.21.7 and 1.21.6
  • Changed supported Spigot version from 1.21.5 to 1.21.7.
  • Improved clear parameter handling

Full Changelog: 5.1.11...5.1.12

OpenInv 5.1.11

20 May 13:46
5.1.11
b559945

Choose a tag to compare

Supported server versions

Paper: 1.21.5, 1.21.4, 1.21.3, 1.21.1
Spigot: 1.21.5

What's Changed

  • Fix crashes on 1.21.4 and lower related to modification of /openinv inventory
  • Add /clearinv and /clearender (Thanks to @Trard for the initial work!)
    • These commands can be used offline, but require an exact player name to be specified.
    • Nodes openinv.clear.self and openinv.clear.other grant access to these commands (with parent node openinv.clear). They are entirely separate from editing nodes!
  • Fix search commands not checking shulker boxes, bundles, and other containers within containers
  • Code health

Full Changelog: 5.1.10...5.1.11

OpenInv 5.1.10

25 Apr 16:07
5.1.10
8c2ec21

Choose a tag to compare

Supported server versions

Paper: 1.21.5, 1.21.4, 1.21.3, 1.21.1
Spigot: 1.21.5

What's Changed

  • Added support for 1.21.5
    • For Paper, 1.21.1 through 1.21.5 are supported.
    • For Spigot, 1.21.4 support has been dropped.
  • Added Folia support
    • Huge thank you to @xCodiq and @R00tB33rMan of FreshSMP for adding and testing this. Please be aware that I don't test Folia myself, but they've generously offered to take on any issues with Folia should they arise.
  • Fixed JitPack not building API properly by @mooviies

New Contributors

Full Changelog: 5.1.9...5.1.10

I really appreciate everyone's patience with how slow I was releasing 1.21.5 support. I was a little overambitious with my course load this semester.

OpenInv 5.1.9

14 Feb 16:56
5.1.9
d564773

Choose a tag to compare

Supported server versions

Paper: 1.21.4, 1.21.3, 1.21.1
Spigot: 1.21.4

What's Changed

5.1.8:

  • Expanded support back to Paper 1.21.1
    • Paper modules can share the majority of their code across revisions because of how the Paper team has decided to handle plugins accessing server internals, making multi-version support much easier.

5.1.9:

  • Fixed an error in the build process that had been hidden by the cache

Full Changelog: 5.1.7...5.1.9