geforkt von Mirrors/HeadDB
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(
|
||||
XMaterial.DARK_OAK_SIGN.parseItem(),
|
||||
"&9Search",
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren