This commit is contained in:
LinsaFTW 2023-03-11 13:20:25 -03:00
commit f0a37f1768
3 changed files with 4 additions and 27 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

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>