Replacements

These are all the replacements that can be used in the response and action params

--name--

The player's display name

--time--

The current server computer time (hh:mm)

--date--

The current date (dd mm)

--maxplayers--

The maximum number of players that the server will accept.

--serverip--

The server's IP address, as defined in server.properties.

--servername--

The server's name, as defined in server.properties.

--serverport--

The server's listening port, as defined in server.properties.

--bukkitversion--

The Bukkit version of the server, eg: CraftBukkit version git-Bukkit-1.4.6-R0.3-b2586jnks (MC: 1.4.6) (Implementing API version 1.4.6-R0.3)

--word([e]#)--

This replacement is recommended only for advanced users and is extremely buggy. A specific word within a player's chat message

  • To specify the first word in the message, use --word(1)--
  • To specify the 4th word in the message, use --word(4)--
  • To specify the last word in the message, use --word(e1)-- (or something like that)

Testing would be recommended before using this on your server, as sometimes it will not be removed from the response.


Comments

Posts Quoted:
Reply
Clear All Quotes