main/Config Setup/Config.yml

Thor:
  #NO TOUCHY
  Version: 3
  #This is the item of Thor's Hammer
  Hammer Item: GOLD_AXE
  #When using ///thor hammer//, should the hammer item be given?
  Give Hammer: false
  Login:
    #This shows a message on login
    First: true
    #This shows a second message on login
    Second: true
    #Time (seconds) between the first and second message
    Time: 5
  Logout:
    #This shows a message on logout
    First: false
    #This shows a second message on logout
    Second: false
    #Time (seconds) between the first and second message
    Time: 5
  Lightning:
    Explosions:
      #Allows explosions when Thor's lightning bolt strikes
      Use: true
      #Radius of explosion (0 does no damage)
      Radius: 0
    #Create fireworks when striking lightning?
    Fireworks: true
  #Cooldowns are optional and are not needed.
  Cooldowns:
    #Type command like so followed by time, in seconds.
    /thor help: 30
    #For example, /thor destroy will be disabled for 60 seconds.
    /thor destroy: 60

Comments

Posts Quoted:
Reply
Clear All Quotes