Server software for Minecraft Bedrock, written in Node js
Our Discord: https://discord.gg/UFqrnAbqjP
- Clone this repo
- Do 'npm i'
- If you on Windows do 'run.bat'
- If not do 'node index.js'
- Done
Open powershell as an admin
Run: CheckNetIsolation LoopbackExempt -a -n="Microsoft.MinecraftUWP_8wekyb3d8bbwe"
Join via 172.0.0.1
If you have one feel free to open an issue
- Example plugin: https://github.com/andriycraft/GreenFrogMCBE/tree/main/docs/plugins/exampleplugin | Description: This is a plugin is used just to test our API. You can use this an scaffolding for your plugin | Author: GreenFrogMCBE
- DonationReminder: https://github.com/andriycraft/GreenFrogMCBEdonations/ | Description: A plugin that adds that annoying donation message. | Author: GreenFrogMCBE
If you want for your plugin to be listed on the 'Plugins available for public usage' section, you must follow this rules:
- Your plugin must contain .gfmcp file in the root directory. Example here: https://github.com/andriycraft/GreenFrogMCBE/tree/plugins/docs/exampleplugin/.gfmcp
- Chat
- Player commands
- Console commands
- Join/leave messages
- Configuration
- Language system
- Support of new versions
- Basic moderation (/kick)
- Basic admin commands
- Plugin support
- Support of new versions
- Many events for plugin API
Our language system currently supports those languages: English, Lithuanian, Ukrainian, Vietnamese
For English language select "language": "en_US"
For Lithuanian language select "language": "lt_LT"
For Ukrainian language select "language": "uk_UA"
For Vietnamese language select "language": "vi_VN"
- You can edit your config in config.json
- You can edit your server language in /src/lang/(server language).json
- You can disable or enable commands in commands.json. "true" means enabled. "false" means disabled.
- You are not allowed to change your fork license
- Credit me and GreenFrogMCBE somewhere
If you want to support this project, you can donate at: https://www.paypal.com/donate/?hosted_button_id=EMT6MHNNL3KBQ
If you have one fell free to open an issue!
- Currently none
