Advertisement
Guest User

Untitled

a guest
Jan 24th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.80 KB | None | 0 0
  1. Commands:
  2.   speed: true
  3.   stat: true
  4.   nightvision: true
  5.   heal: true
  6.   invsee: true
  7.   query: true
  8.   god: true
  9.   world: true
  10.   gm: true
  11.   fly: true
  12.   ping: true
  13.  
  14. Modules:
  15.   UnsafePlayerBlocker:
  16.     ContainingKeywords:
  17.       Block: false
  18.       KickMessage:
  19.      - '&c&lConnection rejected by the server'
  20.       - '&4Username contains blacklisted keyword(s)'
  21.       - '&r'
  22.       - '&fThis server deems your username unhealthy to its environment'
  23.       - '&fConsider changing your username and rejoin afterwards'
  24.       Keywords:
  25.      - Hitler?
  26.       - Whatever
  27.       - offends
  28.       - you
  29.       - goeshere
  30.     DuplicateUsernames:
  31.       KickMessage:
  32.      - '&c&lConnection rejected by the server'
  33.       - '&4Duplicate username'
  34.       - '&f'
  35.       - '&fThere already is a player with the same name on the server'
  36.       - '&fConsider changing your username and rejoin afterwards'
  37.       Block: true
  38.     UnsafeCharacters:
  39.       Block: true
  40.       KickMessage:
  41.      - '&c&lConnection rejected by the server'
  42.       - '&4Username contains disallowed character(s)'
  43.       - '&f'
  44.       - '&fUsernames must only contain letters, numbers and underscores'
  45.       - '&fConsider changing your username and rejoin afterwards'
  46.     Enabled: false
  47.  
  48.   ResourcePackHandler:
  49.     Hash: ''
  50.     KickOnDecline: true
  51.     Enabled: false
  52.     KickMessage:
  53.    - '&c&lResource pack download declined or failed'
  54.     - '&r'
  55.     - '&fThe resource pack is mandatory for play on this server'
  56.     - '&fSet resource packs to &9Enabled&r or &9Prompt&r and re-connect'
  57.     IgnoredUUIDs: []
  58.     IgnoreOperators: true
  59.     TicksBeforeKick: 20
  60.     KickOnFailure: true
  61.     Link: ''
  62.  
  63.   CommandBlocker:
  64.     BlockedCommands:
  65.    - /example1
  66.     - /example2
  67.     - /asmanyasyoulike
  68.     SendFeedback: true
  69.     Enabled: false
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement