Skip to content

Commit

Permalink
folia support
Browse files Browse the repository at this point in the history
  • Loading branch information
Gl0W1E committed Oct 7, 2023
1 parent eb94603 commit 60b36f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.euromc</groupId>
<artifactId>TownyDiscordCommands</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<packaging>jar</packaging>

<name>TownyDiscordCommands</name>
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@

# This plugin is open source at the following URL:
# https://github.com/darthpeti/TownyDiscordCommands
# https://github.com/Gl0W1E/TownyDiscordCommands
# No information from your Minecraft Server and/or Discord Bot is
# being stolen using the TownyDiscordCommands plugin.
# For any questions, or ideas DM "gl0w1e" on Discord.

#It is recommended to set your bot permission to only "send messages".
#The plugin only requires the bot to have access to send messages in channels it is seeing.
#DO NOT SHARE YOUR TOKEN WITH ANYONE!
token: "YOUR BOT TOKEN"
token: "YOUR-BOT-TOKEN"

#Options: "ONLINE" , "DO_NOT_DISTURB" , "IDLE" , "INVISIBLE".
bot-status: "ONLINE"

#If the activity status is above 15 letters, it will instead use "Towny". Spaces count too.
activity: "Crazy? I was crazy once..."
activity: "PLUH!"

# The image displayed in the embed of any /TOWN command on discord.
#The image displayed in the embed of any /TOWN command on discord.
town-image: "INSERT PNG LINK HERE"

# The image displayed in the embed of any /NATION command on discord.
#The image displayed in the embed of any /NATION command on discord.
nation-image: "INSERT PNG LINK HERE"
3 changes: 2 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ name: TownyDiscordCommands
version: '${project.version}'
main: net.euromc.townydiscordcommands.Main
api-version: 1.17
authors: [ darthpeti ]
authors: [ Gl0W1E ]
folia-supported: true
description: Discord Towny Commands

0 comments on commit 60b36f3

Please sign in to comment.