Example Config

Example Configuration (Config.yml)

# Interval = How long between each announcement
# Interval must be set in SECONDS
# 600 = 10 minutes
#
Interval: 600
#
# AutoSaveInterval = How long between each announcement
# AutoSaveInterval must be set in MINUTES
# 60 minutes = 1 hour
#
AutoSaveInterval: 10
#
# The AutoSaveBroadcastEnabled variable tells the plugin whether or not to broadcast a 
# message when performing an auto-save
#
AutoSaveBroadcastEnabled: true
#
# The Prefix field is the prefix that comes before the announcement message
#
Prefix: '&0[&dStormAnnounce&0]&f'
#
# Random = Whether the order for announcements is random or not
#
Random: true
#
# This tells the plugin whether to enable the login message(MOTD) or not
#
EnableMOTD: true
#
# This is the list of announcements
#
Messages:
- '&6&k12345678910'
- '&cThis is a default message'
- '&aMade in England!'
- '&aPlugin by: LesGensMentales'
#
# This is the MOTD or Login message, this will be displayed 
# if it is enable to a player on login
#
LoginMessage:
- '&6Welcome back! &b%p &6!'
- '&6There are &a%op&6 players online.'
- '&6Maximum players:&a %mp'
#
# Whether or not to let the plugin check for updates
#
CheckUpdates: true
#
# Enable or disable the custom login messages
#
EnableCustomLoginMsg: true
#
# Enable or disable the custom logout messages
#
EnableCustomLogoutMsg: true
#
# The custom login message
#
CustomLoginMsg: has joined the server!
#
# The custom logout message
#
CustomLogoutMsg: has left the server!
#
# Whether or not the chat logger is enabled
#
ChatLoggerEnabled: false
#
# Below this line is death message configuration, these messages will 
# override the old boring default messages for when a player dies.
#
DeathMsgs:
  Enabled: true
  Messages:
    Player: '&4%killed% &6has been brutally murdered by &4%killer% &6with their mighty &4%weapon%'
    Mobs:
      Zombie: '&4%killed% &6corpse has been feasted upon by the undead'
      PigZombie: '&4%killed% &6met their maker after an encounter with a Pigman'
      Skeleton: '&6The skeletons arrow missed the apple and hit &4%killed%s&6 head instead'
      Creeper: '&4%killed% &6was blown sky-high by a creeper!'
      Ghast: '&4%killed% &6was cooked medium-well by a ghasts fireball'
      MagmaCube: '&4%killed% &6got squished by the weight of a MagmaCube'
      Slime: '&4%killed% &6got swallowed by the jello body of a slime'
      Wolf: '&4%killed% &6became a wolfs supper'
      Spider: '&4%killed% &6met a black widow(spider)'
      CaveSpider: '&4%killed% &6met a cave spider and thought it was friendly'
      Giant: '&4%killed% &6is now but a mark on the bottom of a giants foot'
      Blaze: '&4%killed% &6thought the blaze looked cute'
      Silverfish: '&4%killed% &6met what he/she believed was seafood(silverfish)'
      Enderman: '&4%killed% &6got their throat cut by an enderman'
      EnderDragon: '&4%killed% &6tried to fight a dragon without godmode'
    Blocks:
      Cactus: '&4%killed% &6sat on a cactus'
      Tnt: '&4%killed% &6goes ka-boom'
    Other:
      Drown: '&4%killed% &6believed he had gills'
      Fall: '&4%killed% &6realizes now that the leaps of faith in AC games are impossible'
      Fire: '&4%killed% &6spontaneously combusted'
      Suffocation: '&4%killed% &6lacked a sufficient amount of air'
      Void: '&4%killed% &6took a trip to the void for winter vacation'
      Starvation: '&c%killed% &6was too cheap to buy supper(he/she starved :))'
      Suicide: '&4%killed% &6didnt see the point to life anymore'
      Potion: '&4%killed% &6was killed by witchcraft'
      Poison: '&4%killed% &6drank some poison'
      Lightening: '&4%killed% &6angered the god Zeus'
      Lava: '&4%killed% &6put on his/her bathing suit and went for a swim in lava'
      Fire_Tick: '&4%killed% &6was killed by fire'

#
# Whether or not to enable the admin support system
#
AdminSupportChannel: true
#
# Vote Command Settings
#
VoteLink: 'http://examplelink.com'
#
# Not implemented yet!
#
MYSQL:
    root:
    host:
    username:
    password:
    database:

Comments

Posts Quoted:
Reply
Clear All Quotes