DontLoseYourSphere (NoPlayerHeads) 图标

DontLoseYourSphere (NoPlayerHeads)

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.6
本资源为搬运资源,原资源地址: https://modrinth.com/mod/dontloseyoursphere
资源信息

Minecraft 版本: 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11

平台: paper purpur

资源介绍

DontLoseYourSphere (also NoPlayerHeads)

A simple plugin to prevent players from losing their sphere by placing it on the ground.

Plugin preview

How does it work?

Because all players equip the sphere in their offhand, they have a change of accidentally placing it down and losing all the effects of the sphere and the money they spent on the sphere itself. This plugin prevents all of that by cancelling the place event:

@EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
public void onPlayerHeadPlace(BlockPlaceEvent event) {
    Material type = event.getBlockPlaced().getType();

    if (type == Material.PLAYER_HEAD ||
        type == Material.PLAYER_WALL_HEAD ||
        (type.name().startsWith("PLAYER_") && type.name().endsWith("HEAD"))) {

        event.setCancelled(true);

        ...
        }
    }
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
Birdian

价格:0 墨喵币
下载量:0

查看详情
Raspberry Red Tooltip (Frame-only Monochrome)

价格:0 墨喵币
下载量:0

查看详情
Om Nom Candles

价格:0 墨喵币
下载量:0

查看详情
Artemis' Thin Logs

价格:0 墨喵币
下载量:0

查看详情