From 57cf486ff403d9687cc97aea9578981820af427a Mon Sep 17 00:00:00 2001 From: Adzel Date: Thu, 13 Nov 2025 16:55:12 -0800 Subject: [PATCH] Initial commit --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 48 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75efa76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# ---> Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties +# https://github.com/takari/maven-wrapper#usage-without-binary-jar +.mvn/wrapper/maven-wrapper.jar + +# Eclipse m2e generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# ---> Java +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..08a9c19 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Velocity-Broadcast-Reborn + +Velocity Broadcast Reborn is the new and improved velocity broadcasting plugin by Adzel. With this plugin you can send cross-server broadcast messages with a simple command. You can also customize the look and feel or the plugin and even view logs with mysql. \ No newline at end of file