mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Correct description of strip nbt
This commit is contained in:
parent
9d68cd8380
commit
7a9cbe5d77
@ -189,7 +189,7 @@ public class Settings extends Config {
|
|||||||
})
|
})
|
||||||
public boolean RESTRICT_HISTORY_TO_REGIONS = true;
|
public boolean RESTRICT_HISTORY_TO_REGIONS = true;
|
||||||
@Comment({
|
@Comment({
|
||||||
"List of blocks to strip nbt from",
|
"List of nbt tags to strip from blocks, e.g. Items",
|
||||||
})
|
})
|
||||||
public List<String> STRIP_NBT = new ArrayList<>();
|
public List<String> STRIP_NBT = new ArrayList<>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user