-
Notifications
You must be signed in to change notification settings - Fork 28
/
Modules_false.yml
274 lines (273 loc) · 7.12 KB
/
Modules_false.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
# List of modules you can turn on and off if you dont use them to save some server resources
# This will COMPLETELY disable some of the features
# For this to take effect you will need to perform full server restart
# Disabling some of modules will disable appropriate commands, like cuffed will disable cuff command, silentChest will disable silentChest command and so on
# Disabled commands will not appear in tab complete and it will return error message that command by this name doesnt exist
#
# Handles silent chest opening actions
# Applies for servers from 1.7.x and up
silentChest: false
#
# Version check when player logs in
# Applies for servers from 1.7.x and up
versionCheck: false
#
# World limitations: fly, game mode and god mode
# Applies for servers from 1.7.x and up
worldLimits: false
#
# World limitations: elytra mode
# Applies for servers from 1.9.x and up
worldLimitsElytra: false
#
# Login, logout and death messages
# Applies for servers from 1.7.x and up
customMessages: false
#
# First join messages
# Applies for servers from 1.7.x and up
firstJoinMessages: false
#
# Handling of cuffed players
# Applies for servers from 1.7.x and up
cuffed: false
#
# Handling of elevators
# Applies for servers from 1.7.x and up
elevator: false
#
# Handling of night speedup when players sleep in beds
# Applies for servers from 1.7.x and up
nightSpeedup: false
#
# Handling of damage control
# Applies for servers from 1.7.x and up
damageControl: false
#
# Handling of portal creation
# Applies for servers from 1.7.x and up
portalCreation: false
#
# Handling of portal creation
# Applies for servers from 1.7.x and up
teleportWith: false
#
# Handling of messages appearing when item durability gets low
# Applies for servers from 1.7.x and up
durabilityLoss: false
#
# Handling of mirror feature, which checks block place and break actions
# Applies for servers from 1.7.x and up
mirror: false
#
# Spawner handling, like drop, place, egg interactions
# Applies for servers from 1.7.x and up
spawners: false
#
# Checking spawner place proximity
# Applies for servers from 1.7.x and up
spawnerProximity: false
#
# Checking spawner charges
# Applies for servers from 1.7.x and up
spawnerCharge: false
#
# Handling of command warmups
# Applies for servers from 1.7.x and up
warmup: false
#
# Handling of command cooldowns
# Applies for servers from 1.7.x and up
cooldown: false
#
# Handling of interactive commands
# Applies for servers from 1.8.x and up
interactiveCommands: false
#
# Handling of attached commands
# Applies for servers from 1.8.x and up
attachedCommands: false
#
# Handling of armor effects
# Applies for servers from 1.7.x and up
armorEffects: false
#
# Handling of player tagging in chat and tabcomplete with @
# Applies for servers from 1.7.x and up
playerChatTag: false
#
# Handling of chat bubbles
# Applies for servers from 1.19.x and up
chatBubble: false
#
# Handling of tablist
# Applies for servers from 1.7.x and up
tablist: false
#
# Handling of painting editing with shift+right click
# Applies for servers from 1.7.x and up
paintingEditor: false
#
# Handles player vanish mode
# Applies for servers from 1.21.x and up
vanish: false
#
# Handles money cheques
# Applies for servers from 1.7.x and up
moneyCheque: false
#
# Handles armor stand editor
# Applies for servers from 1.8.x and up
armorstand: false
#
# Handles dedicated CMI playtime tracker
# Applies for servers from 1.7.x and up
cmiPlaytime: false
#
# Handles hologram updates
# Applies for servers from 1.7.x and up
holograms: false
#
# Handles portals
# Applies for servers from 1.7.x and up
portals: false
#
# Handles home bed interactions and bed destroy events. Disabling this homes will still work
# Applies for servers from 1.7.x and up
homeInteractions: false
#
# Handles dynamic signs
# Applies for servers from 1.7.x and up
dynamicSigns: false
#
# Handles sign editing
# Applies for servers from 1.20.x and up
signEdit: false
#
# Handles leather armor which has dynamic colors
# Applies for servers from 1.7.x and up
coloredArmor: false
#
# Handles entity target prevention on player /cmi notarget
# Applies for servers from 1.7.x and up
noTarget: false
#
# Handles rankup system
# Applies for servers from 1.7.x and up
ranks: false
#
# Handles votifier system
# Applies for servers from 1.7.x and up
votifier: false
#
# Handles player combat system
# Applies for servers from 1.7.x and up
playerCombat: false
#
# Handles head drops system
# Applies for servers from 1.16.x and up
headDrop: false
#
# Handles kit listener, mainly to give out new player kit
# Applies for servers from 1.7.x and up
kits: false
#
# Handles schedule system
# Applies for servers from 1.7.x and up
schedule: false
#
# Handles player name plates
# Applies for servers from 1.7.x and up
namePlates: false
#
# Handles jail system
# Applies for servers from 1.7.x and up
jail: false
#
# Handles cmi flight charge system
# Applies for servers from 1.7.x and up
flightCharge: false
#
# Handles shulker box as backpacks
# Applies for servers from 1.11.x and up
shulkerBackpack: false
#
# Handles decorated pot content display
# Applies for servers from 1.20.x and up
decoratedpot: false
#
# Handles player skins
# Applies for servers from 1.8.x and up
skin: false
#
# Handles selection areas. While this is disabled, command can still be used
# Applies for servers from 1.7.x and up
selection: false
#
# Handles mob and player hp bars as boss bar
# Applies for servers from 1.9.x and up
hpBossBar: false
#
# Handling of afk feature. This will disable any checks related to afk and players will never get into afk mode
# Applies for servers from 1.9.x and up
afk: false
#
# Handling timed commands like tfly and tgod
# Applies for servers from 1.7.x and up
timedCommands: false
#
# Handling of eventCommands.yml feature
# Applies for servers from 1.12.x and up
eventCommands: false
#
# Handling of disabled enchants in inventory
# Applies for servers from 1.7.x and up
disabledEnchants: false
#
# Handling of siting on blocks
# Applies for servers from 1.8.x and up
sitAnimation: false
#
# Handling of ride suffocation detection
# Applies for servers from 1.7.x and up
rideAnimation: false
#
# Handling of boss bar compass
# Applies for servers from 1.9.x and up
bossBarCompass: false
#
# Elytra boost
# Applies for servers from 1.9.x and up
elytraBoost: false
#
# Elytra launch
# Applies for servers from 1.9.x and up
elytraLaunch: false
#
# Exploit prevention, like using trident for infinite flight or self damage with arrow
# Applies for servers from 1.15.x and up
elytraExploit: false
#
# Handling of custom totem behavior
# Applies for servers from 1.11.x and up
totemBehavior: false
#
# Handling of anvil item renaming and colorization
# Applies for servers from 1.9.x and up
anvilRenameColor: false
#
# Handling of launch command falldamage
# Applies for servers from 1.9.x and up
launchPad: false
#
# Handling of custom death messages
# Applies for servers from 1.7.x and up
deathMessages: false
#
# Handling of server links
# Applies for servers from 1.7.x and up
serverLinks: false
#
# Handling of hats
# Applies for servers from 1.7.x and up
hat: false