all working

This commit is contained in:
2025-07-19 01:20:51 +05:00
commit f69b2c9c37
25 changed files with 2303 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Настройки API
api-url: "http://localhost:8000/api/events"
commands-url: "http://localhost:8000/api/commands"
# IP сервера (оставьте пустым для автоматического определения)
server-ip: ""

View File

@ -0,0 +1,4 @@
name: popa-plugin
version: '1.0-SNAPSHOT'
main: popa.popa
api-version: '1.21'

Binary file not shown.

View File

@ -0,0 +1,3 @@
artifactId=popa
groupId=popa-popa.ru
version=1.0-SNAPSHOT

View File

@ -0,0 +1 @@
popa\popa.class

View File

@ -0,0 +1 @@
D:\Projects\Java\popa\src\main\java\popa\popa.java

Binary file not shown.

Binary file not shown.