mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 20:43:54 +00:00
Correct description of strip nbt
This commit is contained in:
@ -189,7 +189,7 @@ public class Settings extends Config {
|
||||
})
|
||||
public boolean RESTRICT_HISTORY_TO_REGIONS = true;
|
||||
@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<>();
|
||||
|
||||
|
Reference in New Issue
Block a user