-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README added
- Loading branch information
Showing
4 changed files
with
46 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Entity Purge | ||
### A simple ClearLag mod that aims to be as customizable as possible | ||
|
||
## Configuration File | ||
### clearItem | ||
- **Description :** Determines whether the ground objects should be deleted during ClearLag | ||
- **Default value :** `true` | ||
|
||
### minutesBetweenEachPurge | ||
- **Description :** Specifies the time in minutes between each entity and object purge cycle | ||
- **Default value :** `1` | ||
|
||
### entitiesToClear | ||
- **Description :** Contains the identifiers of the Minecraft entities that will be deleted during ClearLag | ||
- **Example :** `["minecraft:pig","mymod:importantentity"]` | ||
|
||
### warning10s | ||
- **Description :** Enables or disables the display of a warning message 10 seconds before the ClearLag is triggered | ||
- **Default value :** `true` | ||
|
||
### warning10sMessage | ||
- **Description :** Sets the warning message displayed to players 10 seconds before entities are removed | ||
- **Default value :** `"§cCaution, the clear lag will append in 10 seconds!"` | ||
|
||
### warninghappend | ||
- **Description :** Enables or disables the display of a message indicating that purge has been performed | ||
- **Default value :** `true` | ||
|
||
### warninghappendMessage | ||
- **Description :** Sets the message displayed to players after ClearLag has been executed | ||
- **Default value :** `"§2Clear lag done!"` | ||
|
||
|
||
|
||
## Dependencies | ||
### Architectury API required | ||
 | ||
### MidnightLib required | ||
 |
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