mirror of
https://github.com/YouHaveTrouble/PreventStabby.git
synced 2026-05-12 13:26:56 +00:00
Initial commit
This commit is contained in:
@@ -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."
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user