Initial commit

This commit is contained in:
YouHaveTrouble
2020-08-19 02:24:05 +02:00
commit aad3d7ad0c
22 changed files with 1167 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
settings:
# Decides if pvp should be enabled or disabled by default
pvp_enabled_by_default: false
# Prevents dumping lava and lighting blocks on fire near players with pvp off
lava_and_fire_stopper:
enabled: true
radius: 2.5
messages:
pvp_enabled: "&cYou enabled PvP!"
pvp_disabled: "&cYou disabled PvP!"
cannot_attack_victim: "&cYou can't attack players that have PvP turned off!"
cannot_attack_attacker: "&cYou can't attack players while you have PvP turned off!"
no_permission: "&cYou don't have permission to use that."
no_such_command: "&cNo such command."
+13
View File
@@ -0,0 +1,13 @@
name: TogglePvP
version: ${project.version}
main: eu.endermite.togglepvp.TogglePvP
authors: [YouHaveTrouble]
api-version: 1.13
description: PvP toggle plugin
commands:
pvp:
usage: /pvp [args]
permissions:
togglepvp.command.toggle:
default: true
description: Allows usage of /pvp toggle/enable/disable command