Server pvp?

Discussion in 'Plugin Development' started by PolarCraft, Dec 3, 2013.

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

    PolarCraft

    How would get the server pvp? Like the pvp setting in the server.properties?
     
  2. Code:java
    1. public World world;
    2. world.setPVP(false);
     
  3. Offline

    HyrulesLegend

    PolarCraft If you're working with p.getWorld,
    Code:java
    1. p.getWorld().getPVP();
     
Thread Status:
Not open for further replies.

Share This Page