Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
PowerItems lets you create nice looking items!
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/poweritems
Using as a dependency:
To use PowerItems as a dependency, add the following to your plugin.yml file:
depend: [PowerItems]
And add the following to your pom.xml file if you are using Maven:
<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>65</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."