From 1d99762c7965d351510cfb5e08eac25e48d96038 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 6 Jun 2025 08:02:52 +0300 Subject: Modernize project structure, update Maven config, move sources, add logging config, update README and .gitignore --- src/main/java/protocols/implementations/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/java/protocols/implementations/README (limited to 'src/main/java/protocols/implementations/README') diff --git a/src/main/java/protocols/implementations/README b/src/main/java/protocols/implementations/README new file mode 100644 index 0000000..fd8effa --- /dev/null +++ b/src/main/java/protocols/implementations/README @@ -0,0 +1,10 @@ +How to add a new protocol: + +1. Copy the file VSDummyProtocol.java into VSYourOwnNiceProtocol.java + +2. Edit VSYourOwnNiceProtocol.java and replace the classname! + +3. Edit the initialize method of events.RegisteredEvents.java and add the classname +of your protocol. E.g.: "protocols.implementations.VSYourOwnNiceProtocol" + + -- cgit v1.2.3