initial
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
cameras:
|
||||
## data is here automatically
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
settings:
|
||||
max-cameras-per-player: 10
|
||||
camera-range: 50 # Maximum viewing distance
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
name: CctvPlugin
|
||||
version: 1.0.0
|
||||
main: com.example.cctv.CctvPlugin
|
||||
api-version: '1.21'
|
||||
description: CCTV camera system for Minecraft
|
||||
author: YourName
|
||||
commands:
|
||||
cctv:
|
||||
description: Manage CCTV cameras
|
||||
usage: /cctv [place|list|remove|help]
|
||||
permission: cctv.use
|
||||
permissions:
|
||||
cctv.use:
|
||||
description: Allows using the CCTV system
|
||||
default: true
|
||||
cctv.place:
|
||||
description: Allows placing cameras
|
||||
default: op
|
||||
cctv.admin:
|
||||
description: Allows managing all cameras
|
||||
default: op
|
||||
children:
|
||||
cctv.use: true
|
||||
cctv.place: true
|
||||
@@ -0,0 +1,3 @@
|
||||
artifactId=CctvPlugin
|
||||
groupId=org.CctvPlugin
|
||||
version=1.0-SNAPSHOT
|
||||
Binary file not shown.
Reference in New Issue
Block a user