Skip to content

Commit 473572d

Browse files
Changes for 2.6.3
- fixes pvp bug - correct message at /has version
1 parent 832f7d5 commit 473572d

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed

src/main/java/de/vmoon/hasplugin/HASPlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ public final class HASPlugin extends JavaPlugin {
1313
public void onEnable() {
1414
// Plugin startup logic
1515
plugin = this;
16-
Bukkit.getWorld("world").setPVP(true);
17-
Bukkit.getConsoleSender().sendMessage("§6[DEBUG] PVP wurde aktiviert!");
16+
Bukkit.getWorld("world").setPVP(false);
1817
Bukkit.getConsoleSender().sendMessage("§6HASPlugin erfolgreich geladen!");
1918
getCommand("has").setExecutor(new HasCommand());
2019
getCommand("pvp").setExecutor(new pvpCommand());
-33 Bytes
Binary file not shown.

target/HASPlugin-1.0-SNAPSHOT.jar

-33 Bytes
Binary file not shown.
-51 Bytes
Binary file not shown.
-33 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)