PixelBBS 我的世界像素论坛

标题: [1.7-1.12]Info-Board Reborn——一一个功能强大的计分板插件 [打印本页]

作者: 像素搬运菌    时间: 2024-2-23 03:42
标题: [1.7-1.12]Info-Board Reborn——一一个功能强大的计分板插件
(, 下载次数: 17)
指令:
总指令/ib

第1条指令/InfoBoard Reload 缩写 /ib reload 权限InfoBoard.Reload    指令是啥 重载插件

第2条指令/InfoBoard Hide 缩写/ib hide 权限InfoBoard.Toggle指令是啥 隐藏计分板

第3条指令/InfoBoard Show 缩写/ib show权限InfoBoard.Toggle指令是啥 显示计分板

第4条指令/InfoBoard Set <页数> 缩写/ib set 页数 权限InfoBoard.Set令是啥 设置显示页面

最最重要的一个东西InfoBoard.View权限没有他玩家看不见计分板
配置文件及插件变量:
[spoiler]
# Info-Board Config, Last Edited in v1.0.0 made by Ktar5个人翻译仅供参考qq131225520
# ################################################
# #
# __Legend__ #
#  I  | Number(Integer)
#  B  | True/False(Boolean)
#  S  | Word(String)
# #
# ################################################
# +--------------------------------------------+ #
# |                Format                      | #
# +--------------------------------------------+ #
# ################################################
# <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>)*
#                   |  Will scroll the variable across the screen, if Scroll is enabled in the config
#                   |  also it remove the limit of characters in a row as it scrolls through.
# #
# ################################################
# +--------------------------------------------+ #
# |                   Math                     | #
# +--------------------------------------------+ #
# ################################################
# <math%+%>          | Replace % with variables you want to add     | I
# <math%-%>          | Replace % with variables you want to subtract| I
# <math%*%>          | Replace % with variables you want to multiply| I
# <math%/%>          | Replace % with variables you want to divide  | I
# #
# ################################################
# +--------------------------------------------+ #
# |          一些  特殊符号             | #
# +--------------------------------------------+ #
# ################################################
# <ucode%>           | Replace % with the unicode code (http://unicode-table.com/en/)
<1>  脸1
<2>  脸2
<3>  心
<4>  钻石
<5>  梅花
<6>  黑桃
<7>  一个大大的点
<8>  菱形
<9>  圆圈
<16>  箭头往右
<17>  箭头往左
<21>  §
<174>  两个往左的箭头
<175>  两个往右的箭头
<205>  3根线
<247>  粗粗的两根线
<skull>  一个头
<arrow> 箭
<nuke> **
<rightup> ∴
<leftup>  ∵
# #
# ################################################
# +--------------------------------------------+ #
# |           服务器基础                | #
# +--------------------------------------------+ #
# ################################################
# <maxplayers>         | 最大人数    | I
# <tps>                | 服务器TPS      | I
# <motd>               | 服务器motd        | S
# <servername>         | 服务器名字      | S
# <usedram>            | 服务器的内存使用 | I
# <freeram>            | 服务器的空闲内存好想死| I
# <maxram>             | 服务器最大内存  | I
# <availableprocessors>| 服务器的可用处理器 | I
# #
# ################################################
# +--------------------------------------------+ #
# |         玩家变量                                  | #
# +--------------------------------------------+ #
# ################################################
# <ping>             |玩家ping值| I
# <onlineplayers>    | 玩家的在线   | I
# <player>           | 玩家名字         | S
# <op>               | 是否为op   | B
# <exp>              | 玩家经验        | I
# <level>            | 等级      | I
# <hunger>           | 玩家的饥饿水平| I
# <health>           | 玩家血量    | I
# <maxhealth>        | 玩家最大血量 | I
# <gamemode>         | 玩家模式 | S
# <worldname>        | 世界名字e  | S
# <worlddifficulty>  | 世界难度 | I
# <worldanimals>     | 世界生成动物吗 | B
# <worldmonsters>    | 玩家的世界允许怪物吗| B
# <worldpvp>         | 世界让pvp吗 | B
# <worldplayers>     | 这个世界有多少人 | I
# <time>             | 世界时间| I
# <x>                | x坐标| I
# <y>                | y坐标| I
# <z>                | z坐标 | I
# <pitch>            | 不知道    | I
# <yaw>              |偏离==不懂     | I
# <direction>        |方向  | S
# <helmet>           | 头盔     | S
# <chestplate>       |好像是玩家的铠甲 | S
# <leggings>         |   护腿 | S
# <boots>            | 鞋子     | S
# <hand>             |手里东西 | S
# <helmetdurability>    | 头盔耐久     | I
# <chestplatedurability>| 铠甲耐久 | I
# <leggingsdurability>  | 护腿耐久   | I
# <bootsdurability>     | 鞋子耐久      | I
# <handdurability>      | 手中物品耐久   | I
# <doihave&>         |玩家拥有百分之多少的服务器权限 | B
# <doesanyonehave&>  | 服务器上的任何播放器都有%作为权限节点吗【瞎翻译的】  | B# <howmanyhave&>     | 服务器上有多少参与者有%作为权限节点【瞎翻译的】 | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                 Ancient RPG       古老的RPG尝试汉化可能会有很大错误               | #
# | http://dev.bukkit.org/bukkit-plugins/ancient-rpg/| #
# +--------------------------------------------------+ #
# ######################################################
# <ancientrpgrace>             | 玩家比赛 | S
# <ancientrpgstance>           |玩家立场 | S
# <ancientrpgclass>            | 玩家的类| S
# <ancientrpgclasslevel>       | 玩家的架势    | I
# <ancientrpgclassminlevel>    | 玩家的最低级 I
# <ancientrpgclasshp>          | 不会        | I
# <ancientrpgclassreghp>       |不会| I
# <ancientrpgguild>            |玩家的公会         | S
# <ancientrpgguildleader>      | 玩家公会会长 | S
# <ancientrpgguildleader>      | 玩家公会的简介还是标语不清楚    | S
# <ancientrpgguildfriendlyfire>| 玩家的公会允许友军开火吗| B
# <ancientrpgguildmaxmembers>  | 工会最多有多少玩家          | I
# <ancientrpgpartyleader>      | 玩家的组队的**                 | S
# <ancientrpgpartymaxmembers>  | 玩家的组队的最多人数         | I
# <ancientrpgpartyfriendlyfire>|玩家的组队允许友军开火吗| | B
# #
# ######################################################
# +--------------------------------------------------+ #
# |                  Essentials                      | #
# | http://dev.bukkit.org/bukkit-plugins/essentials/ | #
# +--------------------------------------------------+ #
# ######################################################
# <esshomes>         | 有多少个家          | I
# <essmuted>         |不清楚      | B
# <esshidden>        |是否失明 | B
# <essgodmode>       | 玩家是上帝模式吗 | B
# <essnickname>      | 玩家称号   | S
# <esstprequest>     |你有tp请求吗== | B
# <essvanished>      | 多少玩家下线了    | B
# <essjails>         | 你有多少监狱         | I
# #
# ##########################################################
# +------------------------------------------------------+ #
# |                 自由的伪装尝试汉化                 | ## | http://www.spigotmc.org/resources/libs-disguises.81/ | #
# +------------------------------------------------------+ #
# ##########################################################
# <disguised>        | 这个玩家伪装吗?            | B
# <disguisedentity>  | 这个玩家伪装成什么?   | S
# NOTE: <disguisedentity> will show "None" if not disguised不明白知道的qq 1312255201 |
# #
# ######################################################
# +--------------------------------------------------+ #
# |                   Factions    派系 尝试汉化                  | #
# |  http://dev.bukkit.org/bukkit-plugins/factions/  | #
# +--------------------------------------------------+ #
# ######################################################
# <factionsfname>      | 派系名字              | S
# <factionsfland>      | 派系名声 I
# <factionsfpower>     | 派系的力量          | I
# <factionsfmaxpower>  | 派系最多人数        | I
# <factionsfonline>    | 派系中上线的人数  | I
# <factionsfofficers>  | 有几个派系管理在线 | I
# <factionsfleader>    | 派系领袖                      | S
# <factionsfland>      | 派系的土地                          | I
# <factionsfinname>    | 不懂           | S
# <factionsfinland>    | 每人在土地的所有权 | I
# <factionsfinpower>   | The factions the players standing in power             | I
# <factionsfinmaxpower>| The factions the players standing in max power       | I
# <factionsfinonline>  | The number of players in the faction the players standing in online    | I
# <factionsfinofficers>| The number of officers in the faction the players standing in online | I
# <factionsfinleader>  | The factions the players standing in leader | S
# <factionspower>      | The player's power                          | I
# <factionsmaxpower>   | The player's max power                      | I
# <factionsrole>       | The player's role in their faction          | S
# #
# ######################################################
# +--------------------------------------------------+ #
# |               GriefPrevention                    | #
# |  dev.bukkit.org/bukkit-plugins/grief-prevention/ | #
# +--------------------------------------------------+ #
# ######################################################
# <griefpreventionclaims>         | The player's claims          | I
# <griefpreventionbonusclaims>    | The player's bonus claims    | I
# <griefpreventionaccruedclaims>  | The player's accrued claims  | I
# <griefpreventionremainingclaims>| The player's remaining claims| I
# <griefpreventionspamcount>      | The player's spam count      | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                      Heroes                      | #
# |   http://dev.bukkit.org/bukkit-plugins/heroes/   | #
# +--------------------------------------------------+ #
# ######################################################
# <heroesmana>            | 英雄的法力       | I
# <heroesmaxmana>         | 英雄的最大法力  | I
# <heroeslevel>           | 英雄等级     | I
# <heroesmanaregen>       | 英雄的法力回复 | I
# <heroesismaster>        | 英雄是他们班上的大师吗? | B
# <heroespartyleader>     | The Heroes' partys leader             | S
# <heroespartysize>       | The Heroes' party size                | B
# <heroespartyisnopvp>    | Is the Heroes' party prevent pvp      | B
# <heroesclass>           | The Heroes' classes' name             | S
# <heroesclasstier>       | The Heroes' classes' tier             | I
# <heroesclassbasehealth> | The Heroes' classes' base health      | I
# <heroesclassbasemana>   | The Heroes' classes' base mana        | I
# <heroesclassexpchange>  | The Heroes' classes' exp modifier     | I
# <heroesclassexploss>    | The Heroes' classes' exp loss         | I
# <heroesclassmaxlevel>   | The Heroes' classes' max level        | I
# <heroesclassismaster>   | Is the Player is a master in their class | B
# <heroesclass2>          | The Heroes' classes' name                | S
# <heroesclass2tier>      | The Heroes' classes' tier                | I
# <heroesclass2basehealth>| The Heroes' classes' base health         | I
# <heroesclass2basemana>  | The Heroes' classes' base mana           | I
# <heroesclass2expchange> | The Heroes' classes' exp modifier        | I
# <heroesclass2exploss>   | The Heroes' classes' exp loss            | I
# <heroesclass2maxlevel>  | The Heroes' classes' max level           | I
# <heroesclass2ismaster>  | Is the Player is a master in their class2| B
# #
# ######################################################
# +--------------------------------------------------+ #
# |                     Infected                     | #
# |   dev.bukkit.org/bukkit-plugins/infected-core/   | #
# +--------------------------------------------------+ #
# ######################################################
# <infectedplaying>          | How many players are playing   | I
# <infectedpoints>           | The player's points            | I
# <infectedscore>            | The player's score             | I
# <infectedkills>            | The player's kills             | I
# <infecteddeaths>           | The player's deaths            | I
# <infectedhighestkillstreak>| The player's highestkillstreak | I
# <infectedgamestate>        | The gamestate                  | S
# <infectedactivearena>      | The activearena                | S
# #
# ######################################################
# +--------------------------------------------------+ #
# |                        Jobs                      | #
# |    http://dev.bukkit.org/bukkit-plugins/jobs/    | #
# +--------------------------------------------------+ #
# ######################################################
# <jobsin>           | How many jobs you have                                 | I
# <jobstitle#>       | The jobs title(Replace # with a number [1 and up])     | S
# <jobslevel#>       | The jobs level(Replace # with a number [1 and up])     | I
# <jobsexp#>         | The jobs exp(Replace # with a number [1 and up])       | I
# <jobsmaxlevel#>    | The jobs max level(Replace # with a number [1 and up]) | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                        LWC                       | #
# |     http://dev.bukkit.org/bukkit-plugins/lwc/    | #
# +--------------------------------------------------+ #
# ######################################################
# <lwclocks>       | 有没有上锁 | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                     Marriage                     | #
# | dev.bukkit.org/bukkit-plugins/marriage-reloaded  | #
# +--------------------------------------------------+ #
# ######################################################
# <marriagepartner>       | The player's partner's name    | S
# <marriageonline>        | Is the player's partner online | B
# <marriagemarried>       | Is the player married          | B
# #
# ######################################################
# +--------------------------------------------------+ #
# |                      mcMMO                       | #
# |   http://dev.bukkit.org/bukkit-plugins/mcmmo/    | #
# +--------------------------------------------------+ #
# ######################################################
# <mcmmopowerlevel>  | The player's power level        | I
# <mcmmoacrobatics>  | The player's acrobatics level   | I
# <mcmmoalchemy>     | The player's alchemy level      | I
# <mcmmoarchery>     | The player's archery level      | I
# <mcmmoaxes>        | The player's axes level         | I
# <mcmmoexcavation>  | The player's excavation level   | I
# <mcmmofishing>     | The player's fishing level      | I
# <mcmmoherbalism>   | The player's herbalism level    | I
# <mcmmomining>      | The player's mining level       | I
# <mcmmorepair>      | The player's repair level       | I
# <mcmmosmelting>    | The player's smelting level     | I
# <mcmmoswords>      | The player's swords level       | I
# <mcmmotaming>      | The player's taming level       | I
# <mcmmounarmed>     | The player's unarmed level      | I
# <mcmmowoodcutting> | The player's wood cutting level | I
# <mcmmomaxpowerlevel>   | Max Powerlevel       | I
# <mcmmomaxmaxacrobatics>| Max acrobatics level | I
# <mcmmomaxmaxalchemy>   | Max alchemy level    | I
# <mcmmomaxmaxarchery>   | Max archery level    | I
# <mcmmomaxaxes>         |Max axes level        | I
# <mcmmomaxexcavation>   | Max excavation level | I
# <mcmmomaxfishing>  | Max fishing level        | I
# <mcmmomaxherbalism>| Max herbalism level      | I
# <mcmmomaxmining>   | Max mining level         | I
# <mcmmomaxrepair>   | Max repair level         | I
# <mcmmomaxsmelting> | Max smelting level       | I
# <mcmmomaxswords>   | Max swords level         | I
# <mcmmomaxtaming>   | Max taming level         | I
# <mcmmomaxunarmed>  | Max unarmed level        | I
# <mcmmomaxwoodcutting>| Max wood cutting level | I
# <mcmmonextpowerlevel>| Exp to next power level         | I
# <mcmmonextacrobatics>| Exp to next acrobatics level    | I
# <mcmmonextalchemy> | Exp to next alchemy level         | I
# <mcmmonextarchery> | Exp to next archery level         | I
# <mcmmonextaxes>    | Exp to next axes level            | I
# <mcmmonextexcavation>| Exp to next excavation level    | I
# <mcmmonextfishing>   | Exp to next fishing level       | I
# <mcmmonextherbalism> | Exp to next herbalism level     | I
# <mcmmonextmining>  | Exp to next mining level          | I
# <mcmmonextrepair>  | Exp to next repair level          | I
# <mcmmonextsmelting>| Exp to next smelting level        | I
# <mcmmonextswords>  | Exp to next swords level          | I
# <mcmmonexttaming>  | Exp to next taming level          | I
# <mcmmonextunarmed> | Exp to next unarmed level         | I
# <mcmmonextwoodcutting>| Exp to next wood cutting level | I
# <mcmmoparty>         | The player's party                             | S
# <mcmmopartyleader>   | The player's party Leader                      | S
# <mcmmopartyexpshare> | Does the player's party have exp share enabled | B
# <mcmmopartymembers>  | The player's party members total               | I
# <mcmmopartymemberson>| The player's party online members total        | I
# <mcmmogodmode>       | Does the player have godmode on                | B
# #
# ######################################################
# +--------------------------------------------------+ #
# |                     McTowns                      | #
# |  http://dev.bukkit.org/bukkit-plugins/mctowns/   | #
# +--------------------------------------------------+ #
# ######################################################
# <mctownshastown>   | Does the player have a town                            | B
# <mctownstowns>     | How many towns is the player in                        | I
# <mctownsname#>     | Town #'s name (Replace # with a number [1 and up])     | S
# <mctownssize#>     | Town #'s size (Replace # with a number [1 and up])     | I
# <mctownsresidents#>| Town #'s residents(Replace # with a number [1 and up]) | I
# <mctownsmayor#>    | Town #'s mayor (Replace # with a number [1 and up])    | S
# <mctownsterritories#> | Town #'s territories(Replace # with a number [1 and up])            | I
# <mctownsassistants#>  | Town #'s assistants(Replace # with a number [1 and up])             | I
# <mctownsfriendlyfire#>| Does Town # Allow friendly fire(Replace # with a number [1 and up]) | B
# #
# ######################################################
# +--------------------------------------------------+ #
# |                   Minigames                      | #
# |  http://dev.bukkit.org/bukkit-plugins/minigames/ | #
# +--------------------------------------------------+ #
# ######################################################
# <minigamesdeaths> | Your deaths | I
# <minigameskills>  | Your kills  | I
# <minigamesscore>  | Your score  | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                   Multiverse                     | #
# |  dev.bukkit.org/bukkit-plugins/multiverse-core/  | #
# +--------------------------------------------------+ #
# ######################################################
# <multiversealias>    | The player's world's alias           | S
# <multiverseprice>    | The player's world's price           | I
# <multiverseautoheal> | Does the player's world auto heal    | B
# <multiversehunger>   | Does the player's world loose hunger | B
# #
# ######################################################
# +--------------------------------------------------+ #
# |                     OnTime                       | #
# |      dev.bukkit.org/bukkit-plugins/ontime/       | #
# +--------------------------------------------------+ #
# ######################################################
# <ontimetotalplay>    | The player's total play time               | I
# <ontimetotalplayformated>| The player's total play time(Formated) | S
# <ontimetotalvote>    | The player's total votes                   | I
# <ontimetotalrefers>  | The player's total refers                  | I
# <ontimetotalpoint>   | The player's total points                  | I
# <ontimemonthplay>    | The player's month play time               | I
# <ontimemonthplayformated>| The player's month play time(Formated) | S
# <ontimemonthvote>    | The player's month votes                   | I
# <ontimemonthrefers>  | The player's month refers                  | I
# <ontimetodayplay>    | The player's today play time               | I
# <ontimetodayplayformated>| The player's today play time(Formated) | S
# <ontimetodayvote>    | The player's today votes                   | I
# <ontimetodayrefers>  | The player's today refers                  | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                    点卷                  | #
# |http://dev.bukkit.org/bukkit-plugins/playerpoints/| #
# +--------------------------------------------------+ #
# ######################################################
# <playerpoints>    | 你的点卷 | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                   不知道不翻译              | #
# |  http://dev.bukkit.org/bukkit-plugins/pointsapi/ | #
# +--------------------------------------------------+ #
# ######################################################
# <pointsapi>       | Your Points | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                    地皮插件                 | #
# |   http://dev.bukkit.org/bukkit-plugins/plotme/   | #
# +--------------------------------------------------+ #
# ######################################################
# <plotmeplots>      | 你有多少地皮               | I
# <plotmeinid>       | 地皮主人            | I
# <plotmeinowner>    | 地皮所有者        | S
# <plotmeincomments> | The plot the players in comments total | I
# <plotmeinbid>      | The plot the players in bid            | I
# <plotmeinbidder>   | The plot the players in bidder         | S
# <plotmeinfinished> | Is the plot the players in finished    | B
# <plotmeinforsale>  | Is the plot the players in for sale    | B
# <plotmeid#>        | The plot id (Replace # with a number [1 and up])              | I
# <plotmebid#>       | The plots bid (Replace # with a number [1 and up])            | I
# <plotmecommnets#>  | The plots comments total (Replace # with a number [1 and up]) | I
# <plotmebidder#>    | The plots bidder (Replace # with a number [1 and up])         | S
# <plotmefinished#>  | Is the plots finished (Replace # with a number [1 and up])    | B
# <plotmeforsale#>   | Is the plot for sale (Replace # with a number [1 and up])     | B
# #
# ######################################################
# +--------------------------------------------------+ #
# |                   PrisonRankup                   | #
# |http://dev.bukkit.org/bukkit-plugins/prisonrankup/| #
# +--------------------------------------------------+ #
# ######################################################
# <prisonrankuprank>      | Your Rank              | S
# <prisonrankupnextrank>  | Your Next Rank         | S
# <prisonrankuprankprice> | Your Next Rank's Price | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                      PvpArena                    | #
# |  http://dev.bukkit.org/bukkit-plugins/pvpvarena/ | #
# +--------------------------------------------------+ #
# ######################################################
# <pvparenaarenaname>    | The player's current Arena's name   | S
# <pvparenaarenaowner>   | The player's current Arena's owner  | S
# <pvparenaarenaprefix>  | The player's current Arena's prefix | S
# <pvparenaarenaround>   | The player's current Arena's round  | I
# <pvparenaarenateams>   | The player's current Arena's teams  | I
# <pvparenastatskills>   | The player's kills                  | I
# <pvparenastatsdeaths>  | The player's deaths                 | I
# <pvparenastatsdamage>  | The player's damage done            | I
# <pvparenastatsdamagetaken>| The player's damage taken        | I
# <pvparenastatslosses>     | The player's losses              | I
# <pvparenastatswins>       | The player's wins                | I
# <pvparenastatsmaxdamage>     | The player's max damage done  | I
# <pvparenastatsmaxdamagetaken>| The player's max damage taken | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                      PvpLevels                   | #
# | http://dev.bukkit.org/bukkit-plugins/pvplevels/  | #
# +--------------------------------------------------+ #
# ######################################################
# <pvplevelslevel>    | The player's level            | I
# <pvplevelskills>    | The player's kills            | I
# <pvplevelsdeath>    | The player's death            | I
# <pvplevelskdr>      | The player's kill death ratio | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                      PVPStats                    | #
# |  http://dev.bukkit.org/bukkit-plugins/pvp-stats/ | #
# +--------------------------------------------------+ #
# ######################################################
# <pvpstatskills>    | The player's kills          | I
# <pvpstatsdeaths>   | The player's deaths         | I
# <pvpstatsmaxstreak>| The player's current streak | I
# <pvpstatsstreak>   | The player's max streak     | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                    Simple Clans                  | #
# |http://dev.bukkit.org/bukkit-plugins/simpleclans/ | #
# +--------------------------------------------------+ #
# ######################################################
# <simpleclanskills>        | Your kills (civilian + neutral + rival)| I
# <simpleclansciviliankills>| Your civilian kills                    | I
# <simpleclansneutralkills> | Your neutral kills                     | I
# <simpleclansrivalkills>   | Your rival kills                       | I
# <simpleclansrank>         | Your rank                              | S
# <simpleclansweightedkills>| Your kills in sucession(I think... Tell me if i'm wrong...) | I
# <simpleclanskdr>          | Your kill/death ratio                          | I
# <simpleclanstag>          | Your tag                                       | S
# <simpleclansclanaveragewk>| Your clans average WK(No clue what that is...) | I
# <simpleclansclanbalance>  | Your clans balance                             | I
# <simpleclansclanfounded>  | How long ago your clan was founded (Seconds)   | I
# <simpleclansclansize>     | How big your clan is                       | I
# <simpleclansclandeaths>   | How many deaths your clan has              | I
# <simpleclansclankdr>      | Your clans' Kill/Death ratio               | I
# <simpleclansclankills>    | How many kills your clan has               | I
# <simpleclansclantag>      | Your clans' tag                            | S
# <simpleclansclancivilians>| How many civilians your clan has           | I
# <simpleclansclanneutrals> | How many neutrals your clan has            | I
# <simpleclansclanrivals>   | How many rivals your clan has              | I
# <simpleclansclanmembers>  | How many members your clan has             | I
# <simpleclanscl**lies>   | How many allies your clan has              | I
# <simpleclansclanmembers>  | How many members your clan has             | I
# <simpleclansclanonline>   | How many online clan members your clan has | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                      Skillz                      | #
# |   http://dev.bukkit.org/bukkit-plugins/skillz/   | #
# +--------------------------------------------------+ #
# ######################################################
# <skillzacrobatics>     | The player's Acrobatics level     | I
# <skillzarchery>        | The player's Archery level        | I
# <skillzaxescombat>     | The player's Axes level           | I
# <skillzdigging>        | The player's Digging level        | I
# <skillzfarming>        | The player's Farming level        | I
# <skillzmining>         | The player's Mining level         | I
# <skillzswimming>       | The player's Swimming level       | I
# <skillzswordscombat>   | The player's Swords Combat level  | I
# <skillzunarmedcombat>  | The player's Unarmed Combat level | I
# <skillzwoodcutting>    | The player's Woodcutting level    | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                       Stats                      | #
# |http://dev.bukkit.org/bukkit-plugins/lolmewnstats/| #
# +--------------------------------------------------+ #
# ######################################################
# <statskills%>     | The player's total kills on %(Replace % With either an entity name or "all")                           | I
# <statsdeaths%>    | The player's total deaths by %(Replace % With either a cause or "all")                                 | I
# <statsplaced%>    | The player's total block places of a block with the id of %(Replace % With either a block id or "all") | I
# <statsbroken%>    | The player's total block broken of a block with the id of %(Replace % With either a block id or "all") | I
# <statstime>       | The player's total playtime            | I
# <statstimeformated>| The player's total playtime(Formated) | S
# <statsmove>       | The player's total movements           | I
# <statsarrows>     | The player's total shot arrows         | I
# <statsjoins>      | The player's total joins               | I
# <statsfish>       | The player's total fish caught         | I
# <statsdamagetaken>| The player's total damage taken        | I
# <statskicked>     | The player's total times kicked        | I
# <statstoolsbroken>| The player's total tools broken        | I
# <statseggs>       | The player's total eggs thrown         | I
# <statsitemscrafted>| The player's total items crafted      | I
# <statsate>         | The player's total times eating       | I
# <statsonfire>      | The player's total time on fire       | I
# <statswords>       | The player's total words said         | I
# <statscommands>    | The player's total commands done      | I
# <statsvotes>       | The player's total time voted(Uses Votifier) | I
# <statsworldchanged>| The player's total times changing worlds     | I
# <statsbucketfill>  | The player's total buckets filled            | I
# <statsbucketsempty>| The player's total buckets emptied           | I
# <statsbedenter>   | The player's total times entering a bed       | I
# <statsitemdrops>  | The player's total items droped               | I
# <statsitempickups>| The player's total items picked up            | I
# <statsteleports>  | The player's total times teleported           | I
# <statsshear>      | The player's total times shearing something   | I
# <statsxpgained>   | The player's total xp gained                  | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                       Towny                      | #
# |           http://palmergames.com/towny/          | #
# +--------------------------------------------------+ #
# ######################################################
# <townyname>        | The towns name           | S
# <townytitle>       | The player's title       | S
# <townynation>      | The towns nation         | S
# <townyresidents>   | The towns residents      | I
# <townyfriends>     | The player's friends     | I
# <townybank>        | The player's bank        | I
# <townytag>         | The towns tag            | S
# <townymayor>       | The towns mayor          | S
# <townysize>        | The towns size           | I
# <townypvp>         | Is the towns pvp allowed | B
# <townyopen>        | Is the town open         | B
# <townypublic>      | Is the town public       | B
# <townyexplosion>   | Is the town explosion proof          | B
# <townyintown>      | The town the player's in             | S
# <townyinmayor>     | The town the player's in mayor       | S
# <townyinresidents> | The town the player's in residents   | I
# <townyinsize>      | The town the player's in size        | I
# <townyintag>       | The town the player's in tag         | S
# <townyinpvp>       | The town the player's in pvp allowed | B
# <townyinopen>      | The town the player's in is open     | B
# <townyinpublic>    | The town the player's in is public   | B
# <townyinexplosions>| The town the player's in are explosions allowed | B
# #
# ######################################################
# +--------------------------------------------------+ #
# |                  VanishNoPacket                  | #
# |  http://dev.bukkit.org/bukkit-plugins/vanish/    | #
# +--------------------------------------------------+ #
# ######################################################
# <vanishhidden>     | Is the player hidden                        | B
# <vanishonline>     | The players online ignoring **s hidden | I
# #
# ######################################################
# +--------------------------------------------------+ #
# |                       Vault                      | #
# |   http://dev.bukkit.org/bukkit-plugins/vault/    | #
# +--------------------------------------------------+ #
# ######################################################
# <money>              | The player's balance                            | I
# <rank>               | The player's rank                               | S
# <ranklist%>          | Creates a list of the players in the ** of % | S
# <vaultcurrencyplural>| The currency symbol(Plural)                     | S
# <vaultcurrencysingle>| The currency symbol(Single)                     | S
# #
# ######################################################
# +--------------------------------------------------+ #
# |                   World Guard                    | #
# | http://dev.bukkit.org/bukkit-plugins/worldguard/ | #
# +--------------------------------------------------+ #
# ######################################################
# <worldguardinid>      | The Region your in's name                              | S
# <worldguardinowner>   | The Region your in's owner                             | S
# <worldguardinvolume>  | The Region your in's volume                            | I
# <worldguardinmembers> | The Region your in's members list size                 | I
# <worldguardinflag%>   | The Region your in's flag value(Replace % with a flag) | B
# #
[/spoiler]


作者: 花先生o    时间: 2024-3-14 23:50
请问前置mod是什么意思这个插件有前置么

作者: 像素搬运菌    时间: 2024-3-17 17:04
花先生o 发表于 2024-3-14 23:50
请问前置mod是什么意思这个插件有前置么

没有前置




欢迎光临 PixelBBS 我的世界像素论坛 (https://www.pixelbbs.cn/) Powered by Discuz! X3.4