public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MZNotebook System - Adds a "Notes" option to the pause menu

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Notebook System - Adds a "Notes" option to the pause menu
  • Original author: Megum
  • Original date: April 24, 2025
  • Source thread: https://forums.rpgmakerweb.com/threads/notebook-system-adds-a-notes-option-to-the-pause-menu.177186/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)

Summary

Hello guys! I came up with this idea, is pretty similar to Simple Quests System from Pheonix KageDesu. Basically it adds a new option on the pause menu named Notes, this opens a notebook with two pages were you can manually add entries by script calls, like a diary for the player that can be updated all the time. You must have these images at img\pictures on your project folder (You can edit them or replace them, just make sure they have the same proportions).

Archived First Post

Hello guys!

I came up with this idea, is pretty similar to Simple Quests System from Pheonix KageDesu.
Basically it adds a new option on the pause menu named Notes, this opens a notebook with two pages were you can manually add entries by script calls, like a diary for the player that can be updated all the time.
You must have these images at img\pictures on your project folder (You can edit them or replace them, just make sure they have the same proportions).
  • notebook.png
  • arrowLeft.png
  • arrowLeftActive.png
  • arrowRight.png
  • arrowRightActive.png
This plugin is created for 1280x720 games, if you use diferent dimentions you have to adjust it.

The plugin use CatCafe Font by default, you can download it here (Is in ttf, you must convert it to woff, I'm sorry I can't distribute it, it's against their terms.).

Script for adding a note from an event:
$gameSystem.addNoteEntry("Text", "Title optional");

Title can be omitted or set to null if not desired.

capturada.jpg


You can use this for commercial and non-commercial games, just credit me when you do it (Megum).

Download here!

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

You can use this for commercial and non-commercial games, just credit me when you do it (Megum). Download here!

Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rmmz#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar