Skip to content

Commit 991358a

Browse files
feat(abomination): load controls from config
1 parent b4e500c commit 991358a

12 files changed

Lines changed: 569 additions & 199 deletions

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# ABOMINATION VELOCITY FOR 6b6t
2+
3+
After installing check `abomination_velocity.yml`.
4+
To reload a command whitelist do `abomination:reload` in the console (not as a player).
5+
6+
7+
8+
9+
110
# Velocity
211

312
[![Build Status](https://img.shields.io/github/actions/workflow/status/PaperMC/Velocity/gradle.yml)](https://papermc.io/downloads/velocity)

abomination_velocity.yml

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
# Abomination Velocity configuration
2+
3+
# Plugin message channels players are allowed to send
4+
plugin-channels:
5+
- minecraft:brand
6+
- minecraft:register
7+
- minecraft:unregister
8+
9+
# Commands players are allowed to execute
10+
commands:
11+
- register
12+
- reg
13+
- unregister
14+
- login
15+
- l
16+
- email
17+
- changepassword
18+
- confirmpassword
19+
- totp
20+
- captcha
21+
- 2fa
22+
- verification
23+
- help
24+
- echochamber
25+
- msg
26+
- whisper
27+
- w
28+
- reply
29+
- last
30+
- kill
31+
- suicide
32+
- stats
33+
- r
34+
- ignore
35+
- ignorehard
36+
- ignorelist
37+
- togglewhispering
38+
- togglechat
39+
- groupchat
40+
- gc
41+
- connectionmsgs
42+
- deathmsgs
43+
- sethome
44+
- home
45+
- homes
46+
- homelist
47+
- delhome
48+
- tpa
49+
- tpt
50+
- tpn
51+
- tpy
52+
- tpyes
53+
- tpno
54+
- tps
55+
- tptoggle
56+
- hat
57+
- skin
58+
- hotspot
59+
- buildermode
60+
- particles
61+
- nametag
62+
- pvpmode
63+
- togglespamchat
64+
- freecam
65+
- f
66+
- vote
67+
- discord
68+
- website
69+
- youtube
70+
- twitter
71+
- reddit
72+
- instagram
73+
- donate
74+
- buy
75+
- shop
76+
- skins
77+
- summon
78+
- give
79+
- chatcolor
80+
- christmas
81+
- balloons
82+
- balloon
83+
- sit
84+
- link
85+
- namecolor
86+
- namecolors
87+
- nc
88+
- chatcolors
89+
- cc
90+
- invisframe
91+
- thor
92+
- playerstats

proxy/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ dependencies {
163163
implementation(libs.adventure.facet)
164164
implementation(libs.completablefutures)
165165
implementation(libs.nightconfig)
166+
implementation(libs.snakeyaml)
166167
implementation(libs.bstats)
167168
implementation(libs.lmbda)
168169
implementation(libs.asm)

0 commit comments

Comments
 (0)