You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://discord.gg/beer)
5
4
6
5
A Minecraft server proxy with unparalleled server support, scalability,
7
6
and flexibility.
8
7
9
-
Velocity is licensed under the GPLv3 license.
8
+
Velocity-CTD is licensed under the GPLv3 license.
9
+
10
+
## Purpose
11
+
12
+
Velocity-CTD was created to replace poorly made plugins or
13
+
plugins that simply cannot be better as a result of API limitations,
14
+
lack of support/maintainability, infrequent bumping of integral
15
+
dependencies, useful performance improvements, and more.
10
16
11
17
## Goals
12
18
@@ -18,19 +24,133 @@ Velocity is licensed under the GPLv3 license.
18
24
* First-class support for Paper, Sponge, Fabric and Forge. (Other implementations
19
25
may work, but we make every endeavor to support these server implementations
20
26
specifically.)
21
-
27
+
* Features that deliver an "all-in-one" experience with various features that
28
+
we believe every network wants and needs.
29
+
30
+
## Additional Features/Removals
31
+
32
+
* Utilization of newer dependencies for virtually any dependency that can
33
+
easily and fairly be upgraded to maintain the highest level of performance.
34
+
* Implementation of full-fledged Redis database support to fully replace
35
+
plugins like RedisBungee in attempts to maintain a stabler Redis experience.
36
+
* Implementation of a highly dynamic and efficient queue system that is
37
+
simplified in nature and intended to stably maintain thousands of players.
38
+
* Implementation of a non-invasive multi-forwarding system that allows you
39
+
to use a different forwarding method for specific servers on the backend.
40
+
* Configurable `/alert` command sends messages across your entire network.
41
+
* Configurable `/alertraw` command to send non-prefixed messages across your
42
+
entire network.
43
+
* Configurable `/find` command that locates yourself and other users.
44
+
*`/hub` with `/lobby` alias that sends you to the/a fallback server,
45
+
which synchronizes with the activation and deactivation of dynamic fallbacks.
46
+
* Configurable `/ping` command that displays your and other users' ping.
47
+
* Configurable `/plist` command that displays the total users on your proxy
48
+
or from a defined proxy scope.
49
+
* The `/send` supports sending users from `{SERVER_FROM}` to `{SERVER_TO}`.
50
+
* Configurable `/transfer` command that allows you to move a player, "current" players,
51
+
a specific server, or all players from one proxy to another.
52
+
* Configurable `/velocity sudo` command to force users to execute a command on the
53
+
proxy or even server level.
54
+
* Configurable `/velocity uptime` command to view how long your proxy has been online for.
55
+
* Implementation of configurable `/server {SERVER}` access for tab completion and
56
+
command execution.
57
+
* Choice implementation that allows you to fully strip, reload, and remove commands
58
+
present in regular Velocity and require/force deactivation of commands for
59
+
plugin overrides.
60
+
* Configurable value to disable translation for header and footer for Velocity to
61
+
improve performance in plugins like TAB that do not need it.
62
+
* Configurable minimum version value that allows users to block users on versions
63
+
older than your desired minimum server version (synchronizes with outdated pinger).
64
+
* Fallback servers allow users to be sent to the least or most populated server,
65
+
which will cycle for even distribution.
66
+
* Configurable server brand and server pinger message (outdated and fallback).
67
+
* Configurable removal of unsigned message kick/disconnection events for plugins
68
+
with improper compatibility.
69
+
* Configurable deactivation of Forge inbound handshakes for servers that do not
70
+
run Forge or NeoForge as their server software.
71
+
* Other miscellaneous optimizations and tweaks that will only continue to be
72
+
implemented as this fork matures.
73
+
* Preliminary MiniMessage support to permit full configurability of all Velocity
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
4
5
5
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
6
7
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments