Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
TM Item Short Cut - TMItemShortCut.js
Plugin desc : Adds the ability to use items directly in the map scene.
License : MIT License
Author : tomoaky
Desc page : https://github.com/munokura/tomoaky-MV-plugins
Download Page : https://raw.githubusercontent.com/munokura/tomoaky-MV-plugins/refs/heads/master/TMItemShortCut.js
File name : TMItemShortCut.js
Help of plugin :
@plugindesc Adds the ability to use items directly in the map scene. @author tomoaky @url https://github.com/munokura/tomoaky-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/tomoaky-MV-plugins ). Original plugin by tomoaky. ----- TMPlugin - Item Shortcuts ver. 1.0.3 How to Use: Pressing the S key while selecting an item in the item scene will open the shortcut window. While this window is open, use the ←/→ keys to select a slot and press the Enter/Space/Z key to register the item to a shortcut. In addition to the above method, you can also register items using plugin commands. The shortcut window can also be opened by pressing the S key in the map scene. You can use items using the same operations as when registering them. This plugin has been tested with RPG Maker MV Version 1.5.1. Plugin Commands: setItemSC 0 1 Registers item 1 to slot 0. stopItemSC Temporarily disables the item shortcut function. startItemSC Removes the disablement caused by stopItemSC. @param shortCutKey @desc Shortcut window call key. Default: S @default S @type string @param slotNumber @desc Number of item slots. Default: 8 @default 8 @type number @param windowX @desc X coordinate of the shortcut window. Default: 408 ( -1 displays it above the player's head). @default 408 @type string @param windowY @desc Y coordinate of the shortcut window. Default: 0 @default 0 @type string @param windowWidth @desc Width of shortcut window. Default: 408 @default 408 @type number @param windowHeight @desc Shortcut window height. Default: 64 @default 64 @type number @param backgroundType @desc Shortcut window background type. Default: 0 (0 = normal / 1 = dark / 2 = transparent) @default 0 @type select @option usually @value 0 @option Darken @value 1 @option transparent @value 2 @param windowHide @desc Hides the shortcut window when not in use. Default: ON (false = OFF, not hidden / true = ON, hidden) @default true @type boolean