fazeprojects / fazecore
A server software for Minecraft: Pocket Edition written in PHP
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
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:
- Linux: PHP-Linux-x86_64.tar.gz
- MacOS: PHP-MacOS-x86_64.tar.gz
- Windows: PHP-Windows-x64.zip
- Debug Version: PHP-Windows-x64-debug-pack.zip
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
-
Extract the files to the desired directory.
Extraia os arquivos no diretório desejado. -
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 arquivostart.cmd
. -
MacOS/Linux: Run the
start.sh
file (on Unix systems, remember to give execution permission with the commandchmod +x start.sh
).
MacOS/Linux: Execute o arquivostart.sh
(em sistemas Unix, lembre-se de dar permissão de execução com o comandochmod +x start.sh
). -
PowerShell (Windows): If preferred, you can use the
start.ps1
script in PowerShell.
PowerShell (Windows): Se preferir, pode usar o scriptstart.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