first commit

This commit is contained in:
2026-06-07 23:58:50 -04:00
commit 0dcb356c1d
12 changed files with 359 additions and 0 deletions
Binary file not shown.
+12
View File
@@ -0,0 +1,12 @@
combat-duration-seconds: 300
disable-flight-on-any-damage: true
disable-flight-on-damaging-any-entity: true
op-bypass: true
messages:
combat-start-damaged: "&cFlight disabled: you were damaged and are now in combat for &e%time%&c seconds."
combat-start-attack: "&cFlight disabled: you attacked something and are now in combat for &e%time%&c seconds."
combat-fly-blocked: "&cYou cannot fly while in combat. Time left: &e%time%&c seconds."
combat-ended: "&aYour combat timer ended. You may fly again if you still have permission."
+6
View File
@@ -0,0 +1,6 @@
name: AntiFLY-PVP
version: 1.1
main: com.bitnix.antiflypvp.AntiFlyPVPPlugin
api-version: '1.21'
author: bitnix
description: Disables player flight during combat.
+5
View File
@@ -0,0 +1,5 @@
#Generated by Maven
#Sun Jun 07 20:39:31 EDT 2026
artifactId=AntiFLY-PVP
groupId=com.bitnix
version=1.1
@@ -0,0 +1 @@
com/bitnix/antiflypvp/AntiFlyPVPPlugin.class
@@ -0,0 +1 @@
/home/bitnix/Desktop/AntiFLY-PVP/src/main/java/com/bitnix/antiflypvp/AntiFlyPVPPlugin.java