An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Limit Possession - LimitPossession.js

Plugin desc : ver1.03/Added a system to limit item possession by weight.

License : MIT License

Author : Yana

Website : https://w.atwiki.jp/pokotan/pages/3.html

Desc page : https://github.com/munokura/Yana-MV-plugins

Download Page : https://raw.githubusercontent.com/munokura/Yana-MV-plugins/refs/heads/master/Item_Skill/LimitPossession.js

File name : LimitPossession.js

Help of plugin :

@plugindesc ver1.03/Added a system to limit item possession by weight.
@author Yana
@url https://github.com/munokura/Yana-MV-plugins
@license MIT License

@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/Yana-MV-plugins ).
Original plugin by Yana.
-----
Plugin Commands
--------------------------------------------------------------------
***Clear Loot***
**********************************************
ClearReserveItems
**********************************************
Discards all reserved loot.

------------------------------------------------------
How to Use
------------------------------------------------------
This command works by installing the plugin and setting the plugin parameters.
Items exceeding your carry weight limit are sent to your loot. If your carry weight limit is full, you will be restricted in various ways, including when changing equipment.
This command also allows you to discard items.

You can set the item's weight to xxx by writing either
<weight:xxx>
in the item's notes.
If no setting is made, the weight set in the plugin parameters will be used.

You can prevent an item from being discarded by writing either
<WasteNot>
in the item's notes.
You can prevent an item from being discarded by using plugin parameters.

*Due to its design, this plugin inevitably slows down the acquisition of large numbers of items.
Therefore, it has a dedicated process for acquiring all items.
Please execute 
$gameParty.gainAllItems()
in the event command script.
------------------------------------------------------
Terms of Use
------------------------------------------------------
This plugin is released under the MIT License.
http://opensource.org/licenses/mit-license.php
------------------------------------------------------
Update History:
ver1.03:180917
Fixed a bug where the category window would not initialize properly when loot was depleted when using secondary categories.
ver1.021:180409
Updated plugin parameter specifications to 1.5.0.
ver1.02:170108
Changed so that clicking the middle mouse button also switches to discard mode.
ver1.01:170104
Added text to display when the number of dropped items exceeds the inventory limit.
ver1.00:
Released

@param WeightText
@desc The display name of the weight.
@default Carrying weight

@param DropText
@desc The name of the location where overflow items will be placed.
@default Drop Items

@param MaxWeightVariableId
@desc The ID of the variable that determines the maximum carrying weight.
@default 18
@type variable

@param DefaultMaxWeight
@desc This is the base value of the maximum carrying weight. When the variable is 0, this value is substituted.
@default 100
@type number

@param DefaultItemWeight
@desc The weight of the item without a setting.
@default 1.0

@param DefaultKeyItemWeight
@desc The weight of important things that have no settings.
@default 0

@param MaxReserveSize
@desc The maximum number of items that can be reserved.
@default 30
@type number

@param KeyAbolition
@desc The key used to discard.
@default control,menu

@param KeyAbolitionAll
@desc This is the key used to discard everything.
@default shift

@param NumberOfDecimalPlace
@desc The number of decimal places to align.
@default 1
@type number

@param AbolitionModeTone
@desc This is the window tone for the discard window when in discard mode.
@default 206,68,24,0

@param AbolitionAsk
@desc Display of options in the discard window.
@default Do you want to throw away the item?

@param AbolitionAllAsk
@desc This is the option displayed in the window where you discard all your loot.
@default Throw away all your Drop Items?

@param AbolitionAnswer
@desc Answers to the options in the discard window.
@default Yes,No

@param AbolitionModeText
@desc The text to use for discard mode.
@default Abolition Mode

@param AbolitionModeTextOn
@desc This is the text that is displayed when discard mode is ON.
@default ON

@param AbolitionModeTextOff
@desc This is the text that is displayed when discard mode is OFF.
@default OFF

@param DropOverflowingItem
@desc This is the information displayed when the drop is overflowing. %1 will be converted to the item name.
@default %1 was sent to loot as it could not be carried!

@param DropVanishingItem
@desc This is the information displayed when the drop overflows from the loot. %1 will be converted to the item name.
@default %1 was lost because it could not be carried...

@param InformationOverflowingItem
@desc [Only available when GetInformation is installed] This information is displayed when there is an overflow of items.
@default ¥I[_icon]_name¥c[31]  wassent to loot because he couldn't carry it all!

@param InformationVanishingItem
@desc [Only available when GetInformation is installed] This information is displayed when items overflow from your loot.
@default ¥I[_icon]_name¥c[23] was washed away because he couldn't hold it all...

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.