MZ用プラグイン

MPP 名前の重複禁止 - MPP_DuplicateName.js

シェア用テキスト:
▼MPP 名前の重複禁止(木星ペンギン様作) - MPP_DuplicateName.js
https://plugin-mz.fungamemake.com/archives/2389
[名前入力の処理]にて名前の重複や使用できない名前を設定できます。

ふりがな:なまえのじゅうふくきんし

機能概要: [名前入力の処理]にて名前の重複や使用できない名前を設定できます。

利用規約(ライセンス): MITライセンス

作者:木星ペンギン

作者サイト:https://woodpenguin.web.fc2.com/MV_Plugin/

解説ページ:https://woodpenguin.web.fc2.com/MV_Plugin/TpbCooldown.h…

ファイル名:MPP_DuplicateName.js

プラグインのヘルプ:

/*:ja
 * @target MV MZ
 * @plugindesc [名前入力の処理]にて名前の重複や使用できない名前を設定できます。
 * @author 木星ペンギン
 * @url 
 *
 * @help [version 3.0.0]
 * このプラグインはRPGツクールMVおよびMZ用です。
 * 
 * ▼ プラグインコマンド詳細
 *  〇 MV / MZ
 *  
 *  〇 ChangeDuplicateAccess boolean  / 重複禁止の変更
 *       boolean : true(有効) or false(無効)
 *   - 本プラグインの機能の有効/無効を変更します。
 *   - 名前の重複、使用できない名前、使用できないワードの全てが無効となります。
 *   - パスワードの入力等を想定した機能です。
 *   - 初期値は有効です。
 *   - この設定はセーブデータに含まれません。
 * 
 * ================================
 * Mail : wood_penguin@yahoo.co.jp (@は半角)
 * Blog : http://woodpenguin.blog.fc2.com/
 * License : MIT license
 * 
 *  @command changeDuplicateAccess
 *      @text 重複禁止の変更
 *      @desc 
 *      @arg boolean
 *          @text 許可/禁止
 *          @desc 
 *          @type boolean
 *          @default true
 * 
 *  @param Duplicate Type
 *      @text 重複対象
 *      @desc 
 *      @type select
 *          @option 禁止しない
 *          @value none
 *          @option 作成済みのアクター
 *          @value created actors
 *          @option 全アクター
 *          @value all actors
 *      @default all actors
 *
 *  @param Duplicate Message
 *      @text メッセージ[重複する名前]
 *      @desc 
 *      @default その名前は既に使われています。
 *      @parent Duplicate Type
 *
 *  @param Error Names
 *      @text 使用できない名前
 *      @desc 
 *      @type string[]
 *      @default []
 *
 *  @param Error Message
 *      @text メッセージ[使用できない名前]
 *      @desc 
 *      @default その名前は使用できません。
 *      @parent Error Names
 *
 *  @param Prohibited Words
 *      @text 禁止ワード
 *      @desc 
 *      @type string[]
 *      @default []
 * 
 *  @param Prohibited Message
 *      @text メッセージ[禁止ワード]
 *      @desc 
 *      @default 使用できないワードが含まれています。
 *      @parent Prohibited Words
 *
 */

スポンサードリンク

スポンサードリンク

-MZ用プラグイン

Copyright© #ツクプラMZ , 2026 All Rights Reserved.