BookBan

BookBan

Plugin

Prevent book bans by not allowing inventories to get too large

Server Game MechanicsManagementUtility

295 downloads
7 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter loader...
Filter versions...

1.1.0

by trickypr on Nov 16, 2022
Download

Fixes

  • The size of shulker boxes now taken into account
  • Takes into account the size of a single stack as well as total inventory size

Changed

  • /reloadbookban has changed to /bookban reload
  • You can now specify a dynamic max book size

Recommended new config

# Will log information about your current inventory size. Extra details in the
# server console
debug: true
# If the plugin is listening for events or not. Intended in case you need to
# disable the plugin without restarting the server
disabled: false

limit:
  # The maximum size that a players inventory is allowed to be
  inventory: 5223975
  # The maximum size of item that the player is allowed to pick up. If this is
  # to large, the player will be able to pick up an item, but will crash when
  # they open their inventory
  item: 731461
  # This is the maximum size of books that are allowed to be created, intended
  # to stop the creation of books for bookbans in survival servers
  book: 8000

1.0.1

by trickypr on Oct 29, 2022
Download

Fixed

  • Default inventory limit closer to Minecraft's limit (won't effect existing installs)
  • Reload message on reload

1.0.0

by trickypr on Oct 19, 2022
Download

Project members

trickypr

Owner

Details

Licensed MIT
Published 2 years ago
Updated 2 years ago