OkGlass

OkGlass

OkGlass is a highly configurable performance monitor that uses a scoreboards to display a system information: memory usage, ticks-per-second (TPS), ping result of pinging a host, etc.

OkGlass

Features

  • Display a window that contains a system information
  • Disable any unnecessary "gadget" (just edit gadgets.yml)
  • Allows to use custom gadgets created by me or by anyone who want to create a OkGlass gadget.

Why do I want it?

If you need to see a system information without typing additional command you need OkGlass!

How to use it?

  1. Install plugin and gadgets
  2. Type /okglass and.... it's all!

Gadgets

You can find more information about OkGlass gadgets here: http://dev.bukkit.org/bukkit-mods/okglass/pages/gadgets/

Warning! One of included gadgets - gadget PlayerPing (GadgetPlayerPing.jar) requires a FakePlayersOnline plugin installed. If FakerPlayersOnline is not installed at your server this gadget will be disabled

Commands:

  • /okglass show — show OkGlass dispaly
  • /okglass hide — hide OkGlass display
  • /okglass cfg — display configuration and list of available (enabled) gadgets
  • /okglass reload — reload plugin configuration and restart gadgets

Permissions:

  • okglass.showhide — allows to show and hide OkGlass display
  • okglass.config — allows to use /okglass help, /okglass cfg and /okglass reload command and receive a version update notifications

Configuration

To configure plugin, you must edit config.yml and gadgets.yml and type /okg reload command (or restart server).

config.yml:

general:
  check-updates: true # Check plugin updates at dev.bukkit.org
  language: english    # Language, Russian is included.
  language-save: false # Save the translation file
OkGlass:
  display-refresh-delay: 10  # Delay between OkGlass display refreshes. 
  title: '&6OK''GLASS' # Title of OkGlass window
  default-color: a # Default color of gadget's title
  debug: false # debug-mode

gadgets.yml

Chunks:      # Gadget name
  enabled: true  # Enable gadget, every gadget could be disabled
Entities:
  enabled: true
Memory:
  enabled: true
  gigabytes: false  
Ping:
  enabled: true
  delay-time: 30
  number-of-repeats: 5
  host: google.com
  show-host-name: true
  use-java-ping: false
PlayerPing:
  enabled: true
TPS:
  enabled: true
  tps-update-delay: 10

Metrics and update checker

OkGlass includes two features that use your server internet connection. First one is Metrics, using to collect information about plugin (versions of plugin, of Java.. etc.) and second is update checker (required to find newer version of OkGlass at dev.bukkit.org). If you don't like this features you can easy disable it. To disable update checker you need to set parameter "version-check" to "false" in config.yml. Obtain more information about Metrics and learn how to switch off it, you can read here.


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files