9
0
mirror of https://github.com/Xiao-MoMi/Custom-Nameplates.git synced 2025-12-25 09:59:16 +00:00

small fix

This commit is contained in:
XiaoMoMi
2024-01-28 01:01:01 +08:00
parent bd0abb3463
commit 4c0df8288b
3 changed files with 2 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
package net.momirealms.customnameplates.paper.mechanic.misc;
import org.bukkit.event.Listener;
public class MessageManager implements Listener {
}

View File

@@ -42,7 +42,7 @@ public class PapiCondition implements Requirement {
return false;
}
}
return false;
return true;
}
private List<PapiRequirement> getRequirements(Map<String, Object> map) {

View File

@@ -83,7 +83,7 @@ static-text:
text: "%nameplates_background_other_actionbar%"
value: 180
# https://mo-mi.gitbook.io/xiaomomi-plugins/plugin-wiki/customnameplates/custom-placeholders/static-text
# https://mo-mi.gitbook.io/xiaomomi-plugins/plugin-wiki/customnameplates/custom-placeholders/descent-text
descent-text:
location:
text: "Your Location: %player_x%, %player_y%, %player_z%"