mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2026-01-06 15:51:50 +00:00
Small changes
This commit is contained in:
@@ -7,7 +7,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "io.github.fisher2911"
|
group = "io.github.fisher2911"
|
||||||
version = "1.9.4"
|
version = "1.10.0-BETA"
|
||||||
description = "Intuitive, easy-to-use cosmetics plugin, designed for servers using resource packs.\n"
|
description = "Intuitive, easy-to-use cosmetics plugin, designed for servers using resource packs.\n"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ public class Database {
|
|||||||
onComplete.accept(new User(
|
onComplete.accept(new User(
|
||||||
uuid,
|
uuid,
|
||||||
PlayerArmor.empty(),
|
PlayerArmor.empty(),
|
||||||
|
wardrobe,
|
||||||
new EntityIds(entity.getEntityId(), armorStandId, balloonId)
|
new EntityIds(entity.getEntityId(), armorStandId, balloonId)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -124,7 +124,6 @@ public abstract class BaseUser<T> {
|
|||||||
final String id = balloonItem.getModelId();
|
final String id = balloonItem.getModelId();
|
||||||
final HookManager hookManager = HookManager.getInstance();
|
final HookManager hookManager = HookManager.getInstance();
|
||||||
if (id.isBlank() || !hookManager.isEnabled(ModelEngineHook.class)) return;
|
if (id.isBlank() || !hookManager.isEnabled(ModelEngineHook.class)) return;
|
||||||
other.sendMessage("Spawned balloon");
|
|
||||||
this.balloon.setAlive(true);
|
this.balloon.setAlive(true);
|
||||||
this.viewingBalloon.add(other.getUniqueId());
|
this.viewingBalloon.add(other.getUniqueId());
|
||||||
this.balloon.setLocation(actual);
|
this.balloon.setLocation(actual);
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ no-permission: "%prefix% <red>No Permission!"
|
|||||||
no-cosmetic-permission: "%prefix% <red>You do not have permission for this cosmetic!"
|
no-cosmetic-permission: "%prefix% <red>You do not have permission for this cosmetic!"
|
||||||
set-hat: "%prefix% <gradient:#6D9DC5:#45CDE9>Applied hat!"
|
set-hat: "%prefix% <gradient:#6D9DC5:#45CDE9>Applied hat!"
|
||||||
removed-hat: "%prefix% <gradient:#6D9DC5:#45CDE9>Removed hat!"
|
removed-hat: "%prefix% <gradient:#6D9DC5:#45CDE9>Removed hat!"
|
||||||
|
set-balloon: "%prefix% <gradient:#6D9DC5:#45CDE9>Applied Balloon!"
|
||||||
|
removed-balloon: "%prefix% <gradient:#6D9DC5:#45CDE9>Removed Balloon!"
|
||||||
set-backpack: "%prefix% <gradient:#6D9DC5:#45CDE9>Applied backpack!"
|
set-backpack: "%prefix% <gradient:#6D9DC5:#45CDE9>Applied backpack!"
|
||||||
removed-backpack: "%prefix% <gradient:#6D9DC5:#45CDE9>Removed backpack!"
|
removed-backpack: "%prefix% <gradient:#6D9DC5:#45CDE9>Removed backpack!"
|
||||||
set-off-hand: "%prefix% <gradient:#6D9DC5:#45CDE9>Applied offhand!"
|
set-off-hand: "%prefix% <gradient:#6D9DC5:#45CDE9>Applied offhand!"
|
||||||
|
|||||||
Reference in New Issue
Block a user