Mirror von
https://github.com/TheSilentPro/HeadDB.git
synchronisiert 2024-12-28 03:40:06 +01:00
Use the existing headdb.search permission to hide the icon in the UI.
Dieser Commit ist enthalten in:
Ursprung
96717d05e0
Commit
a7549ba32b
@ -172,7 +172,7 @@ public class InventoryUtils {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (player.hasPermission("headdb.searchui")) {
|
if (player.hasPermission("headdb.search")) {
|
||||||
inventory.setItem(40, buildButton(
|
inventory.setItem(40, buildButton(
|
||||||
XMaterial.DARK_OAK_SIGN.parseItem(),
|
XMaterial.DARK_OAK_SIGN.parseItem(),
|
||||||
"&9Search",
|
"&9Search",
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren