XiaoJie-150 / TrMenu

Used to collect issues...

Home Page:https://trmenu.docs.insinuate.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


๐Ÿ”” What's new in TrMenu v3?

  • Extremely Fast & Optimized Not only focused on the improvement of conditional evaluations but also reconstructed the API of the virtual inventory. Large quantity of modules have been recoded for better performance, as well as providing a unique way of monitoring TrMenu's performance
  • Capable as always Almost every feature are optimized and reserved, new features are also added
  • Function & Scripts Unify and standardize the use of inline functions, refactor TrMenu Actions, and fully support the new Kether scripting language

For more detailed information, please via the wiki site


๐ŸŒ Languages

  • en_US(English) by @Arasple & @Score2
  • ru_RU(ะ ัƒััะบะธะน) by @Liassid
  • vi_VN(Tiแบฟng Viแป‡t) by @Galaxy-VN
  • zh_CN(็ฎ€ไฝ“ไธญๆ–‡) by @Arasple & @Score2
  • zh_HK(็น้ซ”ไธญๆ–‡) by @Arasple & @Score2
  • zh_TW(็น้ซ”ไธญๆ–‡) copy from zh_HK

โ› Developer

Maven:

    <repositories>
      <repository>
        <id>roselle-public</id>
        <url>https://repo.mcage.cn/repository/maven-public/</url>
      </repository>
    </repositories>

    <dependencies>
      <dependency>
        <groupId>me.arasple.mc.trmenu</groupId>
        <artifactId>trmenu</artifactId>
        <version>{LATEST-VERSION}</version>
        <scope>provided</scope>
      </dependency>
    </dependencies>

Gradle Kotlin DSL

repositories {
  maven("https://repo.mcage.cn/repository/maven-public/")
}
dependencies {
  compileOnly("me.arasple.mc.trmenu:trmenu:{LATEST-VERSION}")
}

๐ŸŽฏ Introduce

TrMenu is a brand new advanced dynamic trplugins.menu plugin
You can create unlimited & highly customized inventory GUIs

It covers a larger variety of functions, and easier to configurae trplugins.menu
Also a detailed wiki help you qucik start


๐Ÿ’™ Purchase

Via spigotmc.org now

By purchasing the plugin, you will greatly support the project and its continual development


๐Ÿš€ Support

Before asking for support, please make sure you have fully read the wiki and try to provide information enough to reproduce the issue

Issues: https://github.com/InsinuateProjects/TrMenu/issues
TrPlugins Discord (Original) : https://discord.gg/8CWa6KF

Insinuate Discord : https://discord.gg/Fs6fJN3jXj

1. I will not offer help to the one who didn't purchase the plugin

2. Due to the busy study, I can probably only respond & try to solve issues once every week. Therefore make sure the issue you create provide enough information and links do not expire for a period

3. I cannot complete all the feature requests, some requests which are irrelevant or too hard to realize will be decline or put into low-priority

Please understand :)

๐ŸŒ bStats

bStats


๐Ÿšฉ License

LICENSE

Despite TrMenu is a premium plugin, by any means,
I will not prevent you from downloading the artifacts or compiling them yourself as long as you do not distribute it

However, by purchasing the plugin, you will greatly support the project and its continual development thus I will be truly grateful


About

Used to collect issues...

https://trmenu.docs.insinuate.cn/

License:Other


Languages

Language:Kotlin 99.8%Language:Java 0.2%