v0.3 #1
23
plugin.yml
23
plugin.yml
@ -4,5 +4,24 @@ version: 0.2.1
|
|||||||
api-version: 1.21
|
api-version: 1.21
|
||||||
depends: [CoreProtect]
|
depends: [CoreProtect]
|
||||||
description: A simple grief alert plugin using CoreProtect API.
|
description: A simple grief alert plugin using CoreProtect API.
|
||||||
authors: [Ardakaz, kleedje30]
|
author: Ardakaz
|
||||||
#Kleedje30 only made some small modifications
|
#modified by kleedje30 version 0.4.1
|
||||||
|
|
||||||
|
|
||||||
|
commands:
|
||||||
|
disablelocation:
|
||||||
|
description: Disable GriefAlert at a location
|
||||||
|
usage: /disablelocation <world> <x> <y> <z>
|
||||||
|
permission: griefalert.staff.disable
|
||||||
|
enablelocation:
|
||||||
|
description: Enable GriefAlert at a location
|
||||||
|
usage: /enablelocation <world> <x> <y> <z>
|
||||||
|
permission: griefalert.staff.enable
|
||||||
|
clearlocations:
|
||||||
|
description: Clears all disabled alert locations from the database
|
||||||
|
usage: /clearlocations
|
||||||
|
permission: griefalert.staff.clear
|
||||||
|
checklocation:
|
||||||
|
description: Checks if a location is disabled for alerts
|
||||||
|
usage: /checklocation <world> <x> <y> <z>
|
||||||
|
permission: griefalert.staff.check
|
Loading…
x
Reference in New Issue
Block a user