Recent content by Cerus

  1. Cerus

    Execute a command in code

    If you want a player to execute a command, do something like this: Server.getInstance().getCommandMap().dispatch(player, "myAwesomeCommand"); Hope I could help!
  2. Cerus

    PlotSquared API for NukkitX

    Hey! I was recently looking for the NukkitX api of PlotSquared but I found out there was no api. I decided to change that, so I edited the Bukkit PlotSquared api to function with NukkitX. All details (how to implement, how to use etc.) can be found here. Requirements - Knowledge of the Bukkit...
Top