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

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Simple Msg Side View MZ - SimpleMsgSideViewMZ.js

Plugin desc : [Ver1.2.0]At sideview battle, only display item/skill names.

License : MIT License

Author : Sasuke KANNAZUKI

Website : https://www.rpgmakerweb.com/products/rpg-maker-mz

Download Page :  C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch SimpleMsgSideViewMZ.js

File name : SimpleMsgSideViewMZ.js

Help of plugin :

* @target MZ
 * @plugindesc [Ver1.2.0]At sideview battle, only display item/skill names.
 * @author Sasuke KANNAZUKI
 *
 * @param displayAttack
 * @text Display Normal Attack?
 * @desc Whether to display normal attack.
 * @type boolean
 * @on Yes
 * @off No
 * @default false
 *
 * @param displayIcon
 * @text Display Icon?
 * @desc Whether to display icon with skill/item name.
 * @type boolean
 * @on Yes
 * @off No
 * @default true
 *
 * @param doesShowDesc
 * @text Show Description?
 * @desc Whether to display item/skill's description.
 * @type boolean
 * @on Yes
 * @off No
 * @default false
 *
 * @param descTiming
 * @parent doesShowDesc
 * @text Desc. Display Timing
 * @desc display description. 0:the same as item name, 1:after line wait
 * @type select
 * @option immidiate(0)
 * @value 0
 * @option after wait(1)
 * @value 1
 * @default 1
 *
 * @orderAfter Keke_SpeedStarBattle
 *
 * @help This plugin does not provide plugin commands.
 * This plugin runs under RPG Maker MZ.
 *
 * By introducing this plugin, at battle, display item/skill names alone,
 * not display battle logs.
 *
 * [Advanced Option: display one-line description]
 * When you set option 'Show Description?' true,
 * It displays not only item/skill name but also its description.
 * To define description, write at note following format.
 * <simpleDesc:*the description*>
 * When you don't write this, it lets second line of message be description.
 *
 * [Note]
 * - This plugin works also front view battle, but at the case,
 *  damage to ally is not displayed.
 * - By not displaying the log and only displaying the skill name,
 *  the speed of battle will increase slightly. 
 * - If you import this plugin with Keke_SpeedStarBattle.js,
 *  Put this plugin beneath the plugin in the plugin list.
 *
 * [License]
 * this plugin is released under MIT license.
 * http://opensource.org/licenses/mit-license.php

スポンサードリンク

-MZ plugins

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