1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Changed messages.item-permission to tooltips.item-permission

This commit is contained in:
Alex Mercer 2019-09-02 03:31:06 -07:00
parent a8151ec58b
commit b8e2eede55

View File

@ -30,7 +30,6 @@ public final class Messages {
local.setDefault("messages.fortune-cookie", "&7Help me, I am trapped in a Fortune Cookie Factory!", "&7You will die tomorrow... by a Creeper", "&7At some Point in your Life something bad will happen!!!", "&7Next week you will notice that this is not the real World, you are in a kind of \"Matrix\" or lets call it Computer game. Yes you are in a Computer Game", "&7This Cookie will taste good in a few seconds", "&7You will die soon and the last word you will hear is gonna be \"EXTERMINATE!!!\"", "&7Whatever you do, do not hug a Creeper... I tried it. It feels good, but it's not worth it."); local.setDefault("messages.fortune-cookie", "&7Help me, I am trapped in a Fortune Cookie Factory!", "&7You will die tomorrow... by a Creeper", "&7At some Point in your Life something bad will happen!!!", "&7Next week you will notice that this is not the real World, you are in a kind of \"Matrix\" or lets call it Computer game. Yes you are in a Computer Game", "&7This Cookie will taste good in a few seconds", "&7You will die soon and the last word you will hear is gonna be \"EXTERMINATE!!!\"", "&7Whatever you do, do not hug a Creeper... I tried it. It feels good, but it's not worth it.");
local.setDefault("messages.only-players", "&4This Command is only for Players"); local.setDefault("messages.only-players", "&4This Command is only for Players");
local.setDefault("messages.no-permission", "&4You do not have the required Permission to do this"); local.setDefault("messages.no-permission", "&4You do not have the required Permission to do this");
local.setDefault("messages.item-permission", "&rYou do not have Permission", "&rto access this Item");
local.setDefault("messages.usage", "&4Usage: &c%usage%"); local.setDefault("messages.usage", "&4Usage: &c%usage%");
local.setDefault("messages.not-online", "&4%player% &cis not online!"); local.setDefault("messages.not-online", "&4%player% &cis not online!");
local.setDefault("messages.not-valid-item", "&4%item% &cis not a valid Item!"); local.setDefault("messages.not-valid-item", "&4%item% &cis not a valid Item!");
@ -68,6 +67,8 @@ public final class Messages {
local.setDefault("messages.cannot-place" ,"&cYou cannot place that block there!"); local.setDefault("messages.cannot-place" ,"&cYou cannot place that block there!");
local.setDefault("messages.no-pvp" ,"&cYou cannot pvp in here!"); local.setDefault("messages.no-pvp" ,"&cYou cannot pvp in here!");
local.setDefault("tooltips.item-permission", "&rYou do not have Permission", "&rto access this Item");
local.setDefault("machines.pattern-not-found", "&eSorry, I could not recognize this Pattern. Please place the Items in the correct Pattern into the Dispenser."); local.setDefault("machines.pattern-not-found", "&eSorry, I could not recognize this Pattern. Please place the Items in the correct Pattern into the Dispenser.");
local.setDefault("machines.unknown-material", "&eSorry, I could not recognize the Item in my Dispenser. Please put something in that I know."); local.setDefault("machines.unknown-material", "&eSorry, I could not recognize the Item in my Dispenser. Please put something in that I know.");
local.setDefault("machines.wrong-item", "&eSorry, I could not recognize the Item you right clicked me with. Check the Recipes and see which Items you can use."); local.setDefault("machines.wrong-item", "&eSorry, I could not recognize the Item you right clicked me with. Check the Recipes and see which Items you can use.");