mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Handle Hoppers for Distillers and MCBarrels
Removed most mentions of Persistent
This commit is contained in:
@@ -17,13 +17,10 @@ Brew_minute: minute
|
||||
Brew_Alc: Alc &v1ml
|
||||
|
||||
# CMD
|
||||
CMD_CopyNotPersistent: '&eThese copies of this Brew will not be persistent or static!'
|
||||
CMD_Copy_Error: '&6&v1 &cPotions did not fit into your inventory'
|
||||
CMD_Info_Drunk: '&v1 is &6&v2% &fdrunk, with a quality of &6&v3'
|
||||
CMD_Info_NotDrunk: '&v1 is not drunk'
|
||||
CMD_NonStatic: '&ePotion is not static anymore and will normally age in barrels.'
|
||||
CMD_PersistRemove: '&cPersistent Brews cannot be removed from the Database. It would render any copies of them useless!'
|
||||
CMD_Persistent: '&aPotion is now Persistent and Static and may now be copied like any other item. You can remove the persistence with the same command.'
|
||||
CMD_Player: '&a&v1 is now &6&v2% &adrunk, with a quality of &6&v3'
|
||||
CMD_Player_Error: '&cThe quality has to be between 1 and 10!'
|
||||
CMD_Reload: '&aConfig was successfully reloaded'
|
||||
@@ -31,7 +28,6 @@ CMD_Configname: '&aName for the Config is: &f&v1'
|
||||
CMD_Configname_Error: '&cCould not find item in your hand'
|
||||
CMD_Static: '&aPotion is now static and will not change in barrels or brewing stands.'
|
||||
CMD_UnLabel: '&aLabel removed!'
|
||||
CMD_UnPersist: '&aPersistence and static Removed. &eEvery Potential copy NOT made with ''/brew copy'' could become useless now!'
|
||||
|
||||
# Error
|
||||
Error_ConfigUpdate: 'Unknown Brewery config version: v&v1, config was not updated!'
|
||||
@@ -39,7 +35,6 @@ Error_ItemNotPotion: '&cThe item in your hand could not be identified as a potio
|
||||
Error_NoBarrelAccess: '&cYou don''t have permissions to access this barrel!'
|
||||
Error_NoBrewName: '&cNo Recipe with Name: ''&v1&c'' found!'
|
||||
Error_NoPermissions: '&cYou don''t have permissions to do this!'
|
||||
Error_PersistStatic: '&cPersistent potions are always static!'
|
||||
Error_PlayerCommand: '&cThis command can only be executed as a player!'
|
||||
Error_Recipeload: '&cNot all recipes could be restored: More information in the server log!'
|
||||
Error_ShowHelp: Use &6/brew help &fto display the help
|
||||
@@ -57,7 +52,6 @@ Help_Delete: '&6/brew delete &9Deletes the potion in your hand'
|
||||
Help_Help: '&6/brew help [Page] &9Shows a specific help-page'
|
||||
Help_Info: '&6/brew info&9 Displays your current Drunkeness and Quality'
|
||||
Help_InfoOther: '&6/brew info [Player]&9 Displays the current Drunkeness and Quality of [Player]'
|
||||
Help_Persist: '&6/brew persist &9Make Brew persistent -> copyable by any plugin and technique'
|
||||
Help_Player: '&6/brew <Player> <%Drunkeness> [Quality]&9 Sets Drunkeness (and Quality) of a Player'
|
||||
Help_Reload: '&6/brew reload &9Reload config'
|
||||
Help_Configname: '&6/brew ItemName &9Display name of item in hand for the config'
|
||||
|
||||
Reference in New Issue
Block a user