Skip to content

Commit 92b46a6

Browse files
committed
[3.1.19] will be deprecated.
1 parent f39ff7e commit 92b46a6

File tree

4 files changed

+3
-42
lines changed

4 files changed

+3
-42
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 请转向使用 [Invero](http://invero.trixey.cc/) — Bukkit 平台 容器GUI 解决方案
1+
# [Invero](http://invero.trixey.cc/) is available, this is the inventory gui for bukkit of emerging。 TrMenu will be deprecated.
22

33
---
44
## (Deprecated) TrMenu

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=me.arasple.mc.trmenu
2-
version=3.1.18
3-
taboolibVersion=6.0.10-68
2+
version=3.1.19
3+
taboolibVersion=6.0.10-98

plugin/src/main/kotlin/trplugins/menu/module/internal/command/CommandHandler.kt

-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ object CommandHandler {
5858
@CommandBody(permission = "trmenu.command.debug", optional = true)
5959
val debug = CommandDebug.command
6060

61-
@CommandBody(permission = "trmenu.command.invero", optional = true)
62-
val inceroInherit = CommandInvero.command
63-
6461
@CommandBody(optional = true)
6562
val help = subCommand {
6663
execute<CommandSender> { sender, _, _ ->

plugin/src/main/kotlin/trplugins/menu/module/internal/command/impl/CommandInvero.kt

-36
This file was deleted.

0 commit comments

Comments
 (0)