OWOP Mini is a modded version of node-owop, designed to be a lightweight and efficient implementation. This project allows users to draw pixels with others in real-time on an (almost) infinite canvas.
- World border
- Ban system
- Pixel distance limit
- Moderator tools check
- World properties
- JSON Databases
- Captcha
- Antiproxy
- Plugins
- Webpack and many dependencies
- Documentation
- Admin panel
- API endpoints
- Console commands
- Console logging
- Config manager
- Many commands
- Country ban
- World password
-
Clone the repository:
git clone https://github.com/scar17off/owop-mini cd owop-mini
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory and add your environment variables:adminlogin=admin modlogin=mod
-
Start the server:
npm start
-
Open your browser and navigate to
http://localhost:3000
.
This project is licensed under the MIT License. See the LICENSE.md
file for more details.
Contributions are welcome! Please feel free to submit a PR.