/minepark

Primary LanguagePHP

MinePark Software - Release v1.10

Copyright http://vk.com/mineparkrp

Environment & Tools:

  • Minecraft BE Client support 1.18
  • PocketMine-MP API 4
  • PHP 8.x, .NET 5.0
  • MySQL (10.5.12-MariaDB) > dbo.minepark
  • Use Postman for MDC requests
  • We write PHP code with any IDE (PHP 8 support required)
  • For MDC development we use C# with Visual Studio 2019/2022

Startup:

  • About DB installation: read file \mdc\DataCenter\MDC\Data\Migrations\MigrationsNotes.txt
  • Run latest MDC build with synchronized tokens and address (file mdc.yml)
  • Start PocketMine-MP server: \server\start.cmd

Branches:

  • master => main development branch
  • release => release versions of product

.NET Specifications:

  • UpperCamelCase: functions, fields, properties, classes, interfaces
  • lowerCamelCase: variables

PHP Specifications:

  • UpperCamelCase: classes
  • lowerCamelCase: functions, fields, variables
  • UPPERCASE: constants

Links: