-
Notifications
You must be signed in to change notification settings - Fork 200
How to build the MiNET plugins on MACBOOK PRO
Sirawit Thaya edited this page Jun 22, 2021
·
5 revisions
I am building MiNET plugins on Macbook - VMware - Windows 10 - VS2015
- Install VMware Fusion in MAC
- Install Windows 10 in VMware Fusion
- Install VS2015 in Windows 10
- Install VS CODE in MAC
- Share the Download Folder by VMware Setting
- Set the Download Folder to Y: by Windows 10
- Set the network to bridge mode by VMware Setting
- Download MiNET source code into the Download Folder
- Download a PC mine game map to ./world
- Edit ./server.conf
- Edit the TESTPLUGIN source code in VS CODE, Build & Test Plugins in Windows 10 - VS2015.
More question free to chat me @zxl777
This file must be set correctly - server.conf
#DO NOT REMOVE THIS LINE - MiNET Config
ip=0.0.0.0
port=19132
# Throttling
#MaxNumberOfPlayers=1
#MaxNumberOfConcurrentConnects=1
#InactivityTimeout=2000
#UseEncryption=false
#UseEncryptionForAll=false
#ForceOrderingForAll=false
#EnableStatistics=true
#EnableSecurity=true
motd=§6§l» §6i§7MineGame§6§l «
WorldProvider=anvil
#WorldProvider=flat
#ViewDistance=11
#MaxViewDistance=8
#MoveRenderDistance=1
#GameMode=Survival
GameMode=Creative
#Difficulty=Peaceful
#Difficulty=Easy
#Difficulty=Normal
PCWorldFolder=world
PluginDirectory=Y:\下载\MiNET\src\MiNET\TestPlugin\bin\Debug\
PluginDisabled=false
#NiceLobby.Enabled=false
#CoreCommands.Enabled=false
#Pets.Enabled=false