Command Framework [1.7 - 1.21.4] icon

Command Framework [1.7 - 1.21.4] -----

A lightweight annotation based command system



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
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