mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-14 19:32:04 +01:00
Cleanup
This commit is contained in:
parent
1cbd10a38e
commit
4d877741d4
@ -12,47 +12,47 @@ public class Settings extends StorageObject
|
|||||||
{
|
{
|
||||||
@Comment(
|
@Comment(
|
||||||
{
|
{
|
||||||
"############################################################",
|
"##########################################################",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"# | General Settings | #",
|
"| General Settings | #",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"############################################################"
|
"##########################################################"
|
||||||
})
|
})
|
||||||
private General general = new General();
|
private General general = new General();
|
||||||
@Comment(
|
@Comment(
|
||||||
{
|
{
|
||||||
"############################################################",
|
"##########################################################",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"# | Chat Settings | #",
|
"| Chat Settings | #",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"############################################################"
|
"##########################################################"
|
||||||
})
|
})
|
||||||
private Chat chat = new Chat();
|
private Chat chat = new Chat();
|
||||||
@Comment(
|
@Comment(
|
||||||
{
|
{
|
||||||
"############################################################",
|
"##########################################################",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"# | Economy Settings | #",
|
"| Economy Settings | #",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"############################################################"
|
"##########################################################"
|
||||||
})
|
})
|
||||||
private Economy economy = new Economy();
|
private Economy economy = new Economy();
|
||||||
@Comment(
|
@Comment(
|
||||||
{
|
{
|
||||||
"############################################################",
|
"##########################################################",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"# | Commands Settings | #",
|
"| Commands Settings | #",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"############################################################"
|
"##########################################################"
|
||||||
})
|
})
|
||||||
private Commands commands = new Commands();
|
private Commands commands = new Commands();
|
||||||
@Comment(
|
@Comment(
|
||||||
{
|
{
|
||||||
"############################################################",
|
"##########################################################",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"# | Group Settings | #",
|
"| Group Settings | #",
|
||||||
"# +------------------------------------------------------+ #",
|
"+------------------------------------------------------+ #",
|
||||||
"############################################################"
|
"##########################################################"
|
||||||
})
|
})
|
||||||
private Groups groups = new Groups();
|
private Groups groups = new Groups();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user