• 欢迎来到Minecraft插件百科!
  • 对百科编辑一脸懵逼?帮助:快速入门带您快速熟悉百科编辑!
  • 因近日遭受攻击,百科现已限制编辑,有意编辑请加入插件百科企鹅群:223812289

“Statistics”的版本间的差异

来自Minecraft插件百科
跳转至: 导航搜索
(增加原文)
第1行: 第1行:
{{待完善}}
+
{{待翻译}}
 
{{Bukkit Plugin Infobox
 
{{Bukkit Plugin Infobox
|版本=v.1.2.2
+
|版本=v.1.2.4
 
|前置插件=无
 
|前置插件=无
|兼容服务端版本=CraftBukkit 1.7.2-R0.3
+
|兼容服务端版本=CraftBukkit 1.7.2-R0.3<->1.8.1
 
}}
 
}}
''statistics'''
+
=概览=
是一个网页的服务器信息显示插件
+
Looking for a high-end plugin that tracks your players' data? Look no further!
尚未编辑完成
+
 
刚刚汉化完这个插件..
+
There are a few similar plugins out there, and they track a decent amount of data, however, Statistics takes it a step further and completely overhauls the stats tracking, bringing the amount of information collected to a staggering amount. Name a data point, and we are probably tracking it. This plugin was made to be highly customizable; it will do only what you tell it to do.
 +
==功能==
 +
Server Statistics:
 +
 
 +
*Startup and shutdown times
 +
*Current server status
 +
*Uptime statistics
 +
*Total gameplay
 +
*Online players
 +
*.... and more!
 +
World Statistics:
 +
 
 +
*Distance Travelled
 +
*PVP, PVE, natural deaths
 +
*Blocks played and broken
 +
*Items picked up, dropped, used, eaten, etc.
 +
*.... and more!
 +
Player Statistics:
 +
 
 +
*Player inventory
 +
*Health, hunger, experience
 +
*Armour rating
 +
*Game mode
 +
*Words said, command sent
 +
*Login and logout times
 +
*Time spent on the server
 +
*Distance travelled
 +
*Detailed kills and deaths
 +
*... and more!
 +
 
 +
Plugin Statistics:
 +
 
 +
*Vault (Money, Groups)
 +
*... more coming soon!
 +
 
 +
==其它==
 +
 
 +
*All Statistics are displayed on an homepage
 +
*Statistics can be displayed ingame on an scoreboard
 +
*Statistics can be displayed ingame in an Book
 +
 
 +
==需求==
 +
 
 +
*PHP 5.3.2 or greater
 +
**GD2 library
 +
**cURL library
 +
**fsockopen
 +
*MySQL 5.5 or greater
 +
**InnoDB support
 +
**remote connections allowed
 +
 
 +
=安装=
 +
Before you begin the installation process, you need to have full access to a MySQL database. It can be an existing database, or you can create a new one; the later is preferable, but not required. Additionally, you have to have a web server to host the YASP portal.
 +
 
 +
#Copy the Statistics.jar to the /plugins/ directory of your Minecraft server. Restart the server. The plugin will complain about the lack of connection to the database - this is normal and expected.
 +
#Open /plugins/Statistics/config.yml and fill in the necessary MySQL database details. Restart or reload the server again.
 +
#The plugin will complete the initial set up of the database tables. You will see the patch notification - please, be patient and wait until the plugin says that the database is up to date.
 +
#The plugin installation is complete.
 +
#Copy the contents of the web archive to the desired directory on your web server. For example, /home/public_html/stats.
 +
#Make the cache and include/config dirs writable. (chmod 777)
 +
#Proceed to the URL associated with that directory and follow the instructions on screen.
 +
#Portal installation is complete.
 +
 
 +
=配置=
 +
The plugin configuration is generated automatically on the first startup of the plugin. After you fill out the appropriate details, it should look similar to this:
 +
 
 +
<source lang="java">debug: false            #Enables or disables the debug mode
 +
log-prefix: 'Stats'      #The log message prefix. You don't need to change this.
 +
database:                #MySQL server settings
 +
  host: 'localhost'      #MySQL server address
 +
  port: 3308            #MySQL server port
 +
  name: 'pstats'
 +
  prefix: 'stats_'      #The prefix of the stats tables. You only need to changes this if you are using the multi server setup
 +
  user: 'user'           #MySQL username
 +
  pass: 'qwerty'         #MySQL password
 +
  reconnect_interval: 5  #The time in seconds the plugin waits between reconnect tries if the connection to the database is lost</source>
 +
Do not put the quotation marks around the port number and the boolean values.
 +
 
 +
==高级配置==
 +
 
 +
To access the configuration page click on the Admin link on the '''bottom right end of your stats homepage''' or open yourstatspage?page=admin in your web browser.
 +
 
 +
Now log in with your E-Mail and your password (You have set those during the installation process).
 
[[Category:信息]][[Category:网页]]
 
[[Category:信息]][[Category:网页]]

2015年5月2日 (六) 16:56的版本

Icon-info.png
本页面已存在其他语言的内容,请协助翻译为本地化的中文。
  • 点击此处开始翻译。
  • 如本模板出现在原文存档页面,请注意更新主页面后,仍需要去除此处该模板。
  • 如当前页面已经没有需要翻译的内容,请删去待翻译模板。
  • 有标题的大篇幅文章,如果短时间内无法全部翻译,请先把所有的标题翻译出来,以便之后的贡献者选择与翻译章节内容。
Statistics
外文名Statistics
插件类型Spigot / CraftBukkit
最新版本v.1.2.4
兼容服务端CraftBukkit 1.7.2-R0.3<->1.8.1
前置插件
源地址http://dev.bukkit.org/bukkit-plugins/Statistics

概览

Looking for a high-end plugin that tracks your players' data? Look no further!

There are a few similar plugins out there, and they track a decent amount of data, however, Statistics takes it a step further and completely overhauls the stats tracking, bringing the amount of information collected to a staggering amount. Name a data point, and we are probably tracking it. This plugin was made to be highly customizable; it will do only what you tell it to do.

功能

Server Statistics:

  • Startup and shutdown times
  • Current server status
  • Uptime statistics
  • Total gameplay
  • Online players
  • .... and more!

World Statistics:

  • Distance Travelled
  • PVP, PVE, natural deaths
  • Blocks played and broken
  • Items picked up, dropped, used, eaten, etc.
  • .... and more!

Player Statistics:

  • Player inventory
  • Health, hunger, experience
  • Armour rating
  • Game mode
  • Words said, command sent
  • Login and logout times
  • Time spent on the server
  • Distance travelled
  • Detailed kills and deaths
  • ... and more!

Plugin Statistics:

  • Vault (Money, Groups)
  • ... more coming soon!

其它

  • All Statistics are displayed on an homepage
  • Statistics can be displayed ingame on an scoreboard
  • Statistics can be displayed ingame in an Book

需求

  • PHP 5.3.2 or greater
    • GD2 library
    • cURL library
    • fsockopen
  • MySQL 5.5 or greater
    • InnoDB support
    • remote connections allowed

安装

Before you begin the installation process, you need to have full access to a MySQL database. It can be an existing database, or you can create a new one; the later is preferable, but not required. Additionally, you have to have a web server to host the YASP portal.

  1. Copy the Statistics.jar to the /plugins/ directory of your Minecraft server. Restart the server. The plugin will complain about the lack of connection to the database - this is normal and expected.
  2. Open /plugins/Statistics/config.yml and fill in the necessary MySQL database details. Restart or reload the server again.
  3. The plugin will complete the initial set up of the database tables. You will see the patch notification - please, be patient and wait until the plugin says that the database is up to date.
  4. The plugin installation is complete.
  5. Copy the contents of the web archive to the desired directory on your web server. For example, /home/public_html/stats.
  6. Make the cache and include/config dirs writable. (chmod 777)
  7. Proceed to the URL associated with that directory and follow the instructions on screen.
  8. Portal installation is complete.

配置

The plugin configuration is generated automatically on the first startup of the plugin. After you fill out the appropriate details, it should look similar to this:

debug: false             #Enables or disables the debug mode
log-prefix: 'Stats'      #The log message prefix. You don't need to change this.
database:                #MySQL server settings
  host: 'localhost'      #MySQL server address
  port: 3308             #MySQL server port
  name: 'pstats'
  prefix: 'stats_'       #The prefix of the stats tables. You only need to changes this if you are using the multi server setup
  user: 'user'           #MySQL username
  pass: 'qwerty'         #MySQL password
  reconnect_interval: 5  #The time in seconds the plugin waits between reconnect tries if the connection to the database is lost

Do not put the quotation marks around the port number and the boolean values.

高级配置

To access the configuration page click on the Admin link on the bottom right end of your stats homepage or open yourstatspage?page=admin in your web browser.

Now log in with your E-Mail and your password (You have set those during the installation process).