BigInv [1.13.X - 1.20.X] icon

BigInv [1.13.X - 1.20.X] -----

Give your players bigger inventories!




Changelog v1.11.2:

#Fixed: plugin was broken when using PaperMC.

Best regards,
Alex_qp
----------, Jun 10, 2024

Changelog v1.11.1:

#Changed: updated commons code to v1.11.2.

You will only need Java 17 or higher to run this version.


Best regards
Alex_qp
----------, May 30, 2024

Changelog v1.11.0:

#Added: official support for MC version 1.20.6 and below.

You will need to use Java 21 or higher to run the plugin.

Best regards
Alex_qp
----------, May 28, 2024

Changelog v1.10.2:

#Added: official support for MC version 1.20.2 and below.

#Changed: warning message about the lack of a valid implementation to make it more clear that the plugin is trying to use the last valid/updated implementation in this case.

I want to stress out the fact that in many cases the plugin does not need to be updated specifically in order to work properly on future versions - especially if the API did not change drastically (which is usually the case).

Best regards
Alex_qp
----------, Sep 25, 2023

Changelog v1.10.1:

#Added: the plugin will now inform you if the latest implementation is used and if so, for what version it was last tested.

#Changed: the warning messages about the lack of a valid implementation was more or less replaced by the above info message.

The plugin already tried to use the default implementation if no valid implementation was found. Therefore I think these changes give some clarity over what is actually happening. In addition future versions will now not be "unvalid" so to speak but rather untested (hence the new info message informing you of the last tested version) because the later versions will very likely work except for new attributes or block types.

I hope this gives more transparency.

Best regards
Alex_qp
----------, Apr 10, 2023

Changelog v1.10.0:

#Added: official support for MC 1.19.

Best regards
Alex_qp
----------, Jun 26, 2022

Changelog v1.9.0:

#Added: official support for MC 1.18.2.
#Added: update checker by mfnalex along with some config options.
#Added: permission phantomspawncontrol.updatechecker to get notified on login of a new version if existent.

#Changed: updated commons code to v1.10.2.

IMPORTANT: This update requires editing of the current config. Please add the following to the bottom of the file:
Code (YAML):
# Options regarding the updateChecker (by mfnalex (https://github.com/JEFF-Media-GbR/Spigot-UpdateChecker))
updatechecker
:
  enable
: true
  notify_op_on_login
: true

You can always compare your config with the default one available on the plugin's main page.


Best regards
Alex_qp
----------, Mar 28, 2022

Changelog v1.9.0:

#Added: official support for MC 1.18.2.
#Added: update checker by mfnalex along with some config options.
#Added: permission phantomspawncontrol.updatechecker to get notified on login of a new version if existent.

#Changed: updated commons code to v1.10.1.

IMPORTANT: This update requires editing of the current config. Please add the following to the bottom of the file:
Code (YAML):
# Options regarding the updateChecker (by mfnalex (https://github.com/JEFF-Media-GbR/Spigot-UpdateChecker))
updatechecker
:
  enable
: true
  notify_op_on_login
: true

You can always compare your config with the default one available on the plugin's main page.


Best regards
Alex_qp
----------, Mar 28, 2022

Changelog v1.8.0:

#Fixed: plugin created unnecessary error messages about saving.

Best regards
Alex_qp

PS: @Outlander87 I am always glad for bug reports. However I hope everything now works as intended.
----------, Jan 4, 2022

Changelog v1.7.0:

#Fixed: plugin tried to load a player's BigInv who did not have all necessary permissions.

Best regards
Alex_qp

PS: @Outlander87 thanks for pointing this out!
----------, Jan 2, 2022

Changelog v1.6.0:

#Added: config option to change the inventory's title.
#Added: config option to change the plugin's chat prefix.

#Fixed: biginv.see did not grant access to the command /biginv see

IMPORTANT: This plugin needs editing of the current config. Please add the following below save_on_inventory_close:
Code (YAML):
# Set the title of a BigInv inventory. Use %player% for the player's name.
inventory_title
: "BigInv (%player%)"
In addition please add the following within the messages section:
Code (YAML):
# Set the command's main prefix. Use "default" for the default command prefix.
  cmd_prefix
: "default"

Best regards
Alex_qp

PS: @Outlander87 Thanks for pointing the bug out to me. Also I hope your now satisfied with the additional options.
----------, Dec 22, 2021

Changelog v1.5.0:

#Added: official support for MC version 1.18.

#Changed: updated java version to 11.
#Changed: updated commons code to v1.9.0.

IMPORTANT: The plugin requires now at least Java 11 to run!

Best regards
Alex_qp
----------, Dec 4, 2021

Changelog v1.4.0:

#Fixed: plugin did not work below MC 1.17.

Sorry for the inconveniences.

Best regards
Alex_qp
----------, Jun 23, 2021

Changelog v1.3.3:

#Added: official support for MC 1.17.


Best regards
Alex_qp
----------, Jun 22, 2021

Changelog v1.3.2:

#Added: official support for MC version 1.16.4.


Best regards
Alex_qp
----------, Nov 10, 2020

Changelog v1.3.1:

#Added: official support for MC version 1.16.

#Changed: native Minecraft version to 1.16.
#Changed: tabCompletion for see/backup command will only work with the corresponding permission.
#Changed: error message for console if backup command is not performed correctly.

#Removed: config option messages.wrongCmdUsage.no_subCmd

IMPORTANT: This update needs editing of the current config. Please remove messages.wrongCmdUsage.no_subCmd.

Best regards
Alex_qp
----------, Aug 27, 2020

Changelog v1.3.0:

#Added: permission biginv.backup.login to restore backups automatically on login. (If the BigInv is too small again, it will create a new one of course)

#Changed: before creating a backup items will now get stacked into left over space if possible.
#Changed: shared commons code to v1.7.2. This improves console messages.


Best regards
Alex_qp
----------, Feb 27, 2020

Changelog v1.2.1:

#Added: official support for MC version 1.15.

#Changed: native Minecraft version to 1.15.

Please note that this update has no real effect except of removing a severe message on load.


Best regards
Alex_qp
----------, Dec 15, 2019

Changelog v1.2.0:

#Changed: shared commons code to v1.6.0+. This improves data reading/saving.
#Changed: package structure to fit common java conventions.

#Fixed: last item of a BigInv was not saved.

I would highly appreciate some more ratings. Also I lowered the price by half for now.

Best regards
Alex_qp
----------, Oct 8, 2019

Changelog v1.1.0:

#Changed: shared commons code to v1.4.0. This may change/improve console messages a bit.
#Changed: default value of messages.wrongCmdUsage.prefix is now missing a blanket at the end (because it will now be automatically added!)

#Fixed: BigInv was not saved if items were only added by shift-clicking.

I would highly appreciate some first ratings.

Best regards
Alex_qp
----------, Aug 25, 2019

Resource Information
Author:
----------
Total Downloads: 35
First Release: Jul 29, 2019
Last Update: Jun 10, 2024
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings