mirror of
https://github.com/YouHaveTrouble/CommandWhitelist.git
synced 2026-05-12 14:36:56 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
messages:
|
||||
prefix: "CommandWhitelist >"
|
||||
command-denied: "No such command."
|
||||
|
||||
commands:
|
||||
default:
|
||||
- ?
|
||||
- help
|
||||
- spawn
|
||||
- bal
|
||||
- balance
|
||||
- baltop
|
||||
- pay
|
||||
- r
|
||||
- msg
|
||||
- tpa
|
||||
- tpahere
|
||||
- tpaccept
|
||||
- tpdeny
|
||||
- warp
|
||||
@@ -0,0 +1,11 @@
|
||||
name: CommandWhitelist
|
||||
version: ${project.version}
|
||||
main: eu.endermite.commandwhitelist.CommandWhitelist
|
||||
api-version: 1.16
|
||||
authors: [YouHaveTrouble]
|
||||
description: Control what commands players can use
|
||||
permissions:
|
||||
commandwhitelist.bypass:
|
||||
default: OP
|
||||
commandwhitelist.commands.default:
|
||||
default: true
|
||||
Reference in New Issue
Block a user