⚙️Configuration

All messages can be changed in the lang.yml file. Color codes using & are supported.

Messages

Key
Default
Description

prefix

&6[MobBag]&r

Prefix added to the start of all messages.

already-full

&cYou already have a mob captured in this Mob Bag.

Sent when a player tries to capture a mob while their bag is already full.

capture-invalid

&cYou can only capture animals and villagers.

Sent when a player tries to capture an unsupported entity.

capture-success

&aCaptured a %mob%

Sent when a mob is successfully captured. %mob% is replaced with the mob type/name.

corrupted-bag

&cThis Mob Bag is corrupted.

Sent when a stored bag has missing or invalid NBT data.

release-success

&eReleased a %mob%

Sent when a mob is successfully released. %mob% is replaced with the mob type/name.

release-failed

&cFailed to release mob.

Sent if the release process fails unexpectedly.

given

&aGave an empty Mob Bag to %player%

Sent to the command sender when they give a bag. %player% is replaced with the player’s name.

player-not-found

&cPlayer not found.

Sent when /mobbag give <player> is used with an invalid/offline name.

usage

&eUsage: /mobbag give <player>

Sent when /mobbag is used incorrectly.

no-permission

&cYou don’t have permission to use this command.

Sent when a player tries to run a command without the required permission.

Last updated