Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scar17off/ywop-server
Fork of mathmakgakpak's Node-OWOP project implementing more features and bug fixes
https://github.com/scar17off/ywop-server
2d-game browser-game game-client game-server javascript nodejs ourworldofpixels owop web-development web-game
Last synced: 3 days ago
JSON representation
Fork of mathmakgakpak's Node-OWOP project implementing more features and bug fixes
- Host: GitHub
- URL: https://github.com/scar17off/ywop-server
- Owner: scar17off
- Created: 2023-08-01T07:58:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T07:09:09.000Z (8 months ago)
- Last Synced: 2024-12-12T21:08:22.556Z (about 2 months ago)
- Topics: 2d-game, browser-game, game-client, game-server, javascript, nodejs, ourworldofpixels, owop, web-development, web-game
- Language: JavaScript
- Homepage: https://replit.com/@scar17off/ywop
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### To clean cache and chunkdata type `clean` in the console.
### If you're about to modify or host this server, please follow this requirements:## ENV Variables:
`adminlogin` - password for /adminlogin command
`antiProxyKey` - get key here: proxycheck.io
`captchaBypass` - bypass password for captcha
`captchaKey` - get key here https://www.google.com/recaptcha/about/
`modlogin` - global modlogin
`token` - token for discord gateway bot
`databaseKey` - Secret key for every database in the server. (bans)
## Plugins
plugins with '-' on start or without '.js' at end will be ignored
`discord.js` - discord gateway## CHANGE THIS (IMPORTANT!):
`/client/app.js:2449` (WS URL)
`/plugins/Discord Gateway/config.json` (CHANNEL ID, GUILD ID)
## Console
### There are console commands, you can access them by typing `help`.
## Plugin creation
### For plugin developers i made a documentations with a good examples, so you can modify the game without editing thousands of server code.