Configuration

config.yml - Configuration Tutorial

GrimList:
  Use: [true / false]
  Notify-Admin: [true / false]
  Notify-Console: [true / false]
  Messages:
    Admin-Message: 'Player {newname} attempted to join, but was already registered under {oldname}! His UUID is {uuid}.'
    Disconnect-Message: 'Sorry, {newname}! You were kicked because you changed your name from {oldname}! We have you registered under the UUID {uuid}.'
  Players:
    00000000-0000-0000-0000-000000000000: XXXXXXXX



Use: - Determines whether or not this plugin is in use.
Notify-Admin - Determines whether or not an admin is notified when players are disconnected.
Notify-Console - Determines whether or not the console is notified when players are disconnected.


Admin-Message: - The message that is sent to admins when players are disconnected.
Disconnect-Message: - The message that is sent to the player, when they're disconnected.


Players:
The UUID is logged, as a long series of numbers and letters, followed by the username that is registered to that UUID, which can be any letters, numbers, or underscores between 3 and 16 characters.

Comments

Posts Quoted:
Reply
Clear All Quotes