forked from AscensionGameDev/Intersect-Engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Server Security
Palit edited this page Dec 12, 2025
·
1 revision
| Name | Type | Example | Description |
|---|---|---|---|
| PacketFlooding | See PacketFlooding | ||
| IpBlacklist | array | ["127.0.0.1, 192.168.100.4"] | Configures a blacklist of IP Addresses to not allow to connect to the server. |
| Name | Type | Example | Description |
|---|---|---|---|
| EditorFloodThreshholds | See EditorFloodThreshholds | ||
| PlayerFloodThreshholds | See PlayerFloodThreshholds | ||
| FloodThreshholds | See FloodThreshholds |
| Name | Type | Example | Description |
|---|---|---|---|
| MaxPacketSize | number | 2147483647 | Configures the maximum size an editor networking packet is allowed to be before kicking the editor. |
| MaxPacketPerSec | number | 2147483647 | Configures the maximum packets per second an editor is allowed to send before kicking the editor. |
| KickAvgPacketPerSec | number | 2147483647 | Configures the maximum average packets per second an editor is allowed to send before kicking the editor. |
| Name | Type | Example | Description |
|---|---|---|---|
| MaxPacketSize | number | 2147483647 | Configures the maximum size a logged in player networking packet is allowed to be before kicking the player. |
| MaxPacketPerSec | number | 2147483647 | Configures the maximum packets per second a logged in player is allowed to send before kicking the player. |
| KickAvgPacketPerSec | number | 2147483647 | Configures the maximum average packets per second a logged in player is allowed to send before kicking the player. |
| Name | Type | Example | Description |
|---|---|---|---|
| MaxPacketSize | number | 2147483647 | Configures the maximum size a client networking packet is allowed to be before kicking the client. |
| MaxPacketPerSec | number | 2147483647 | Configures the maximum packets per second a client is allowed to send before kicking the client. |
| KickAvgPacketPerSec | number | 2147483647 | Configures the maximum average packets per second a client is allowed to send before kicking the client. |
- Home
- Authors
- Introduction
- Licensing and Cost
- Code of Conduct
- Contributing
- Prerequisites
- Requirements
- Improvement and fixing
- Supported Platforms
- Quick FAQ
- Published Games
-
Downloading Intersect
- File Structure
- Setup
- Compiling
- ๐ List of add-ons & guides
- ๐ ๏ธ List of tools
- ๐๏ธ List of videos
- Overview
- Setup Server
- Port Forwarding
- Config file (config.json)
- Server Console Commands
- Database
- Creating New Packets
- Security
- Passwords
- Web server & CMS
- Overview
- Editor Login
- Editor & Client config file
- Editor functionality
- Animations
- Classes
- Conditions
- Items
- Mapping
- Npcs
- Projectiles
- Quests
- Resources
- Shops
- Spells
- Variables
- Time (Day & Night)
- World / Map Design
- Z-Dimensions
- Map & Tile Sizes
- Introduction
- Common Events
- Event Commands
- Chat Commands
- Examples & Guides
- Intersect Event System Tutorial
- Introduction
- Getting Started
- Configuration
- Roles
- Endpoints
- Authentication
- Server Info
- Users
- Players
- Variables
- Chat
- Logs
- Admin Actions
- Game Objects
- ๐Hash Generators
- Overview