main/Config Setup/Messages.yml

Messages.yml

Changing Languages

Changing the language for Thor is very easy. Navigate into the plugins -> Thor -> Messages. Inside the Messages folder, open a messages file, select everything and copy it. Now, navigate back into the Thor folder, open the messages.yml, select everything and paste it. Now, you can either restart the server, reload the server, or simply type /thor reload.

# Just the author, nothing big :)
Author: number1_Master
#PLAYERNAME is replaced with the player's name.
Messages:
  Login:
    #The first login message.
    First: Thor has joined the game!
    #The second login message.
    Second: PLAYERNAME is Thor!
  Logout:
    #The first logout message.
    First: Thor left the game!
    #The second logout message.
    Second: PLAYERNAME was Thor!
  Hammer:
    Friendly:
      #/thor's hammer [friendly] enable message.
      Enable: You now have Thor's hammer!
      #/thor's hammer [friendly] disable message.
      Disable: You are banished from Thor's hammer!
    Painful:
      #/thor's hammer [painful] enable message.
      Enable: You now have Thor's deadly hammer!
      #/thor's hammer [painful] disable message.
      Disable: You are banished from Thor's deadly hammer!
  Destroy:
    Friendly:
      #/thor destroy message.
      Me: You have summoned the power of Thor!
      #/thor destroy look message.
      Look: You have summoned the power of Thor!
      #For the following, TARGET is replaced with the target's name.
      #/thor destroy player <player> message (goes to the sender).
      OtherPlayer: You have hit TARGET!
      #/thor destroy player <player> message (goes to the receiver).
      OtherTarget: Thor has hit you!
    Painful:
      #/thor destroy -d message.
      Me: You have painfully summoned the power of Thor!
      #/thor destroy look -d message.
      Look: You have painfully summoned the power of Thor!
      #For the following, TARGET is replaced with the target's name.
      #/thor destroy player <player> -d message (goes to the sender).
      OtherPlayer: You have hit TARGET!
      #/thor destroy player <player> -d message (goes to the receiver).
      OtherTarget: Thor has hit you!

Comments

Posts Quoted:
Reply
Clear All Quotes