Config.yml

Configuration

Please comment only with new ideas !

Working config for last file :

#############################################
# Team Kingdom by to175 - http://mecraft.fr #
#############################################

# Don't forget the SPACE AFTER " : "
# Use " '' " instead of " ' "
# Nice color codes : &1 Green, &6 Gold, &9 Blue, &c Red, &d Purple

############
# MESSAGES # 
############
PrefixMessage: '[TeamKingdom]'
ErrorMessage: 'Erreur ! Le plugin n''est pas encore prêt.'
Usage: 'Utilisation'
PermissionDenied: 'Tu n''as pas la permission'
HelpPageOf: 'Page d''aide de'
HelpCommand: 'aide'
HelpCommandExpl: 'Page d''aide'
InfoCommand: 'infos'
InfoCommandExpl: 'Informations sur le jeu en cours'
PlayCommand: 'jouer'
PlayCommandExpl: 'Entrer dans la partie'
LeaveCommand: 'quitter'
LeaveCommandExpl: 'Quitter le jeu en cours'
BuyCommand: 'acheter'
BuyCommandExpl: 'Acheter un rang'
RankCommand: 'rangs'
RankCommandExpl: 'Rangs disponibles'
TeamsCommand: 'equipes'
TeamsCommandExpl: 'Voir les équipes'
KickCommand: 'kick'
KickCommandExpl: 'Kick un joueur'
BanCommand: 'ban'
BanCommandExpl: 'Bannir un joueur'
AvailableRanks: 'Rangs disponibles'
NoTeam: 'Aucune équipe'
Nobody: 'Personne'
YouAreNotInAGame: 'Tu n''es pas dans le jeu'
InfoCommandExpl: 'Informations sur le jeu en cours'
MessageSentTo: 'Message envoyé à'
KickMessage: 'Tu as été kick !'

##################
# GENERAL CONFIG #
##################
Wand: 352

#########
# TEAMS #
#########
TeamsConfig:
  Red:
    ColorOfTeam: '&c'
    ChatPrefix: '&c[Red]'#[Red] to175 : hello reds !
    Warp: 'equiperouge'#When /tk play players are teleported to this warp
#if those 4 blocs are destroyed then "CommandWhenFinished" is ran
  Blue:
    ColorOfTeam: '&9'
    ChatPrefix: '&9[Blue]'
    Warp: 'equipebleue'
  Purple:
    ColorOfTeam: '&d'
    ChatPrefix: '&d[Purple]'
    Warp: 'equipeviolette'
##############
# SUPER-RANK #
##############
King:
  ChatPrefixKing: '&e[King]'
  DeathToLoose: 3
  IfDeadThenDestroyTeam: true #If a king dies 3 times, the team looses !
  IfDeadThenDestroyHearts: 2 #If a king dies 3 times, the team looses 2 hearts
  CanSpeakToEveryTeam: true #with the /tk say [message]
  CanKickPlayers: true
  CanBanPlayers: false
#################
# SPECIAL RANKS #
#################
SpecialRanks:
  Vip:
    Permission: 'tk.Vip'#Donators' can be Vip with this permission
    ChatPrefix: '&6[Vip]'#[Red][Vip][King] to175 : hello reds !
    DeathToLoose: 5
    ChooseTeam: true #/tk choose [red|blue|...]
    DelayToJoinAgain: -1
    CanSpeakToEveryTeam: true #with the /tk say [message]
    CanKickPlayers: true
    CanBanPlayers: false
    Price: 1000
  VipPlus:
    Permission: 'tk.VipPlus'#Donators' can be Vip with this permission
    ChatPrefix: '&6[Vip&4+&6]'#[Red][Vip][King] to175 : hello reds !
    DeathToLoose: 10
    ChooseTeam: true #/tk choose [red|blue|...]
    DelayToJoinAgain: -1
    CanSpeakToEveryTeam: true #with the /tk say [message]
    CanKickPlayers: true
    CanBanPlayers: true
    Price: 10000
####################################################################
# /!\  DON'T MODIFY THESE DATAS - PLUGIN USES THEM TO RUN THE GAME #
####################################################################
# You can just modify BannedPlayers #
#####################################
GameDatas:
  Days: 0
  Teams:
    Red:
      TotalPlayers: 3 #number of players in this team
    Blue:
      TotalPlayers: 1 #number of players in this team
    Purple:
      TotalPlayers: 0
  Players:
    to175:
      Team: 'Red'
      Lifes: 3 #3 lifes left
      Inventory: 'string'
      King: true
      Wait: 'timestamp'
    Notch:
      Team: 'Red'
      Lifes: 3 #3 lifes left
      Inventory: 'string'
      King: true
      Wait: 'timestamp'
    pokekrom:
      Team: 'Red'
      Lifes: 3 #3 lifes left
      Inventory: 'string'
      King: false
      Wait: 'timestamp'
    patchouls:
      Team: 'Blue'
      Lifes: 3 #3 lifes left
      Inventory: 'string'
      King: false
      Wait: 'timestamp'

Comments

Posts Quoted:
Reply
Clear All Quotes