Skip to content

Commit 9ea5b41

Browse files
author
MagicTeaMC
committed
start moving to Matrix
1 parent 45cd9f0 commit 9ea5b41

7 files changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**AutoTreeChop** lets your players chop entire trees by breaking just one log.
44
It's async-friendly, lightweight, and fully customizable — with built-in support for MySQL(optional), CoreProtect, and popular protection plugins.
55

6-
- 🌐 [Discord Support Server](https://discord.gg/uQ4UXANnP2)
6+
- 🌐 [Matrix Support Chat](https://matrix.to/#/#maoyue-dev:matrix.org)
77
- 🌱 [Modrinth Page](https://modrinth.com/plugin/autotreechop)
88
- 💻 [Source Code (GitHub)](https://github.com/milkteamc/AutoTreeChop)
99
- ⚙️ [Default Config](https://github.com/milkteamc/AutoTreeChop/blob/master/src/main/resources/config.yml)
@@ -100,7 +100,7 @@ It's async-friendly, lightweight, and fully customizable — with built-in suppo
100100

101101
## Support & Contribute
102102

103-
- Need help? Join our [Discord](https://discord.gg/uQ4UXANnP2)
103+
- Need help? Join our [Matrix](https://matrix.to/#/#maoyue-dev:matrix.org)
104104
- Found a bug? Open an issue on [GitHub](https://github.com/milkteamc/AutoTreeChop/issues)
105105
- Want to help translate? Get started [here](https://translate.codeberg.org/projects/autotreechop/autotreechop)
106106
- Love the plugin? Give it a ⭐️ on [GitHub](https://github.com/milkteamc/AutoTreeChop)

src/main/java/org/milkteamc/autotreechop/AutoTreeChop.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public class AutoTreeChop extends JavaPlugin {
6262
public static final String ABOUT_HEADER = "aboutHeader";
6363
public static final String ABOUT_LICENSE = "aboutLicense";
6464
public static final String ABOUT_GITHUB = "aboutGithub";
65-
public static final String ABOUT_DISCORD = "aboutDiscord";
6665
public static final String ABOUT_MODRINTH = "aboutModrinth";
6766

6867
private static final long SAVE_INTERVAL = 1200L; // 60s

src/main/java/org/milkteamc/autotreechop/command/AboutCommand.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public void about(BukkitCommandActor actor) {
2727

2828
AutoTreeChop.sendMessage(sender, AutoTreeChop.ABOUT_LICENSE);
2929
AutoTreeChop.sendMessage(sender, AutoTreeChop.ABOUT_GITHUB);
30-
AutoTreeChop.sendMessage(sender, AutoTreeChop.ABOUT_DISCORD);
3130
AutoTreeChop.sendMessage(sender, AutoTreeChop.ABOUT_MODRINTH);
3231
}
3332
}

src/main/resources/lang/en.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ consoleName=console
3535
aboutHeader=<green><bold>AutoTreeChop</bold></green><gray> - <aqua>v{version}</aqua> by the MilkTeaMC team and contributors</gray>
3636
aboutLicense=<gray>License: GNU General Public License v3.0 (GPL-3.0)</gray>
3737
aboutGithub=<gray>GitHub: <white>https://github.com/milkteamc/autotreechop</white></gray>
38-
aboutDiscord=<gray>Discord: <white>https://discord.gg/uQ4UXANnP2</white></gray>
3938
aboutModrinth=<gray>Modrinth: <white>https://modrinth.com/plugin/autotreechop</white></gray>

src/main/resources/lang/es.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ sneakDisabled=<yellow>La opción de hacer clic automáticamente se deshabilitó
2323
aboutHeader=<green><bold>AutoTreeChop</bold></green><gray> - <aqua>v{versión}</aqua> por el equipo de MilkTeaMC y los colaboradores</gray>
2424
aboutLicense=<gray>Licencia: GNU General Public License v3.0 (GPL-3.0)</gray>
2525
aboutGithub=<gray>GitHub: <white>https://github.com/milkteamc/autotreechop</white></gray>
26-
aboutDiscord=<gray>Discord: <white>https://discord.gg/uQ4UXANnP2</white></gray>
2726
aboutModrinth=<gray>Modrinth: <white>https://modrinth.com/plugin/autotreechop</white></gray>

src/main/resources/lang/it.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ consoleName=console
2323
aboutHeader=<green><bold>AutoTreeChop</bold></green><gray> - <aqua>v{version}</aqua>di MilkTeaMC team e collaboratori</gray>
2424
aboutLicense=<gray>Licenza: GNU General Public License v3.0 (GPL-3.0)</gray>
2525
aboutGithub=<gray>GitHub: <white>https://github.com/milkteamc/autotreechop</white></gray>
26-
aboutDiscord=<gray>Discord: <white>https://discord.gg/uQ4UXANnP2</white></gray>
2726
aboutModrinth=<gray>Modrinth: <white>https://modrinth.com/plugin/autotreechop</white></gray>

src/main/resources/lang/zh.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ consoleName=控制台
3535
aboutHeader=<green><bold>AutoTreeChop</bold></green><gray> - <aqua>v{version}</aqua> 由 MilkTeaMC 團隊與貢獻者開發</gray>
3636
aboutLicense=<gray>授權條款:GNU General Public License v3.0 (GPL-3.0)</gray>
3737
aboutGithub=<gray>GitHub:<white>https://github.com/milkteamc/autotreechop</white></gray>
38-
aboutDiscord=<gray>Discord:<white>https://discord.gg/uQ4UXANnP2</white></gray>
3938
aboutModrinth=<gray>Modrinth:<white>https://modrinth.com/plugin/autotreechop</white></gray>

0 commit comments

Comments
 (0)