Dynamic Shop(Github)
A downloadable asset pack
Buy Now$20.00 USD or more
Transform your RPG Maker MZ store with our plugin! Easily define items through a .txt file on GitHub, enabling dynamic, real-time changes for all players. Quick and simple installation! Note: GitHub may take a little time to update the changes.
Installation Process for Your RPG Maker MZ Plugin
- Configure Token and Repository:
- Token: Go to GitHub Settings, generate a new token, and copy it.
- Repository: Create a new repository on GitHub or use an existing one.
- Branch: Ensure the main branch is named
main
. - File: Create a file named
remoteonlinestore.txt
in themain
branch of the repository.
- Plugin Configuration:
- Replace the information in the code:
javascript
const token = 'YOUR_TOKEN_HERE'; const repo = 'YOUR_REPOSITORY_NAME'; const branch = 'main'; const filePath = 'remoteonlinestore.txt';
- Replace the information in the code:
javascript
- Detailed Instructions:
- Obtain Token:
- Go to GitHub Settings.
- Click on "Generate new token".
- Name the token and select the necessary permissions.
- Click on "Generate token" and copy the generated token.
- Obtain Repository:
- Go to GitHub Repositories.
- Create a new repository or select an existing one.
- Use the repository name in the code.
- Create File:
- In the repository, go to the
main
branch. - Click on "Add file" and select "Create new file".
- Name the file
remoteonlinestore.txt
. - Add the desired content and click on "Commit new file".
- In the repository, go to the
- Obtain Token:
Purchase
Buy Now$20.00 USD or more
In order to download this asset pack you must purchase it at or above the minimum price of $20 USD. You will get access to the following files:
RemoteShopLoader.zip 1.7 kB
Leave a comment
Log in with itch.io to leave a comment.