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.
TMJA Item Short Cut - TMJAItemShortCut.js
Plugin desc : Adds the ability to use items in map scenes.
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/TMJAItemShortCut.js
File name : TMJAItemShortCut.js
Help of plugin :
@plugindesc Adds the ability to use items in map scenes. @author tomoaky @url https://github.com/munokura/tomoaky-MV-plugins @license MIT @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. ----- is required. Be sure to install this plugin below. How to use: Press the shift key while selecting an item in the item scene to open the shortcut window. While this window is open, use the ← / → keys to select a slot and press the confirm key (enter / space / Z) 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 shift key in the map scene. You can use registered items using the same procedure as when registering them. Plugin command: JumpAction setItemSC 0 1 # Register item 1 to slot 0 @param slotNumber @desc Number of item slots. Default: 8 @default 8 @param windowX @desc X coordinate of the shortcut window. Default: 408 (-1 displays it above the player's head). @default 408 @param windowY @desc Y coordinate of the shortcut window. Default: 0 @default 0 @param windowWidth @desc Width of shortcut window. Default: 408 @default 408 @param windowHeight @desc Shortcut window height. Default: 64 @default 64 @param windowHide @desc Hide the shortcut window when not in use. Default: 1 (0: do not hide) @default 1