MMO - RPG Maker MV
A downloadable asset pack
I’ve finally released a usable version of the MMO plugin for RPG Maker MV for everyone!
Please read carefully!
The first thing to keep in mind is that this plugin currently only works on Windows and is not yet available for browsers.
More updates will be coming soon, and all of them will be free, so you only need to pay once.
If you have any questions or run into any issues, please join the Discord server: discord.gg/E6frTVBSXS.
How to Use:
- Simply drag the two plugins, "MMO_Core" and "MMO_Chat," into the
js/plugins
folder, and install them in RPG Maker MV. - Drag the
server
folder into your project’s root directory.
The only important file you'll need inside the server
folder is Start_Server.bat
, which you’ll use to start the server. I’ve left a lot of logs in the server terminal for now, but I may remove them soon. A folder called data
will be created when you start the server, which will store player accounts using Redis. (It’s important to back up player data!)
In the Plugin Manager, there are many settings you can tweak as needed, but remember to use your external IP in the Plugin Manager if you want to use your PC as the server.
Install Node from https://nodejs.org/
Features:
- Each developer will have their own server, whether it’s on their PC or a VPS.
- A customizable chat feature, configurable in the Plugin Manager.
- Admin Powr Panel to add items, equipments or ban players.
- Login and registration screens that can be customized in the Plugin Manager.
(To add a background image on login screen, create a folder inside img called login, inside it you can add your images) - A Captcha system to prevent DDOS attacks.
- Obfuscated code to make it harder for hackers to attack.
- Offline maps for cutscenes, where players won’t see each other. Just add the
<offline>
tag to the map name. - Global switches and variables: just add
<global>
to their names.
- Trade between players(Add this tag if you don't want the item to be non-exchangeable > <non-tradable>).
- Offline switches and variables, which won’t be saved in the database. Add the
<offline>
tag to their names. - Player names and event names can be displayed. Use the
<eventname:Chest>
tag in the event’s comment box. - Synced player movements.
- The server uses UWebSocket + Redis for robust, real-time performance.
- The “Save” option has been removed from the RPG Maker MV menu since everything is saved automatically.
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $45 USD. You will get access to the following files:
Development log
- Small change25 days ago
- AdminPower Panel added!31 days ago
- New Update: Trade between players!40 days ago
- New update!48 days ago
Comments
Log in with itch.io to leave a comment.
I'm praying on my knees for this in MZ so that I can combine it with the action plugin
im creating a MZ version, you can check updates here > discord.gg/E6frTVBSXS
So Epic!, hope u release for mobile aswell
ty man, i will think about that
Best. Thing. Ever! 🚀✨
This is awesome! Will get it when my current project is released to play around with. Keep doing cool plugins!
TYVM! I will!