init
This commit is contained in:
6
target/classes/config.yml
Normal file
6
target/classes/config.yml
Normal file
@ -0,0 +1,6 @@
|
||||
# Настройки API
|
||||
api-url: "http://localhost:8000/api/events"
|
||||
commands-url: "http://localhost:8000/api/commands"
|
||||
|
||||
# IP сервера (оставьте пустым для автоматического определения)
|
||||
server-ip: ""
|
4
target/classes/plugin.yml
Normal file
4
target/classes/plugin.yml
Normal file
@ -0,0 +1,4 @@
|
||||
name: popa-plugin
|
||||
version: '1.0-SNAPSHOT'
|
||||
main: popa.popa
|
||||
api-version: '1.21'
|
BIN
target/classes/popa/popa.class
Normal file
BIN
target/classes/popa/popa.class
Normal file
Binary file not shown.
3
target/maven-archiver/pom.properties
Normal file
3
target/maven-archiver/pom.properties
Normal file
@ -0,0 +1,3 @@
|
||||
artifactId=popa
|
||||
groupId=popa-popa.ru
|
||||
version=1.0-SNAPSHOT
|
@ -0,0 +1 @@
|
||||
popa\popa.class
|
@ -0,0 +1 @@
|
||||
D:\Projects\Java\popa\src\main\java\popa\popa.java
|
BIN
target/original-popa-1.0-SNAPSHOT.jar
Normal file
BIN
target/original-popa-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
BIN
target/popa-1.0-SNAPSHOT.jar
Normal file
BIN
target/popa-1.0-SNAPSHOT.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user