Speedgot
Command Framework [1.7 - 1.21.4]
-----
A lightweight annotation based command system
Download Now
Via external site
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
Now framework won't initialize if the package is not relocated
Discord: mrdespical
1.4.7
Now framework won't initialize if the package is not relocated.
How to relocate the default package?
Code (Text):
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>me.despical.commandframework</pattern>
<shadedPattern>your.package.here</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
Full Changelog:
1.4.6...1.4.7
----------
,
May 7, 2024
View on SpigotMC
Resource Information
Author:
----------
Total Downloads:
5,843
First Release:
Mar 10, 2021
Last Update:
Jan 3, 2025
Category:
---------------
All-Time Rating:
2 ratings
Find more info at github.com...
Version
-----
Released:
--------------------
Downloads:
------
Version Rating:
----------------------
--
ratings
Ask Questions / Get Support