Skip to content

Commit

Permalink
Update UpdateManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLeoko committed Jul 24, 2020
1 parent 2bd6bdd commit 85d58d1
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions src/main/java/me/leoko/advancedban/manager/UpdateManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,12 @@ public void setup() {
" OutOfIndex: \"&cThere is no page %PAGE%!\"",
" NoEntries: \"&c&o%NAME% has no notes yet\"",
" Header:",
" - \"&7\"",
" - \"%PREFIX% &7Notes for %NAME%:\"",
" - \"&c&oName &8| &e&oDuration &8| &7&onoted by\"",
" - \"&c&o#ID &8> &7&oReason\"",
" - \"&7\"",
" Entry:",
" - \"&8[&e%DATE%&8]\"",
" - \"&c%NAME% &8| &8| &7%OPERATOR%\"",
" - \"&c&l#%ID% &8> &7&o%REASON%\"",
" - \"&7%DATE% &8| &7By &o%OPERATOR% &7(&c#%ID%&7)\"",
" - \"&8> &e%REASON%\"",
" - \"&7\"",
" Footer: \"&7Page &e&o%CURRENT_PAGE% &7of &e&o%TOTAL_PAGES% &8| &7Notes: &e&o%COUNT%\"",
" PageFooter: \"&7Use &e&o/notes %NAME% %NEXT_PAGE% &7to see the next page\"",
Expand All @@ -101,15 +99,13 @@ public void setup() {
" OutOfIndex: \"&cThere is no page %PAGE%!\"",
" NoEntries: \"&c&oYou have no notes yet\"",
" Header:",
" - \"%PREFIX% &7Your notes:\"",
" - \"&e&oDuration &8| &7&oNoted by\"",
" - \"&c&o#ID &8> &7&oReason\"",
" - \"&7\"",
" - \"&7\"",
" - \"%PREFIX% &7Your notes:\"",
" - \"&7\"",
" Entry:",
" - \"&8[&e%DATE%&8]\"",
" - \"&e%DURATION% &8| &7%OPERATOR%\"",
" - \"&c&l#%ID% &8> &7&o%REASON%\"",
" - \"&7\"",
" - \"&7%DATE% &8| &7By &o%OPERATOR% &7(&c#%ID%&7)\"",
" - \"&8> &e%REASON%\"",
" - \"&7\"",
" Footer: \"&7Page &e&o%CURRENT_PAGE% &7of &e&o%TOTAL_PAGES% &8| &7Notes: &e&o%COUNT%\"",
" PageFooter: \"&7Use &e&o/notes %NEXT_PAGE% &7to see the next page\""
), true);
Expand Down

0 comments on commit 85d58d1

Please sign in to comment.