mirror of
https://github.com/YouHaveTrouble/CommandWhitelist.git
synced 2026-05-12 06:26:57 +00:00
bungee command blocker (no tab complete block yet)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
name: CommandWhitelistBungee
|
||||
version: ${project.version}
|
||||
main: eu.endermite.commandwhitelist.CommandWhitelistBungee
|
||||
author: YouHaveTrouble
|
||||
@@ -0,0 +1,20 @@
|
||||
# This is bungeecord version of the config.
|
||||
messages:
|
||||
prefix: "CommandWhitelist > "
|
||||
command-denied: "No such command."
|
||||
no-permission: "&cYou don't have permission to do this."
|
||||
no-such-subcommand: "&cNo subcommand by that name."
|
||||
config-reloaded: "&eConfiguration reloaded."
|
||||
|
||||
commands:
|
||||
# Permissions that control what commands players can use
|
||||
# you can add unlimited amount of whitelists
|
||||
|
||||
# commandwhitelist.commands.default
|
||||
# this will be automatically given to players by default
|
||||
default:
|
||||
- glist
|
||||
- server
|
||||
# commandwhitelist.commands.example
|
||||
example:
|
||||
- example
|
||||
Reference in New Issue
Block a user