This commit is contained in:
LinsaFTW 2023-03-11 13:20:25 -03:00
commit 5d411810a5
4 changed files with 5 additions and 28 deletions

4
.gitignore vendored
View File

@ -8,4 +8,6 @@ FlameCord-Proxy
out/
.project
.settings
.settings
pom.xml

View File

@ -10,7 +10,7 @@
<img src="https://img.shields.io/github/license/2lstudios-mc/flamecord?style=flat-square" />
</a>
FlameCord is a Waterfall fork or modification that adds antibot features, exploit prevention systems, performance improvements, removal of unused features, library updates and application layer ddos mitigation.
FlameCord is a fork of BungeeCord and Waterfall that protects your Minecraft server from bot attacks and exploits with its advanced set of antibot filtering features. FlameCord also fixes bugs, improves performance and adds new functionalities to your server. FlameCord is the ultimate solution for a secure and fast Minecraft network.🔥
## ⭐ Features

@ -1 +1 @@
Subproject commit 079f3a31294551fcedc92bff2943ce749bdb99b5
Subproject commit 756aa03a7de78edb76c6dcf2e1953eebe0cb04bd

25
pom.xml
View File

@ -1,25 +0,0 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.waterfallmc</groupId>
<artifactId>waterfall-super</artifactId>
<version>dev-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Waterfall-Super</name>
<description>Super project for FlameCord.</description>
<url>https://github.com/2lstudios-mc/FlameCord</url>
<modules>
<module>FlameCord-Proxy</module>
</modules>
<build>
<defaultGoal>clean install</defaultGoal>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>