Skip to content
A.J. Romaniello edited this page Jan 20, 2021 · 6 revisions

BackPackLimiter - BETA

Allows you to limit the number of backpacks a player can carry in their inventory at once.

How to Enable

  • Turn General.BackPackLimiter.Enabled to true
  • Change General.BackPackLimiter.Repeatto your desired repeat interval, default 20 ticks = 1 second
  • View how to assign permissions to players for this here.

Default Settings

# Configuration Version - DO NOT CHANGE
Config-Version: 3

# Suppoted Languaged - https://github.com/CoachLuck/BackPacksPlus/tree/master/src/main/resources/lang
Languag: "en"

# Whether or not to check if the plugin is out of date
# Only checks once on startup
Check-For-Update: true
General:

  # Whether or not to limit the number of backpacks players can carry at once.
  # Requires Restart to take effect.
  BackPackLimiter:
    Enabled: false
    Repeat: 20
Clone this wiki locally