admin 发表于 2022-12-15 15:20:23

EliteMasks - Fully Customisable | Create Your Own Masks & Effects | 13+

EliteMasks - Customisable | Create Your Own Masks & Effects | 13+ Cosmic Masks 1.4.0
EliteMasks - 完全可定制 | 创建您自己的面具和效果 | 13+ 宇宙面具 1.4.0

https://i.imgur.com/FQiWUSv.png
https://i.imgur.com/hO3u68J.png
原文链接
https://i.imgur.com/ksqaKjG.png
https://i.imgur.com/8POE6oy.png
https://www.spigotmc.org/resources/...masks-effects-13-cosmic-masks-1-8-1-14.65915/
剧透:预览https://i.imgur.com/Xjj2FKB.png https://i.imgur.com/BE9hhOB.png
https://i.imgur.com/qBvQJ7Y.png
https://cdn.discordapp.com/attachme...42645/Screenshot_from_2019-04-08_21-06-35.png



https://i.imgur.com/4tddBb8.png
EliteMasks 是一个完全可定制的面具插件,使用这些面具,您可以将它们应用到您的盔甲上以获得增益和效果,其他玩家将只能看到面具本身,而佩戴者会看到头盔的样子,这个想法来自一个非常大的派系服务器。
代码:
############################################################## EliteMasks - Created By Splodgebox## Current Effects## Use /elitemasks effects to list all current effects# with examples and information##############################################################Masks:Example:    name: "&c&lExample"    lore:   - '&cThis is an example mask'    skin: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTI5NDg4MWYzMzQwOGU4OTY0ZDI1NWZkOGViMjFhZTY5ODhiMmNjYTg5OTRkMTU3OTk5NmE2ZjEzMmJjNDI5YyJ9fX0="    applied_lore: "&c&lExample &c(2 Extra Hearts)"    effects:   - 'Health:2'   - 'Potion:SPEED:3'   - 'Damage:20'   - 'Reduction:20'

代码:
COMMAND:MESSAGE: |   &e&l----- &6&lElite&e&lMasks &6&lCommands &e&l-----    &6<> &7- &fRequire Argument    &e[] &7- &fOptional Argument    &e/elitemasks give &6<player> <mask> &e    &e/elitemasks reload    &6&lAliases: &e<elitemask, elitemasks, emask, emasks, em>CONFIGURATION:RELOAD: '&6&l(!) &eConfiguration Files have been reloaded!'INVALID:MASK: '&4&l(!) &cThat is an invalid mask type!'MASK:APPLIED: '&6&l(!) &eThe mask &6''%mask%'' &ehas been applied!'GIVEN:MASK: '&6&l(!) &eYou have given &6%player% &ex%amount% of &6%mask%&e mask!'

代码:
public class EliteAPI {    /**   * Check if the itemStack has a mask attached   * @param itemStack   * @return   */    public boolean hasMask(ItemStack itemStack)    /**   * Get the name of the mask attached to the itemStack   * @param itemStack   * @return   */    public String getMaskName(ItemStack itemStack)    /**   * Check the if the mask has the effect   * in the mask.yml   * @param itemStack   * @param effect   * @return   */    public boolean hasMaskEffect(ItemStack itemStack, String effect)    /**   * Get a string argument when the effect are set   * @param itemStack   * @param effect   * @param argument   * @return   */    public String getStringValue(ItemStack itemStack, String effect, int argument)    /**   * Get a double argument when the effect are set   * @param itemStack   * @param effect   * @param argument   * @return   */    public double getDoubleValue(ItemStack itemStack, String effect, int argument)    /**   * Get a integer argument when the effect are set   * @param itemStack   * @param effect   * @param argument   * @return   */    public int getIntegerValue(ItemStack itemStack, String effect, int argument)}

如需支持,请查看我们的 discord
另外,如果您希望我回答任何问题,请将我添加到 discord Splodgebox#3490
https://media.discordapp.net/attachments/546838963810467841/547912095669420033/EA-MoreArtboard_1.png?width=474&height=474






页: [1]
查看完整版本: EliteMasks - Fully Customisable | Create Your Own Masks & Effects | 13+