Move to PaperMC organisation
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -1,11 +0,0 @@
|
||||
language: java
|
||||
before_cache:
|
||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
jdk:
|
||||
- openjdk8
|
||||
- openjdk11
|
@@ -1,7 +1,7 @@
|
||||
# Velocity
|
||||
|
||||
[](https://ci.velocitypowered.com/job/velocity-3.0.0/)
|
||||
[](https://discord.gg/8cB9Bgf)
|
||||
[](https://discord.gg/papermc)
|
||||
|
||||
A Minecraft server proxy with unparalleled server support, scalability,
|
||||
and flexibility.
|
||||
@@ -32,5 +32,5 @@ Once you've built Velocity, you can copy and run the `-all` JAR from
|
||||
`proxy/build/libs`. Velocity will generate a default configuration file
|
||||
and you can configure it from there.
|
||||
|
||||
Alternatively, you can get the proxy JAR from the [downloads](https://www.velocitypowered.com/downloads)
|
||||
Alternatively, you can get the proxy JAR from the [downloads](https://velocitypowered.com/downloads)
|
||||
page.
|
||||
|
@@ -237,14 +237,14 @@ public class VelocityCommand implements SimpleCommand {
|
||||
.append(Component.text().content("velocitypowered.com")
|
||||
.color(NamedTextColor.GREEN)
|
||||
.clickEvent(
|
||||
ClickEvent.openUrl("https://www.velocitypowered.com"))
|
||||
ClickEvent.openUrl("https://velocitypowered.com"))
|
||||
.build())
|
||||
.append(Component.text(" - "))
|
||||
.append(Component.text().content("GitHub")
|
||||
.color(NamedTextColor.GREEN)
|
||||
.decoration(TextDecoration.UNDERLINED, true)
|
||||
.clickEvent(ClickEvent.openUrl(
|
||||
"https://github.com/VelocityPowered/Velocity"))
|
||||
"https://github.com/PaperMC/Velocity"))
|
||||
.build())
|
||||
.build();
|
||||
source.sendMessage(Identity.nil(), embellishment);
|
||||
|
Reference in New Issue
Block a user