Advertisement
Guest User

<none>

a guest
Oct 21st, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # The default layouts are in the Message.yml file!
  2.  
  3. # Message-Layouts can not only be used for bans but also for mutes and warns
  4. # Variables: %OPERATOR%, %REASON%, %PREFIX%, %DURATION%
  5. # For warns you have also the variable %COUNT% which will be
  6. # replaced with the current amount of warns the player already received
  7. # Example usage: /ban Leoko @ExampleLayout
  8. Message:
  9.   ExampleLayout:
  10.     - '%PREFIX% &7Banned for Hacking'
  11.     - '&c&oBanned by %OPERATOR%'
  12.     - '&7'
  13.     - "&cIt seems like you are using a"
  14.     - "&cracked client please disable it!"
  15.     - "&cUnban in &8\xbb &7%DURATION%"
  16.     - '&7'
  17.     - '&8Unban application in TS or forum'
  18.     - "&eTS-Ip &8\xbb &c&ncoming soon"
  19.     - "&eForum &8\xbb &c&ncoming soon"
  20.  
  21. # You would use this time-layout for example like this: "/tempban Leoko #ExampleLayout Hacking in FFA"
  22. # Or with "/tempwarn Leoko #ExampleLayout Advertising" or even "/tempwarn Leoko #ExampleLayout No capslock please"
  23. # You can also combine this with MessageLayouts like "/tempban Leoko #ExampleLayout @Hacking"
  24. Time:
  25.   ExampleLayout:
  26.     - '30m'
  27.     - '2h'
  28.     - '1d'
  29.     - '1w'
  30.     - '1mo'
  31.     - '2mo'
  32.     - '4mo'
  33.     - 'perma'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement