Skip to content
forked from TrPlugins/TrMenu

Modern & Advanced Menu-Plugin for Minecraft Servers

License

Notifications You must be signed in to change notification settings

SAFEluren/TrMenu

 
 

Repository files navigation


🔔 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

Modern & Advanced Menu-Plugin for Minecraft Servers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%