Making a player offline

Discussion in 'Plugin Development' started by mttprvst13, Apr 19, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    RawCode

    Just imagine some plugin with code that looks like that:
    Code:
    for (Player e : Bukkit.getPlayers())
    {
    Show name of each player or something else
    }
    
    How VNP or any other plugin may alter outcome of invocation without JVM magic (magic includes JNI, agent and unsafe, and custom implementation of "vanilla" classes injected by any means)
     
Thread Status:
Not open for further replies.

Share This Page