pre-release/Variable Support

Variable

Summary

In version 0.3 we introduced the variable-system. It automatically replaces pre-defined phrases with the related values for example $PlayerCount with the current number of player.



List of declarations

VariableOutputVersionInformation
$PlayerCountNumber of online playersv0.3
$PortServer-Portv0.3
$IPServer IPv0.3
$BukkitVersionBukkit server versionv0.3




Usage (only pre Version 1.0)

message:
  - 'We currently have $PlayerCount Players online!'
  - 'Server Information: Version: $BukkitVersion ;IP: $IP ; Server-Port: $Port '  #IMPORTANT: After every variable you must place a space!

Comments

Posts Quoted:
Reply
Clear All Quotes