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 Max Level - TMMaxLevel.js
Plugin desc : v1.0.1 You can increase the level cap during the game.
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/TMMaxLevel.js
File name : TMMaxLevel.js
Help of plugin :
@plugindesc v1.0.1 You can increase the level cap during the game. @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. ----- Plugin Commands: gainMaxLevel 1 5 # Increase Actor 1's level cap by 5 getMaxLevel 2 10 # Assign Actor 2's level cap to variable 10 getMaxLevelPlus 2 3 # Assign Actor 2's level cap (additional value) to variable 3 v1.0.1 Plugin parameters adjusted and help text typos fixed by Munokura @param maxMaxLevel @text Level Cap @desc Maximum level including additional value Initial value: 99 @default 99 @type number @min 1 @max 99