-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (29 loc) · 1.49 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
