https://github.com/zinx28/bloxverse-server
just for npm gulp
https://github.com/zinx28/bloxverse-server
Last synced: 11 months ago
JSON representation
just for npm gulp
- Host: GitHub
- URL: https://github.com/zinx28/bloxverse-server
- Owner: zinx28
- License: apache-2.0
- Created: 2024-11-16T23:22:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T17:00:48.000Z (over 1 year ago)
- Last Synced: 2025-06-26T09:07:37.812Z (12 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bloxverse-server
just for npm gulp
- if any features requested ill add most likely
# Example
```js
const BloxServer = require("bloxverse-server");
BloxServer.StartServer({
map: "test.map", // map name
scripts: "./scripts", // user scripts folder
map_dir: "./map", // map dir ? maybe different maps?!?!
port: 8080, // server port
server_data: {
// max players (pretty sure its useless)
max_players: 100, // should actually be data from the server
},
localhost: true, // Local host disable hostkey checks (anyone can join with ip/port (token is useless))
host_key: "", // host_key
});
```