Search results

  1. AuroraLS3

    Plan | Player Analytics

    AuroraLS3 updated Plan | Player Analytics with a new update entry: 5.0 build 415 - Change log Read the rest of this update entry...
  2. AuroraLS3

    Plan | Player Analytics - 5.0 build 415 - Change log

    5.0 build 415 - Change log This is a bugfix release Bugfixes #1332 Fixed error in BentoBox Extension #1333 Fixed common error with 'string_value' String truncation on MySQL. This was a regression bug due to my refactoring and affected multiple extensions that stored String values over 50...
  3. AuroraLS3

    Plan | Player Analytics

    AuroraLS3 updated Plan | Player Analytics with a new update entry: 5.0 build 410 - Change log Read the rest of this update entry...
  4. AuroraLS3

    Plan | Player Analytics - 5.0 build 410 - Change log

    5.0 build 410 This update brings some bugfixes that have been ready for a while, I've just been super busy and haven't had time for releasing them. In addition to this I've begun work on Page Extension API which will allow adding new pages to Plan by other plugins. This seems to be a pretty...
  5. AuroraLS3

    [Solved] Is EntityDeathEvent fired when PlayerDeathEvent is fired?

    Hi. On Bukkit EntityDeathEvent fires when PlayerDeathEvent is fired, allowing to use this event for player deaths as well by checking if Entity dead = event.getEntity(); if (dead instanceof Player) { However I got a report that says that player kills are not recorded (I'm using the...
  6. AuroraLS3

    Nukkit 2.0 Alpha

    Please consider writing a shim for PluginBase.getLogger() (PluginLogger) - It's likely the one method that every single plugin calls, making every plugin incompatible with 2.0, without warning as it was never even deprecated. - The alpha version also crashes because this method doesn't exist...
  7. AuroraLS3

    Plan | Player Analytics

    AuroraLS3 updated Plan | Player Analytics with a new update entry: 5.0 build 382- Change log Read the rest of this update entry...
  8. AuroraLS3

    Plan | Player Analytics - 5.0 build 382- Change log

    5.0 build 382- Change log New Added Webserver.Security.Disable_authentication setting This setting allows disabling Plan authentication when https is set up, and it defaults to false to avoid previously secured servers from being exposed. Added %plan_player_favorite_server% placeholder...
  9. AuroraLS3

    Plan | Player Analytics

    AuroraLS3 updated Plan | Player Analytics with a new update entry: 5.0 build 367 - Change Log Read the rest of this update entry...
  10. AuroraLS3

    Plan | Player Analytics - 5.0 build 367 - Change Log

    5.0 build 367 - Change Log Hello! This update brings a big bunch of great bugfixes. Thanks for everybody who tested & reported bugs in the dev versions. Please note that you'll need to accept a new GeoLite2 EULA for Plan to download the geolocation database after the update. If you're using...
  11. AuroraLS3

    Plan | Player Analytics - Year in Review - Change log 5.0 build 335

    Year in Review - 5.0 build 335 This December marked 3 years of Plan development. It has been an interesting year. Year in review post below, change log for this bugfix update at the bottom. I was going to write about what was done this year, but that became a 2 page essay so I scrapped it...
  12. AuroraLS3

    Plan | Player Analytics

    AuroraLS3 updated Plan | Player Analytics with a new update entry: Year in Review - Change log 5.0 build 335 Read the rest of this update entry...
  13. AuroraLS3

    What kind of IP Player#getAddress returns?

    Hmm, I guess it might be an issue with something else. I'll have to wait and see if more reports pop up.
  14. AuroraLS3

    What kind of IP Player#getAddress returns?

    Hi. On other servers I can get an InetAddress of the player, but it seems that the address String given by Player#getAddress on Nukkit is in some format that InetAddress.getByName(ipAddress) does not parse. I can't unfortunately check this myself because I don't have bedrock edition, there is...
  15. AuroraLS3

    Plan | Player Analytics

    AuroraLS3 submitted a new resource: Plan | Player Analytics - The ultimate tool to view player activity - Now also supports Nukkit Read more about this resource...
  16. AuroraLS3

    Plan | Player Analytics 5.6 build 2883

    Already installed on over 3000 servers! :) Player Analytics is the ultimate server staff tool to monitor how players are playing your server. A built in webserver displays insights into different aspects on the server such as Online activity, Playerbase and how these change over time. Plan...
Top