▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/PowerItems

PowerItems

Lets you create nice looking items!

132
0

PowerItems lets you create nice looking items!

Usage:

/createitem

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

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>

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

Совместимость

Minecraft: Java Edition

1.20.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:1 год назад
Обновлён:7 месяцев назад
Главная