first commit
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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."
|
||||
@@ -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.
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user