Colour and Style Codes

Colour and Style Codes

SimpleAnnouncer supports all of the default &-based colour and style codes. You can find a nice page documenting these colours here.

Custom Tags

If you want to request that SimpleAnnouncer hooks into another plugin to provide a tag (e.g players woodcutting level for McMMO) then leave a comment on the main page and I will add it as soon as possible! Also, not all of these tags are available in the Tekkit Edition of this plugin. They will all be available soon.

Server-based Tags

TagDescriptionExampleAdded in
%ip%Server IP as specified in the server.properties file185.27.49.91.2
%port%Server port as specified in the server.properties file255651.2
%nameServer name as specified in the server.properties fileMy awesome server1.2
%motd%Server MotD as specified in the server.properties fileWelcome to my server1.2
%version%The version of the Bukkit implementation your server is running1.6.2-R1.1-SNAPSHOT1.2
%date%The current date as formatted by DateFormat in the config01/01/19701.5
%onlineplayers%The amount of players currently online102.0
%whitelistedplayers%The amount of players that are whitelisted202.0

Player-based Tags

  • %pname% = The name of the player ~
  • %pdisplayname% = The display name of the player ~
  • %plistname% = The player's list name ~
  • %pjoindate% = The date the player first joined the server as formatted by DateFormat in the configuration ~
  • %pip% = The ip address of the player ~
  • %pfood% = The food level of the player ~
  • %phealth% = How much health the player has ~
  • %pworld% = The world the player is in ~
  • %pweather% = The current weather in the world the player is in ~
  • %plevel% = The level of the player ~
  • %pexptolevel% = The amount of exp the player needs to level up ~
  • %pexptolevel%% = The amount of exp the player has as a percentage ~
  • %ptotalexp% = The total amount of exp the player has ~
  • %plastdamage% = The cause of the players last damage, or 'nothing' if they have not been damaged yet ~
  • %plastdamageamount% = The amount of damage the player was last inflicted with ~
  • %pflyspeed% = The fly speed of the player ~
  • %pwalkspeed% = The walk speed of the player ~

~ not available in Tekkit Edition