Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

TreeCommandLib

TreeCommandLib is a Bukkit plugin version of the TreeCommand project. Installing this plugin on your server allows other plugins that depend on the TreeCommand project to use TreeCommand as a 'provided' dependency in their pom.xml files, rather than a 'compile' dependency. This can help reduce plugin conflicts and streamline your Bukkit plugin setup.

Getting Started

To use TreeCommandLib in your Spigot plugin project, you can add the TreeCommand project as a dependency in your pom.xml file. First, add the XAS repository to your repositories section:

 <repository>
<id>xas</id>
<url>https://maven.xasmc.xyz/repository/xas/</url>
</repository>

Next, add TreeCommand as a dependency:

 <dependency>
<groupId>xyz.xasmc</groupId>
<artifactId>TreeCommand</artifactId>
<version>FILL_IN_THE_VERSION_NUMBER_HERE</version>
<scope>provided</scope>
</dependency>

Unlike the TreeCommand project, it uses <scope>provided</scope> instead of <scope>compile</scope>

Usage Example

🔗 Please read this document

About

A Bukkit dependency plugin simplifies command definitions for Bukkit plugins.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages