mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 12:06:41 +00:00
Add debug messages
This commit is contained in:
@ -364,6 +364,11 @@ public class Settings extends Config {
|
||||
" - PERM: fawe.freebuild.<plugin>"
|
||||
})
|
||||
public boolean FREEBUILD = false;
|
||||
|
||||
@Comment({
|
||||
"Other experimental features"
|
||||
})
|
||||
public boolean OTHER = false;
|
||||
}
|
||||
|
||||
public static class WEB {
|
||||
|
Reference in New Issue
Block a user