Variables

Variables

Variables in Info-Board Reborn are used to create dynamic content on your info boards. All of this information can be found in the config.


Legend:

I - Integer (Number)

B - Boolean (True/False)

S - String (Words)


Formatting:

<split> - Split the line to set the score of that line to what ever follows(ONLY WORKS WITH NUMBERS)

; - Split the line to set the score of that line to what ever follows(ONLY WORKS WITH NUMBERS)

&# - Color codes ( Replace # with 1-0, a-f)

&x - Random color code

&y - Random format code

' ' - This by it's self on a line will make a blank line

!<variable><variable> - Will only display the variable if <variable> isn't "0" or "Unknown"(Best used if you only want to show a variable if that value isn't "0")

@<variable><variable> - Will only display the variable if <variable> is "0" or "Unknown"(Best used if you only want to show a variable if another value is 0")

<scroll> - Has to be first thing on the line to work, color codes can follow though (<scroll>&4&lHi <player>). It will scroll the variable across the screen, if Scroll is enabled (disabled by default) in the config it also removes the limit of characters in a row as it scrolls through.

<changeable_...> - has to be the only thing on the line. Enable in the config (disabled by default) for it to work. It will let you Blink lines that you specify in the config file.


Math:

<math%+%> - Replace % with variables you want to add

<math%-%> - Replace % with variables you want to subtract

<math%*%> - Replace % with variables you want to multiply

<math%/%> - Replace % with variables you want to divide


Variables directly taken from config:

  1. ##########
  2. +--------+ #
  3. | UTF-8 Variables | #
  4. +--------+ #
  5. ##########
  6. <ucode%> | Replace % with the unicode code (http://unicode-table.com/en/)
  7. <1> | Face 1
  8. <2> | Face 2
  9. <3> | A Heart
  10. <4> | A Diamond
  11. <5> | A Club
  12. <6> | A Spade
  13. <7> | A Dot
  14. <8> | Block with a whole in the middle
  15. <9> | A Circle
  16. <10> | A block with a circle in the middle
  17. <16> | Arrow pointing right #1
  18. <17> | Arrow pointing left #1
  19. <21> | Minecrafts color code symbol
  20. <174> | Double arrows pointing left
  21. <175> | Double arrows pointing right
  22. <205> | 3 lines
  23. <247> | Double wavy lines
  24. <skull> | A skull
  25. <arrow> | An arrow pointing right
  26. <nuke> | A nucular radiation symbol
  27. <rightup> | 3 dots going up and right
  28. <leftup> | 3 dots going up and left
  29. #
  30. ##########
  31. +--------+ #
  32. | Server Variables | #
  33. +--------+ #
  34. ##########
  35. <maxplayers> | Max Players Online | I
  36. <tps> | Server TPS | I
  37. <motd> | Servers MOTD | S
  38. <servername> | The servers name | S
  39. <usedram> | The server's used ram | I
  40. <freeram> | The server's free ram | I
  41. <maxram> | The server's max ram | I
  42. <availableprocessors>| The server's available processors | I
  43. #
  44. ##########
  45. +--------+ #
  46. | Player Variables | #
  47. +--------+ #
  48. ##########
  49. <ping> | The player's Ping | I
  50. <onlineplayers> | The player's Online | I
  51. <player> | The player name | S
  52. <op> | Is the player an OP | B
  53. <exp> | The player's exp | I
  54. <level> | The player's level | I
  55. <hunger> | The player's hunger level | I
  56. <health> | The player's health | I
  57. <maxhealth> | The player's max health | I
  58. <gamemode> | The player's gamemode | S
  59. <worldname> | The player's world's name | S
  60. <worlddifficulty> | The player's world's difficulty | I
  61. <worldanimals> | Does the player's world allow animals | B
  62. <worldmonsters> | Does the player's world allow monsters | B
  63. <worldpvp> | Does the player's world allow PVP | B
  64. <worldplayers> | The player's world's total players | I
  65. <time> | The player's worlds time| I
  66. <x> | The player's x position | I
  67. <y> | The player's y position | I
  68. <z> | The player's z position | I
  69. <pitch> | The player's pitch | I
  70. <yaw> | The player's yaw | I
  71. <direction> | The player's direction | S
  72. <helmet> | The player's helmet | S
  73. <chestplate> | The player's chestplate | S
  74. <leggings> | The player's leggings | S
  75. <boots> | The player's boots | S
  76. <hand> | The player's item in hand | S
  77. <helmetdurability> | The player's helmet's durability | I
  78. <chestplatedurability>| The player's chestplate's durability | I
  79. <leggingsdurability> | The player's legging's durability | I
  80. <bootsdurability> | The player's boot's durability | I
  81. <handdurability> | The player's item in hand's durability | I
  82. <doihave&> | Does the player have % as a permission node | B
  83. <doesanyonehave&> | Does any player on the server have % as a permission node | B
  84. <howmanyhave&> | How many players on the server have % as a permission node | I
  85. #
  86. ############
  87. +----------+ #
  88. | Ancient RPG | #
  89. | http://dev.bukkit.org/bukkit-plugins/ancient-rpg/| #
  90. +----------+ #
  91. ############
  92. <ancientrpgrace> | The player's race | S
  93. <ancientrpgstance> | The player's stance | S
  94. <ancientrpgclass> | The player's class | S
  95. <ancientrpgclasslevel> | The player's classe level | I
  96. <ancientrpgclassminlevel> | The player's class min level | I
  97. <ancientrpgclasshp> | The player's class hp | I
  98. <ancientrpgclassreghp> | The player's class hp regen | I
  99. <ancientrpgguild> | The player's guild | S
  100. <ancientrpgguildleader> | The player's guild's Leader | S
  101. <ancientrpgguildleader> | The player's guild's motd | S
  102. <ancientrpgguildfriendlyfire>| Does the player's guild allow friendly fire | B
  103. <ancientrpgguildmaxmembers> | The max players allowed in a guild | I
  104. <ancientrpgpartyleader> | The player's party's Leader | S
  105. <ancientrpgpartymaxmembers> | The max players allowed in a party | I
  106. <ancientrpgpartyfriendlyfire>| Does the player's party allow friendly fire | B
  107. #
  108. ############
  109. +----------+ #
  110. | Essentials | #
  111. | http://dev.bukkit.org/bukkit-plugins/essentials/ | #
  112. +----------+ #
  113. ############
  114. <esshomes> | How many homes | I
  115. <essmuted> | Is the player muted | B
  116. <esshidden> | Is the player invisible | B
  117. <essgodmode> | Is the player in godmode | B
  118. <essnickname> | The player's nickname | S
  119. <esstprequest> | Do you have a tp request waiting | B
  120. <essvanished> | How many players are vanished | B
  121. <essjails> | How many jails are there | I
  122. #
  123. ############
  124. +----------+ #
  125. | Lib's Disguises | #
  126. | http://www.spigotmc.org/resources/libs-disguises.81/ | #
  127. +----------+ #
  128. ############
  129. <disguised> | Is this player disguised? | B
  130. <disguisedentity> | What is this player disguised as? | S
  131. NOTE: <disguisedentity> will show "None" if not disguised |
  132. #
  133. ############
  134. +----------+ #
  135. | Factions | #
  136. | http://dev.bukkit.org/bukkit-plugins/factions/ | #
  137. +----------+ #
  138. ############
  139. <factionsfname> | The factions name | S
  140. <factionsfland> | The factions total land claims | I
  141. <factionsfpower> | The factions power | I
  142. <factionsfmaxpower> | The factions max power | I
  143. <factionsfonline> | The number of players in the faction online | I
  144. <factionsfofficers> | The number of officers in the faction online | I
  145. <factionsfleader> | The factions leader | S
  146. <factionsfland> | The factions land | I
  147. <factionsfinname> | The factions the players standing in name | S
  148. <factionsfinland> | The factions the players standing in total land claims | I
  149. <factionsfinpower> | The factions the players standing in power | I
  150. <factionsfinmaxpower>| The factions the players standing in max power | I
  151. <factionsfinonline> | The number of players in the faction the players standing in online | I
  152. <factionsfinofficers>| The number of officers in the faction the players standing in online | I
  153. <factionsfinleader> | The factions the players standing in leader | S
  154. <factionspower> | The player's power | I
  155. <factionsmaxpower> | The player's max power | I
  156. <factionsrole> | The player's role in their faction | S
  157. #
  158. ############
  159. +----------+ #
  160. | GriefPrevention | #
  161. | dev.bukkit.org/bukkit-plugins/grief-prevention/ | #
  162. +----------+ #
  163. ############
  164. <griefpreventionclaims> | The player's claims | I
  165. <griefpreventionbonusclaims> | The player's bonus claims | I
  166. <griefpreventionaccruedclaims> | The player's accrued claims | I
  167. <griefpreventionremainingclaims>| The player's remaining claims| I
  168. <griefpreventionspamcount> | The player's spam count | I
  169. #
  170. ############
  171. +----------+ #
  172. | Heroes | #
  173. | http://dev.bukkit.org/bukkit-plugins/heroes/ | #
  174. +----------+ #
  175. ############
  176. <heroesmana> | The Heroes' mana | I
  177. <heroesmaxmana> | The Heroes' max mana | I
  178. <heroeslevel> | The Heroes' level | I
  179. <heroesmanaregen> | The Heros' mana regen | I
  180. <heroesismaster> | Is the Hero is a master in their class| B
  181. <heroespartyleader> | The Heroes' partys leader | S
  182. <heroespartysize> | The Heroes' party size | B
  183. <heroespartyisnopvp> | Is the Heroes' party prevent pvp | B
  184. <heroesclass> | The Heroes' classes' name | S
  185. <heroesclasstier> | The Heroes' classes' tier | I
  186. <heroesclassbasehealth> | The Heroes' classes' base health | I
  187. <heroesclassbasemana> | The Heroes' classes' base mana | I
  188. <heroesclassexpchange> | The Heroes' classes' exp modifier | I
  189. <heroesclassexploss> | The Heroes' classes' exp loss | I
  190. <heroesclassmaxlevel> | The Heroes' classes' max level | I
  191. <heroesclassismaster> | Is the Player is a master in their class | B
  192. <heroesclass2> | The Heroes' classes' name | S
  193. <heroesclass2tier> | The Heroes' classes' tier | I
  194. <heroesclass2basehealth>| The Heroes' classes' base health | I
  195. <heroesclass2basemana> | The Heroes' classes' base mana | I
  196. <heroesclass2expchange> | The Heroes' classes' exp modifier | I
  197. <heroesclass2exploss> | The Heroes' classes' exp loss | I
  198. <heroesclass2maxlevel> | The Heroes' classes' max level | I
  199. <heroesclass2ismaster> | Is the Player is a master in their class2| B
  200. #
  201. ############
  202. +----------+ #
  203. | Infected | #
  204. | dev.bukkit.org/bukkit-plugins/infected-core/ | #
  205. +----------+ #
  206. ############
  207. <infectedplaying> | How many players are playing | I
  208. <infectedpoints> | The player's points | I
  209. <infectedscore> | The player's score | I
  210. <infectedkills> | The player's kills | I
  211. <infecteddeaths> | The player's deaths | I
  212. <infectedhighestkillstreak>| The player's highestkillstreak | I
  213. <infectedgamestate> | The gamestate | S
  214. <infectedactivearena> | The activearena | S
  215. #
  216. ############
  217. +----------+ #
  218. | Jobs | #
  219. | http://dev.bukkit.org/bukkit-plugins/jobs/ | #
  220. +----------+ #
  221. ############
  222. <jobsin> | How many jobs you have | I
  223. <jobstitle#> | The jobs title(Replace # with a number [1 and up]) | S
  224. <jobslevel#> | The jobs level(Replace # with a number [1 and up]) | I
  225. <jobsexp#> | The jobs exp(Replace # with a number [1 and up]) | I
  226. <jobsmaxlevel#> | The jobs max level(Replace # with a number [1 and up]) | I
  227. #
  228. ############
  229. +----------+ #
  230. | LWC | #
  231. | http://dev.bukkit.org/bukkit-plugins/lwc/ | #
  232. +----------+ #
  233. ############
  234. <lwclocks> | The amount of chests the player has locked | I
  235. #
  236. ############
  237. +----------+ #
  238. | Marriage | #
  239. | dev.bukkit.org/bukkit-plugins/marriage-reloaded | #
  240. +----------+ #
  241. ############
  242. <marriagepartner> | The player's partner's name | S
  243. <marriageonline> | Is the player's partner online | B
  244. <marriagemarried> | Is the player married | B
  245. #
  246. ############
  247. +----------+ #
  248. | mcMMO | #
  249. | http://dev.bukkit.org/bukkit-plugins/mcmmo/ | #
  250. +----------+ #
  251. ############
  252. <mcmmopowerlevel> | The player's power level | I
  253. <mcmmoacrobatics> | The player's acrobatics level | I
  254. <mcmmoalchemy> | The player's alchemy level | I
  255. <mcmmoarchery> | The player's archery level | I
  256. <mcmmoaxes> | The player's axes level | I
  257. <mcmmoexcavation> | The player's excavation level | I
  258. <mcmmofishing> | The player's fishing level | I
  259. <mcmmoherbalism> | The player's herbalism level | I
  260. <mcmmomining> | The player's mining level | I
  261. <mcmmorepair> | The player's repair level | I
  262. <mcmmosmelting> | The player's smelting level | I
  263. <mcmmoswords> | The player's swords level | I
  264. <mcmmotaming> | The player's taming level | I
  265. <mcmmounarmed> | The player's unarmed level | I
  266. <mcmmowoodcutting> | The player's wood cutting level | I
  267. <mcmmomaxpowerlevel> | Max Powerlevel | I
  268. <mcmmomaxmaxacrobatics>| Max acrobatics level | I
  269. <mcmmomaxmaxalchemy> | Max alchemy level | I
  270. <mcmmomaxmaxarchery> | Max archery level | I
  271. <mcmmomaxaxes> |Max axes level | I
  272. <mcmmomaxexcavation> | Max excavation level | I
  273. <mcmmomaxfishing> | Max fishing level | I
  274. <mcmmomaxherbalism>| Max herbalism level | I
  275. <mcmmomaxmining> | Max mining level | I
  276. <mcmmomaxrepair> | Max repair level | I
  277. <mcmmomaxsmelting> | Max smelting level | I
  278. <mcmmomaxswords> | Max swords level | I
  279. <mcmmomaxtaming> | Max taming level | I
  280. <mcmmomaxunarmed> | Max unarmed level | I
  281. <mcmmomaxwoodcutting>| Max wood cutting level | I
  282. <mcmmonextpowerlevel>| Exp to next power level | I
  283. <mcmmonextacrobatics>| Exp to next acrobatics level | I
  284. <mcmmonextalchemy> | Exp to next alchemy level | I
  285. <mcmmonextarchery> | Exp to next archery level | I
  286. <mcmmonextaxes> | Exp to next axes level | I
  287. <mcmmonextexcavation>| Exp to next excavation level | I
  288. <mcmmonextfishing> | Exp to next fishing level | I
  289. <mcmmonextherbalism> | Exp to next herbalism level | I
  290. <mcmmonextmining> | Exp to next mining level | I
  291. <mcmmonextrepair> | Exp to next repair level | I
  292. <mcmmonextsmelting>| Exp to next smelting level | I
  293. <mcmmonextswords> | Exp to next swords level | I
  294. <mcmmonexttaming> | Exp to next taming level | I
  295. <mcmmonextunarmed> | Exp to next unarmed level | I
  296. <mcmmonextwoodcutting>| Exp to next wood cutting level | I
  297. <mcmmoparty> | The player's party | S
  298. <mcmmopartyleader> | The player's party Leader | S
  299. <mcmmopartyexpshare> | Does the player's party have exp share enabled | B
  300. <mcmmopartymembers> | The player's party members total | I
  301. <mcmmopartymemberson>| The player's party online members total | I
  302. <mcmmogodmode> | Does the player have godmode on | B
  303. #
  304. ############
  305. +----------+ #
  306. | McTowns | #
  307. | http://dev.bukkit.org/bukkit-plugins/mctowns/ | #
  308. +----------+ #
  309. ############
  310. <mctownshastown> | Does the player have a town | B
  311. <mctownstowns> | How many towns is the player in | I
  312. <mctownsname#> | Town #'s name (Replace # with a number [1 and up]) | S
  313. <mctownssize#> | Town #'s size (Replace # with a number [1 and up]) | I
  314. <mctownsresidents#>| Town #'s residents(Replace # with a number [1 and up]) | I
  315. <mctownsmayor#> | Town #'s mayor (Replace # with a number [1 and up]) | S
  316. <mctownsterritories#> | Town #'s territories(Replace # with a number [1 and up]) | I
  317. <mctownsassistants#> | Town #'s assistants(Replace # with a number [1 and up]) | I
  318. <mctownsfriendlyfire#>| Does Town # Allow friendly fire(Replace # with a number [1 and up]) | B
  319. #
  320. ############
  321. +----------+ #
  322. | Minigames | #
  323. | http://dev.bukkit.org/bukkit-plugins/minigames/ | #
  324. +----------+ #
  325. ############
  326. <minigamesdeaths> | Your deaths | I
  327. <minigameskills> | Your kills | I
  328. <minigamesscore> | Your score | I
  329. #
  330. ############
  331. +----------+ #
  332. | Multiverse | #
  333. | dev.bukkit.org/bukkit-plugins/multiverse-core/ | #
  334. +----------+ #
  335. ############
  336. <multiversealias> | The player's world's alias | S
  337. <multiverseprice> | The player's world's price | I
  338. <multiverseautoheal> | Does the player's world auto heal | B
  339. <multiversehunger> | Does the player's world loose hunger | B
  340. #
  341. ############
  342. +----------+ #
  343. | OnTime | #
  344. | dev.bukkit.org/bukkit-plugins/ontime/ | #
  345. +----------+ #
  346. ############
  347. <ontimetotalplay> | The player's total play time | I
  348. <ontimetotalplayformated>| The player's total play time(Formated) | S
  349. <ontimetotalvote> | The player's total votes | I
  350. <ontimetotalrefers> | The player's total refers | I
  351. <ontimetotalpoint> | The player's total points | I
  352. <ontimemonthplay> | The player's month play time | I
  353. <ontimemonthplayformated>| The player's month play time(Formated) | S
  354. <ontimemonthvote> | The player's month votes | I
  355. <ontimemonthrefers> | The player's month refers | I
  356. <ontimetodayplay> | The player's today play time | I
  357. <ontimetodayplayformated>| The player's today play time(Formated) | S
  358. <ontimetodayvote> | The player's today votes | I
  359. <ontimetodayrefers> | The player's today refers | I
  360. #
  361. ############
  362. +----------+ #
  363. | PlayerPoints | #
  364. |http://dev.bukkit.org/bukkit-plugins/playerpoints/| #
  365. +----------+ #
  366. ############
  367. <playerpoints> | Your Points | I
  368. #
  369. ############
  370. +----------+ #
  371. | PointsAPI | #
  372. | http://dev.bukkit.org/bukkit-plugins/pointsapi/ | #
  373. +----------+ #
  374. ############
  375. <pointsapi> | Your Points | I
  376. #
  377. ############
  378. +----------+ #
  379. | PlotMe | #
  380. | http://dev.bukkit.org/bukkit-plugins/plotme/ | #
  381. +----------+ #
  382. ############
  383. <plotmeplots> | How many plots you have | I
  384. <plotmeinid> | The plot the players in ID | I
  385. <plotmeinowner> | The plot the players in owner | S
  386. <plotmeincomments> | The plot the players in comments total | I
  387. <plotmeinbid> | The plot the players in bid | I
  388. <plotmeinbidder> | The plot the players in bidder | S
  389. <plotmeinfinished> | Is the plot the players in finished | B
  390. <plotmeinforsale> | Is the plot the players in for sale | B
  391. <plotmeid#> | The plot id (Replace # with a number [1 and up]) | I
  392. <plotmebid#> | The plots bid (Replace # with a number [1 and up]) | I
  393. <plotmecommnets#> | The plots comments total (Replace # with a number [1 and up]) | I
  394. <plotmebidder#> | The plots bidder (Replace # with a number [1 and up]) | S
  395. <plotmefinished#> | Is the plots finished (Replace # with a number [1 and up]) | B
  396. <plotmeforsale#> | Is the plot for sale (Replace # with a number [1 and up]) | B
  397. #
  398. ############
  399. +----------+ #
  400. | PrisonRankup | #
  401. |http://dev.bukkit.org/bukkit-plugins/prisonrankup/| #
  402. +----------+ #
  403. ############
  404. <prisonrankuprank> | Your Rank | S
  405. <prisonrankupnextrank> | Your Next Rank | S
  406. <prisonrankuprankprice> | Your Next Rank's Price | I
  407. #
  408. ############
  409. +----------+ #
  410. | PvpArena | #
  411. | http://dev.bukkit.org/bukkit-plugins/pvpvarena/ | #
  412. +----------+ #
  413. ############
  414. <pvparenaarenaname> | The player's current Arena's name | S
  415. <pvparenaarenaowner> | The player's current Arena's owner | S
  416. <pvparenaarenaprefix> | The player's current Arena's prefix | S
  417. <pvparenaarenaround> | The player's current Arena's round | I
  418. <pvparenaarenateams> | The player's current Arena's teams | I
  419. <pvparenastatskills> | The player's kills | I
  420. <pvparenastatsdeaths> | The player's deaths | I
  421. <pvparenastatsdamage> | The player's damage done | I
  422. <pvparenastatsdamagetaken>| The player's damage taken | I
  423. <pvparenastatslosses> | The player's losses | I
  424. <pvparenastatswins> | The player's wins | I
  425. <pvparenastatsmaxdamage> | The player's max damage done | I
  426. <pvparenastatsmaxdamagetaken>| The player's max damage taken | I
  427. #
  428. ############
  429. +----------+ #
  430. | PvpLevels | #
  431. | http://dev.bukkit.org/bukkit-plugins/pvplevels/ | #
  432. +----------+ #
  433. ############
  434. <pvplevelslevel> | The player's level | I
  435. <pvplevelskills> | The player's kills | I
  436. <pvplevelsdeath> | The player's death | I
  437. <pvplevelskdr> | The player's kill death ratio | I
  438. #
  439. ############
  440. +----------+ #
  441. | PVPStats | #
  442. | http://dev.bukkit.org/bukkit-plugins/pvp-stats/ | #
  443. +----------+ #
  444. ############
  445. <pvpstatskills> | The player's kills | I
  446. <pvpstatsdeaths> | The player's deaths | I
  447. <pvpstatsmaxstreak>| The player's current streak | I
  448. <pvpstatsstreak> | The player's max streak | I
  449. #
  450. ############
  451. +----------+ #
  452. | Simple Clans | #
  453. |http://dev.bukkit.org/bukkit-plugins/simpleclans/ | #
  454. +----------+ #
  455. ############
  456. <simpleclanskills> | Your kills (civilian + neutral + rival)| I
  457. <simpleclansciviliankills>| Your civilian kills | I
  458. <simpleclansneutralkills> | Your neutral kills | I
  459. <simpleclansrivalkills> | Your rival kills | I
  460. <simpleclansrank> | Your rank | S
  461. <simpleclansweightedkills>| Your kills in sucession(I think... Tell me if i'm wrong...) | I
  462. <simpleclanskdr> | Your kill/death ratio | I
  463. <simpleclanstag> | Your tag | S
  464. <simpleclansclanaveragewk>| Your clans average WK(No clue what that is...) | I
  465. <simpleclansclanbalance> | Your clans balance | I
  466. <simpleclansclanfounded> | How long ago your clan was founded (Seconds) | I
  467. <simpleclansclansize> | How big your clan is | I
  468. <simpleclansclandeaths> | How many deaths your clan has | I
  469. <simpleclansclankdr> | Your clans' Kill/Death ratio | I
  470. <simpleclansclankills> | How many kills your clan has | I
  471. <simpleclansclantag> | Your clans' tag | S
  472. <simpleclansclancivilians>| How many civilians your clan has | I
  473. <simpleclansclanneutrals> | How many neutrals your clan has | I
  474. <simpleclansclanrivals> | How many rivals your clan has | I
  475. <simpleclansclanmembers> | How many members your clan has | I
  476. <simpleclansclanallies> | How many allies your clan has | I
  477. <simpleclansclanmembers> | How many members your clan has | I
  478. <simpleclansclanonline> | How many online clan members your clan has | I
  479. #
  480. ############
  481. +----------+ #
  482. | Skillz | #
  483. | http://dev.bukkit.org/bukkit-plugins/skillz/ | #
  484. +----------+ #
  485. ############
  486. <skillzacrobatics> | The player's Acrobatics level | I
  487. <skillzarchery> | The player's Archery level | I
  488. <skillzaxescombat> | The player's Axes level | I
  489. <skillzdigging> | The player's Digging level | I
  490. <skillzfarming> | The player's Farming level | I
  491. <skillzmining> | The player's Mining level | I
  492. <skillzswimming> | The player's Swimming level | I
  493. <skillzswordscombat> | The player's Swords Combat level | I
  494. <skillzunarmedcombat> | The player's Unarmed Combat level | I
  495. <skillzwoodcutting> | The player's Woodcutting level | I
  496. #
  497. ############
  498. +----------+ #
  499. | Stats | #
  500. |http://dev.bukkit.org/bukkit-plugins/lolmewnstats/| #
  501. +----------+ #
  502. ############
  503. <statskills%> | The player's total kills on %(Replace % With either an entity name or "all") | I
  504. <statsdeaths%> | The player's total deaths by %(Replace % With either a cause or "all") | I
  505. <statsplaced%> | The player's total block places of a block with the id of %(Replace % With either a block id or "all") | I
  506. <statsbroken%> | The player's total block broken of a block with the id of %(Replace % With either a block id or "all") | I
  507. <statstime> | The player's total playtime | I
  508. <statstimeformated>| The player's total playtime(Formated) | S
  509. <statsmove> | The player's total movements | I
  510. <statsarrows> | The player's total shot arrows | I
  511. <statsjoins> | The player's total joins | I
  512. <statsfish> | The player's total fish caught | I
  513. <statsdamagetaken>| The player's total damage taken | I
  514. <statskicked> | The player's total times kicked | I
  515. <statstoolsbroken>| The player's total tools broken | I
  516. <statseggs> | The player's total eggs thrown | I
  517. <statsitemscrafted>| The player's total items crafted | I
  518. <statsate> | The player's total times eating | I
  519. <statsonfire> | The player's total time on fire | I
  520. <statswords> | The player's total words said | I
  521. <statscommands> | The player's total commands done | I
  522. <statsvotes> | The player's total time voted(Uses Votifier) | I
  523. <statsworldchanged>| The player's total times changing worlds | I
  524. <statsbucketfill> | The player's total buckets filled | I
  525. <statsbucketsempty>| The player's total buckets emptied | I
  526. <statsbedenter> | The player's total times entering a bed | I
  527. <statsitemdrops> | The player's total items droped | I
  528. <statsitempickups>| The player's total items picked up | I
  529. <statsteleports> | The player's total times teleported | I
  530. <statsshear> | The player's total times shearing something | I
  531. <statsxpgained> | The player's total xp gained | I
  532. #
  533. ############
  534. +----------+ #
  535. | Towny | #
  536. | http://palmergames.com/towny/ | #
  537. +----------+ #
  538. ############
  539. <townyname> | The towns name | S
  540. <townytitle> | The player's title | S
  541. <townynation> | The towns nation | S
  542. <townyresidents> | The towns residents | I
  543. <townyfriends> | The player's friends | I
  544. <townybank> | The player's bank | I
  545. <townytag> | The towns tag | S
  546. <townymayor> | The towns mayor | S
  547. <townysize> | The towns size | I
  548. <townypvp> | Is the towns pvp allowed | B
  549. <townyopen> | Is the town open | B
  550. <townypublic> | Is the town public | B
  551. <townyexplosion> | Is the town explosion proof | B
  552. <townyintown> | The town the player's in | S
  553. <townyinmayor> | The town the player's in mayor | S
  554. <townyinresidents> | The town the player's in residents | I
  555. <townyinsize> | The town the player's in size | I
  556. <townyintag> | The town the player's in tag | S
  557. <townyinpvp> | The town the player's in pvp allowed | B
  558. <townyinopen> | The town the player's in is open | B
  559. <townyinpublic> | The town the player's in is public | B
  560. <townyinexplosions>| The town the player's in are explosions allowed | B
  561. #
  562. ############
  563. +----------+ #
  564. | VanishNoPacket | #
  565. | http://dev.bukkit.org/bukkit-plugins/vanish/ | #
  566. +----------+ #
  567. ############
  568. <vanishhidden> | Is the player hidden | B
  569. <vanishonline> | The players online ignoring the ones hidden | I
  570. #
  571. ############
  572. +----------+ #
  573. | Vault | #
  574. | http://dev.bukkit.org/bukkit-plugins/vault/ | #
  575. +----------+ #
  576. ############
  577. <money> | The player's balance | I
  578. <rank> | The player's rank | S
  579. <ranklist%> | Creates a list of the players in the group of % | S
  580. <vaultcurrencyplural>| The currency symbol(Plural) | S
  581. <vaultcurrencysingle>| The currency symbol(Single) | S
  582. #
  583. ############
  584. +----------+ #
  585. | World Guard | #
  586. | http://dev.bukkit.org/bukkit-plugins/worldguard/ | #
  587. +----------+ #
  588. ############
  589. <worldguardinid> | The Region your in's name | S
  590. <worldguardinowner> | The Region your in's owner | S
  591. <worldguardinvolume> | The Region your in's volume | I
  592. <worldguardinmembers> | The Region your in's members list size | I
  593. <worldguardinflag%> | The Region your in's flag v