Config

Config

Logo




Download Commands/Permissions Changelog








####################
#    Power MOTD    #
#      Config      #
#       v7.5       #
#                  #
#    winspeednl    #
####################

#This is the MOTD#
motd:
  ingame: '&rWelcome, &4%player% &rThe time = &6%time%%n%&3You %canFly%%n%&aYour xp: &2%exp% &a(&2Level: %expLevel%&a)%n%&aYour money: &2%balance%%n%&dLocation: &5%location%%n%&dX: &5%locationX%%n%&dY: &5%locationY%%n%&dZ: &5%locationZ%%n%&0&l&kI&rThis is the &cdefault &4MOTD&0&l&kI%n%&rChange it in the "config.yml" or using "/setmotd <motd>"'
  system: '&1Hello: %player%. &2This server uses &4&l&nPower &r&4&nMOTD&r%n%&6%time% &bLast joined: %last%'
  
#here you can choose if the system/ingame is shown And if array list for system motd is on.
enabled:
  ingame: true
  system: true
  systemArrayList: false  #False, will only show 1 message (system motd) True, goes trough a list (ArrayMessages (At the bottom of the config))
  startup:
    ascii: true
  vault: false
  customServerIcon: true #True replace the default server icon with the players head
  debug: false #DEBUG mode for Power MotD, prints data in the console.
  
#####Last joined player#####
lastJoined: None

#####Characters#####
#Those are the characters like %player% will be replaced with the players name
character:
  time: '%time%'
  player: '%player%'
  online: '%online%'
  version: '%version%'
  newLine: '%n%'
  color: '&'
  lastJoin: '%last%'
  location: '%location%'
  locationX: '%locationX%'
  locationY: '%locationY%'
  locationZ: '%locationZ%'
  canFly: '%canFly%'
  exp: '%exp%'
  expLevel: '%expLevel%'
  balance: '%balance%'
  bannedOrWelcome: '%bannedWelcome%'
  center: '%c%'
#####End Characters#####

ArrayMessages:
  - '&2This server uses &4&lPower &r&4MOTD%n%&6%time% &bLast joined: %last%'
  - '&bPower MOTD&2 %n% Array list'
  - '&3Hello: &a%player%'
  - '&44th message'



Comments

Posts Quoted:
Reply
Clear All Quotes