Skip to content

Commit 6d2cb79

Browse files
author
Pikachu920
authored
Create README.md
1 parent 4bacd8c commit 6d2cb79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# WebAddon
2+
3+
Intuitive http server functionality for [Skript](https://www.github.com/bensku/Skript) using the [Spark Framework](https://github.com/perwendel/spark).
4+
5+
web server on port 8080:
6+
get /users/%{_user}%:
7+
set body of event-response to "%ip of event-request% requested user ##%{_user}%, from the path %path of event-request%"
8+
get *:
9+
send back "oh shit"
10+
post /postTest:
11+
send back "noted"

0 commit comments

Comments
 (0)