Config

we have an extense configuration, here you can see that:

Prefix: "&e[⭐] &2{ATG} "

# Amount of time it takes for a teleport request to expire
expire: "20" # time in seconds

general-config:
  command-cooldown: 10 # seconds to use the next TPCmd
  request-cooldown: 5 # seconds to a new request can be sent
  teleport-cooldown: 3 # seconds to be teleported

  send: # on use of TPA, TPHERE OR TPR
    tile:
      enabled: false
      title: "&2Teleported!"
      sub-title: "&cthis is a subtitle"
      in: 10
      stay: 10
      out: 10

    message:
      enabled: true
      msg: "&2You have been teleported to &e%atg_tp_destination%!" # message sent after teleporting

# GUI configuration
gui: # Customize the Teleport GUI
  title: "&2&lTeleport GUI"
  size: 27
  items:
    slot-10:
      type: "ENDER_PEARL"
      name: "&aTPA"
      action: "TPA"
    slot-12:
      type: "COMPASS"
      name: "&bTPHere"
      action: "TPHERE"
    slot-14:
      type: "SNOWBALL"
      name: "&cR&eT&2P"
      action: "RTP"
    slot-16:
      type: "ENDER_EYE"
      name: "&cTP (Admin Only)"
      glint: true # Enchantment Glint
      action: "TP"
      permission: "atg.tp" # Permission required for this action

Last updated