Search results

  1. AuroraLS3

    Is there a way to automatically post resource updates?

    Hi, I'm asking here too for means of posting automatic updates to resources since I have to release in 4 different places and would like to reduce the manual labor with automatic deployment. Is there some way to update resources on Cloudburst automatically?
  2. 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...
  3. 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...
  4. 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...
Top