-
-
Notifications
You must be signed in to change notification settings - Fork 8
Configuration
A.J. Romaniello edited this page Jan 20, 2021
·
6 revisions
Allows you to limit the number of backpacks a player can carry in their inventory at once.
- Turn
General.BackPackLimiter.Enabled
totrue
- Change
General.BackPackLimiter.Repeat
to your desired repeat interval, default 20 ticks = 1 second - View how to assign permissions to players for this here.
# 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