Example Config

Working on the new Configuration examples.

Bellow is an overview of the configuration from version 0.4.0.

variables:
  type:
    ban: "banned"
    kick: "kicked"
  everyone: "everyone"
    
noPermissionsMessage: "&cYou have not the required permissions to perform this command!"
playerOfflineWarning: "&cThis player isn't online!"
kickYourself: "&cYou can't kick yourself!"
banYourself: "&cYou can't ban yourself!"

admin-panel:
  title: "&cAdministration CP" # NOTE: Can be only up to 32 characters long!
  kick-player:
    item: LEATHER_BOOTS
    title: "&cKick Player..."
    lore:
      1: "&fUse this to kick"
      2: "&fa player."
    message: "&cYou have been kicked by an admin. Reason: &4%reason%&c."
  ban-player:
    item: DIAMOND_BOOTS
    title: "&4Ban Player..."
    lore:
      1: "&fOpens the ban menu."
    message-permanently: "&cYou have been banned by an admin. Reason: &4%reason%&c."
    message-temporarily: "&cYou have been banned by an admin. Reason: &4%reason%&c. Time: &4%time%&c."# NOT USED CURRENTLY.
  freeze-player:
    item: SNOW_BALL
    title: "&bFreeze Player..."
    lore:
      1: "&fUse this to freeze"
      2: "&fa player."
  teleport:
    item: ENDER_PEARL
    title: "&9Teleport..."
    lore:
      1: "&fOpens the teleport"
      2: "&fmenu."
ban-selection:
  title: "&7Ban Selection"
  perma-ban:
    item: DIAMOND_BOOTS
    title: "&4Permanently..."
    lore:
      1: "&fPermanently bans a player."
      2: "&fOpens the player selector menu."
  temp-ban:
    item: LEATHER_BOOTS
    title: "&cTemporarily..."
    lore:
      1: "&fTemporarily bans a player."
      2: "&fOpens the time selection menu."
player-selection:
  title: "&6Player Selector" # NOTE: Can be only up to 32 Characters long!
reason-selection:
  title: "&6Reason Selector" # NOTE: Can be only up to 32 Characters long!
  # NOTE: MAXIMUM amount of reasons is 54.
  reasons:
    1:
      item: BOOK
      title: "&cHacking / Bugusing"
      # NOTE: Lores may be maximal 32 characters long!
      lore:
        1: "&4Use if:"
        2: "&c - the player uses any"
        3: "&c   client-side mods/hacks."
        4: "&c - the player uses any bugs"
        5: "&c   to get an advantage over"
        6: "&c   other players."
        7: "&c - the player uses any"
        8: "&c   glitches to get an"
        9: "&c   advantage over other"
        10: "&c   players."
        11: "&f- - - - - -"
        12: "&4Output: &cYou have been %type%"
        13: "          &c for: %reason%."     
        # NOTE: %type% will be replaced by banned / kicked depending on what you have choosen. %reason% will be replaced by the reason (title).
    2:
      item: BOOK
      title: "&cRule breaking"
      lore:
        1: "&4Use if:"
        2: "&c - the player has broken any"
        3: "&c    of the server's rules."
        4: "&f- - - - - -"
        5: "&4Output: &cYou have been %type%"
        6: "          &cfor: %reason%."
freeze-selection:
  title: "&3Freeze Menu"
  freeze:
    item: SNOW_BALL
    title: "&bFreeze Player..."
    lore:
      1: "&fFreezes a player."
      2: "&fOpens the player"
      3: "&fselection menu."
  unfreeze:
    item: REDSTONE
    title: "&bUnfreeze Player..."
    lore:
      1: "&fUnfreezes a player."
      2: "&fOpens the player"
      3: "&fselection menu."
teleport-selection:
  title: "&9Teleport" # NOTE: Can be only up to 32 characters long!
  teleport-to-player:
    item: ENDER_PEARL
    title: "&9Teleport to a player..."
    lore:
      1: "&bWill teleport you to"
      2: "&bthe specified player."
    message: "&cYou have successfully teleported to %player%!"
  teleport-player-to-me:
    item: ENDER_PEARL
    title: "&9Teleport a player to you..."
    lore:
      1: "&bWill teleport the player"
      2: "&byou have specified to you."
    message: "&cYou have successfully teleported %player% to you!"

Comments

Posts Quoted:
Reply
Clear All Quotes