Recent content by LewBr

  1. L

    config.getAll in nukkit? sort from highest to low and get the key/value in a variable, its possible?

    can someone help me and tell if it's possible to re-create this code of pocketmine to Java-Nukkit? ``` array = $configstats->getAll(); arsort($array); $arraykeys = array_keys($array); $arrayvalues = array_values($array)...
Top