-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.yml
91 lines (71 loc) · 2.93 KB
/
settings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Should Command Spy be enabled for new players by default?
default-commandspy-state: true
# What commands shouldn't be shown in the commandspy alerts?
ignored-commands:
# Should this function be enabled?
enabled: false
# What type should the ignored commands list be?
# WHITELIST = commands in the list will be ignored
# BLACKLIST = commands NOT in the list will be ignored
type: 'WHITELIST'
# The list of commands to whitelist/blacklist (see above).
# Requires starting slash.
# Only base commands are supported ('/tpa', not '/tpa Notch' for example).
list:
- '/tpa'
- '/spawn'
- '/home'
# Should BetterCommandSpy make sure players that have Command Spy toggled ON
# have an extra permission as a layer of security to actually be able to spy?
# This permission is 'bettercommandspy.canListen', it is given to operators
# by default. If this setting is TRUE and a player does not have this permission
# but has Command Spy on (e.g. if they enabled it before getting their staff
# rank removed), the player's command spy will be automatically disabled.
# If this setting is FALSE then any player with command spy enabled can
# still spy. For security purposes this setting is TRUE by default.
use-canlisten-permission: true
# The following section allows you to configure and even disable
# the asynchronous update checker built into BetterCommandSpy.
#
# Note: this *checks* for updates, it doesn't *download* them,
# for security reasons of course :)
#
# It sends a web request to the SpigotMC page to check for what
# the latest version released is, compares it against your current
# version, and informs you if they're not the same.
update-checker:
# Should the update checker be enabled?
enabled: true
# How many hours should the update checker wait
# until it runs itself again?
#
# This is useful if you leave your server on for
# long periods of time - maybe a new version has
# been released since it was last started up.
#
# By default, this is set to 24, as the
# plugin does not update very often.
#
# To disable the repeating update checks, set this to 0.
repeat-period: 24
# This section allows you to customise who
# receives notifications from the update
# checker.
notify:
# Should console be notified if the server
# is not running the latest version?
console: true
# Should players with the permission
# 'bettercommandspy.receive-update-notifications'
# receive notifications from the update checker
# if the server is not running the latest version?
players-with-perm: true
# You shouldn't touch this unless developers/support ask you to.
# Logs messages to console about what the plugin is doing in the
# background, helps developers solve bugs in a lot of situations.
debug: []
# Don't touch any of this, you could break the plugin by doing so.
# The file loader uses this to check if files need to be updated.
file:
version: 3
original-version: 3