mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 11:46:40 +00:00
Part 1 / 2
Only thing left is to fix all the code issues from moving out the discord and shop implementations.
This commit is contained in:
4
discord/src/main/resources/commands/help.json
Normal file
4
discord/src/main/resources/commands/help.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "help",
|
||||
"description": "Bot help command."
|
||||
}
|
4
discord/src/main/resources/commands/list.json
Normal file
4
discord/src/main/resources/commands/list.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "list",
|
||||
"description": "List all currently online players"
|
||||
}
|
4
discord/src/main/resources/commands/tps.json
Normal file
4
discord/src/main/resources/commands/tps.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "tps",
|
||||
"description": "Gets the current TPS for the server."
|
||||
}
|
8
discord/src/main/resources/plugin.yml
Normal file
8
discord/src/main/resources/plugin.yml
Normal file
@ -0,0 +1,8 @@
|
||||
name: TFD4J
|
||||
main: me.totalfreedom.discord.TFD4J
|
||||
version: 1.0
|
||||
api-version: 1.19
|
||||
depend: [TotalFreedomMod]
|
||||
libraries:
|
||||
- com.discord4j:discord4j-core:3.2.0
|
||||
- io.projectreactor:reactor-core:3.4.9
|
Reference in New Issue
Block a user