1.1.0

Details

  • Filename
    WhatIs.jar
  • Uploaded by
  • Uploaded
    Apr 14, 2014
  • Size
    87.14 KB
  • Downloads
    640
  • MD5
    efae5b4f966482286897adb72cee5f48

Supported Bukkit Versions

  • 1.7.4
  • 1.7.2

Changelog

1.1.0

  • Added TPS monitoring with tps history. /whatis tps
  • Changed: Event report now shows changes more clearly
  • Added way to see what plugins are dependent on what plugins. /whatis dependencies (of|for) <plugin>
  • Added filters to event monitor:
    • Add to end of eventmonitor command
    • Format: [<name>=<value>, <name>=<value>, ...]
    • Can use != as well.
    • = and != are actually contains and not contains in this case
    • <name> can be a special name too:
      • @plugin the name of the handlers plugin
      • @listener the class name of the listener
      • @priority the priority of the handler
      • @ignorecancel true or false, whether the handler ignores canceled events
  • Added /whatis entities [world]
    • Shows entity concentrations
  • Added /whatis chunk [<x> <z> [world]]
    • Shows what players are responsible for keeping the specified chunk (or the one you're in) loaded

/whatis chunk required some NMS stuff. Although it will attempt to compensate for updates, it may break between updates. Everything else will still function though.