mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-18 01:46:11 +00:00
chore: queue progress messages are not implemented
This commit is contained in:
parent
903064fd41
commit
83a4987252
@ -584,7 +584,8 @@ public class Settings extends Config {
|
|||||||
@Comment({"Display constant titles about the progress of a user's edit",
|
@Comment({"Display constant titles about the progress of a user's edit",
|
||||||
" - false = disabled",
|
" - false = disabled",
|
||||||
" - title = Display progress titles",
|
" - title = Display progress titles",
|
||||||
" - chat = Display progress in chat"
|
" - chat = Display progress in chat",
|
||||||
|
" - Currently not implemented"
|
||||||
})
|
})
|
||||||
public String DISPLAY = "false";
|
public String DISPLAY = "false";
|
||||||
@Comment("How often edit progress is displayed")
|
@Comment("How often edit progress is displayed")
|
||||||
|
Loading…
Reference in New Issue
Block a user