mirror of
https://github.com/essentials/Essentials.git
synced 2025-01-18 13:56:29 +01:00
Cleanup
This commit is contained in:
parent
0d0111658d
commit
b512878223
@ -12,47 +12,47 @@ public class Settings extends StorageObject
|
||||
{
|
||||
@Comment(
|
||||
{
|
||||
"############################################################",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"# | General Settings | #",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"############################################################"
|
||||
"##########################################################",
|
||||
"+------------------------------------------------------+ #",
|
||||
"| General Settings | #",
|
||||
"+------------------------------------------------------+ #",
|
||||
"##########################################################"
|
||||
})
|
||||
private General general = new General();
|
||||
@Comment(
|
||||
{
|
||||
"############################################################",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"# | Chat Settings | #",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"############################################################"
|
||||
"##########################################################",
|
||||
"+------------------------------------------------------+ #",
|
||||
"| Chat Settings | #",
|
||||
"+------------------------------------------------------+ #",
|
||||
"##########################################################"
|
||||
})
|
||||
private Chat chat = new Chat();
|
||||
@Comment(
|
||||
{
|
||||
"############################################################",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"# | Economy Settings | #",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"############################################################"
|
||||
"##########################################################",
|
||||
"+------------------------------------------------------+ #",
|
||||
"| Economy Settings | #",
|
||||
"+------------------------------------------------------+ #",
|
||||
"##########################################################"
|
||||
})
|
||||
private Economy economy = new Economy();
|
||||
@Comment(
|
||||
{
|
||||
"############################################################",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"# | Commands Settings | #",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"############################################################"
|
||||
"##########################################################",
|
||||
"+------------------------------------------------------+ #",
|
||||
"| Commands Settings | #",
|
||||
"+------------------------------------------------------+ #",
|
||||
"##########################################################"
|
||||
})
|
||||
private Commands commands = new Commands();
|
||||
@Comment(
|
||||
{
|
||||
"############################################################",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"# | Group Settings | #",
|
||||
"# +------------------------------------------------------+ #",
|
||||
"############################################################"
|
||||
"##########################################################",
|
||||
"+------------------------------------------------------+ #",
|
||||
"| Group Settings | #",
|
||||
"+------------------------------------------------------+ #",
|
||||
"##########################################################"
|
||||
})
|
||||
private Groups groups = new Groups();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user