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:
@@ -1,9 +0,0 @@
|
||||
package net.momirealms.customnameplates.paper.mechanic.misc;
|
||||
|
||||
import org.bukkit.event.Listener;
|
||||
|
||||
public class MessageManager implements Listener {
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -42,7 +42,7 @@ public class PapiCondition implements Requirement {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
private List<PapiRequirement> getRequirements(Map<String, Object> map) {
|
||||
|
||||
@@ -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%"
|
||||
|
||||
Reference in New Issue
Block a user