PowerItems icon

PowerItems -----

Lets you create nice looking items!



PowerItems

ALL ISSUES AND BUGS SHOULD BE REPORTED HERE: https://github.com/xWires/PowerItems/issues
When submitting a bug report, include the output from "/poweritems version"
DO NOT USE THE REVIEW SECTION FOR BUG REPORTS

PowerItems lets you create nice looking items!
[​IMG]

Usage:

/createitem <itemID> <itemMaterial> <damage> <rarity> <itemName>
For rarity see the "Default rarities" section below. For itemName, you can use colour codes. itemMaterial is what the item will be, for example "diamond_sword" or "golden_axe".

When you create an item using this command, it will be saved to the config file, you can then get more of this item using:
/getitem <itemID>

Using /commandtrigger, you can add a command or chat message to the item you are holding that will run when you right click it. Do not include the / when adding a command.

Example: /commandtrigger add command teleport ^ ^ ^5

/commandtrigger <add|clear|list> <chat|command> <text>

Default rarities:
  • Common
  • Uncommon
  • Rare
  • Epic
  • Legendary
  • Mythic
Other plugins can add more rarities using the RarityManager class. Here is an example.

Javadocs: https://docs.tangledwires.xyz/

Using as a dependency:


To use PowerItems as a dependency, add the following to your plugin.yml file:

Code (YAML):
depend : [PowerItems ]
And add the following to your pom.xml file if you are using Maven:

Code (Text):
<repositories>
    <repository>
        <id>xwires</id>
        <url>https://nexus.tangledwires.xyz/repository/maven-releases/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>xyz.tangledwires.poweritems</groupId>
        <artifactId>PowerItems</artifactId>
        <version>64</version>
    </dependency>
</dependencies>
This plugin uses bStats for analytics, the data collected is completely anonymous. If you would like to disable bStats, you can do so in the bStats config file.

From the bStats website:

"bStats does not collect any personal data. Most of the collected data is information about the plugin's server like player count, online mode, Minecraft version, Java version, and more. All data gets sent and stored completely anonymously. Server IPs are only stored for ratelimiting and not linked to the data.
All data that is collected is publicly visible. If you are interested in what data is collected for your Minecraft server, take a look at the pages for the plugins on your server. Please note that plugin authors can also send data that is customized for their plugin."

If you redistribute PowerItems (which is licensed under the GNU GPLv3 license), you must provide a link back to the source code.
Resource Information
Author:
----------
Total Downloads: 499
First Release: Feb 18, 2024
Last Update: May 9, 2024
Category: ---------------
All-Time Rating:
1 ratings
Find more info at tangledwires.xyz...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings