fazeprojects/fazecore

A server software for Minecraft: Pocket Edition written in PHP

dev-main 2024-12-08 12:01 UTC

This package is auto-updated.

Last update: 2025-06-08 13:01:18 UTC


README

FazeCore is a feature-rich server software for Minecraft PE and Windows 10 Edition, designed to provide an optimized and customized experience for Minecraft servers. With advanced features and easy configuration, FazeCore allows you to manage your server efficiently and powerfully.

FazeCore é um software de servidor completo para Minecraft PE e Windows 10 Edition, projetado para fornecer uma experiência otimizada e personalizada para servidores de Minecraft. Com recursos avançados e fácil configuração, FazeCore permite que você gerencie seu servidor de forma eficiente e poderosa.

Installation and Usage | Instalação e Uso

Step 1: Download the Correct Binaries | Passo 1: Baixe os Binários Corretos

Before installing FazeCore, it is important to download the correct PHP binaries for your operating system. Choose the appropriate version:

Antes de instalar o FazeCore, é importante que você baixe os binários PHP corretos para o seu sistema operacional. Escolha a versão apropriada:

Make sure to download the binary corresponding to your operating system.
Certifique-se de baixar o binário correspondente ao seu sistema operacional.

Step 2: Extraction and Configuration | Passo 2: Extração e Configuração

  1. Extract the files to the desired directory.
    Extraia os arquivos no diretório desejado.

  2. Configure the PHP environment. Depending on your operating system, follow the PHP configuration instructions to ensure it is working correctly.
    Configure o ambiente PHP. Dependendo do seu sistema operacional, siga as instruções de configuração do PHP para garantir que ele esteja funcionando corretamente.

Step 3: Run the Server | Passo 3: Executar o Servidor

To start the server, use the script suitable for your operating system:
Para iniciar o servidor, use o script adequado para o seu sistema operacional:

  • Windows: Run the start.cmd file.
    Windows: Execute o arquivo start.cmd.

  • MacOS/Linux: Run the start.sh file (on Unix systems, remember to give execution permission with the command chmod +x start.sh).
    MacOS/Linux: Execute o arquivo start.sh (em sistemas Unix, lembre-se de dar permissão de execução com o comando chmod +x start.sh).

  • PowerShell (Windows): If preferred, you can use the start.ps1 script in PowerShell.
    PowerShell (Windows): Se preferir, pode usar o script start.ps1 em PowerShell.

Commands to start the server | Comandos para iniciar o servidor

  • Windows (CMD):

    start.cmd
  • Linux/MacOS (Terminal):

    ./start.sh
  • PowerShell (Windows):

    .\start.ps1