-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
72 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
### Configuration | ||
|
||
Pumpkin offers a robust configuration system that allows users to customize various aspects of the server's behavior without relying on external plugins. This provides flexibility and control over the server's operation. | ||
|
||
### Basic / Advanced | ||
|
||
Pumpkin's Configuration is split into a basic Configuration made for quick changes and important changes and a more Advanced Configuration | ||
|
||
- `configuration.toml`: simple and can be compared to the vanilla `server.properties`. | ||
- `features.toml`: designed to have all features of pumpkin at one place, making it a large configuration | ||
|
||
#### Key Features: | ||
- Extensive Customization: Configure server settings, player behavior, world generation, and more. | ||
- Performance Optimization: Optimize server performance through configuration tweaks. | ||
- Plugin-Free Customization: Achieve desired changes without the need for additional plugins. | ||
|
||
- Extensive Customization: Configure server settings, player behavior, world generation, and more. | ||
- Performance Optimization: Optimize server performance through configuration tweaks. | ||
- Plugin-Free Customization: Achieve desired changes without the need for additional plugins. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
### Common Issues | ||
|
||
1. ### Broken Chunk Lighting | ||
|
||
See [#93](https://github.com/Snowiiii/Pumpkin/issues/93) | ||
|
||
**Issue:** Broken chunk lighting in your Minecraft server. | ||
|
||
**Cause:** The server is currently not calculating lighting for chunks, we working on that. | ||
|
||
**Temporary Fix:** Use a full-bright resource pack. This will temporarily resolve the issue by making all chunks appear brightly lit. You can find many full-bright resource packs online. | ||
|
||
2. ### I can place blocks inside me | ||
|
||
See [#49](https://github.com/Snowiiii/Pumpkin/issues/49) | ||
|
||
**Issue:** Players are able to place block in them. | ||
|
||
**Cause:** The server is currently not calculating hitboxes for blocks, we working on that. | ||
|
||
3. ### Server is unresponsive | ||
|
||
**Issue:** You have to wait before reconnect or can't do basic things while chunks are loading. | ||
|
||
**Cause:** The server has currently blocking issues, we working on that. | ||
|
||
4. ### Failed to verify username | ||
|
||
**Issue:** Some players reported having issues loggin into the Server, Having "Failed to verify username" error. | ||
|
||
**Cause:** This has to do with Authentication, Usally with the prevent proxy connections setting. | ||
|
||
**Fix:** Disable `prevent_proxy_connections` in `features.toml` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters