diff --git a/EpicHoppers-Plugin/src/main/resources/en_US.lang b/EpicHoppers-Plugin/src/main/resources/en_US.lang index 113f695..d90256d 100644 --- a/EpicHoppers-Plugin/src/main/resources/en_US.lang +++ b/EpicHoppers-Plugin/src/main/resources/en_US.lang @@ -22,15 +22,15 @@ interface.hopper.crafting = "&7AutoCrafting: &6%enabled%" interface.hopper.suction = "&7Suction: &6%suction%" interface.hopper.blockbreak = "&7Block Break: &6Every %ticks% ticks" interface.hopper.alreadymaxed = "&7This hopper is already maxed out!" -interface.hopper.synclore = "|&7Left-Click then click a another|&7hopper or chest to sync!||&7Right-Click to desync." +interface.hopper.synclore = "|&7Left-Click then click a another|&7hopper or chest to link!||&7Right-Click to unlink." interface.hopper.perltitle = "&6Click to Teleport" interface.hopper.perllore2 = "|&7Left-Click to teleport to|&7the end of the chain.||&7Right-Click to switch the|&7teleport trigger mode.|&7Currently set to: &a%type%&7." interface.hopper.filtertitle = "&cClick to Filter" interface.hopper.filterlore = "|&7This allows you to choose|&7which items go where." interface.hopper.craftingtitle = "&cClick to setup AutoCrafting" interface.hopper.craftinglore = "|&7This allows you to choose|&7which item this hopper|&7will automaticly craft." -interface.hopper.synchopper = "&6Click to Sync This hopper" -interface.hopper.rejectsync = "&6Click to Sync Rejected Items" +interface.hopper.synchopper = "&6Click to Link This hopper" +interface.hopper.rejectsync = "&6Click to Link Rejected Items" interface.filter.infotitle = "&aFilter Guide" interface.filter.infolore = "&7Items placed in the top left|&7space will be whitelisted.||&7Items placed in the right|&7will be void.||&7Items placed in the bottom left|&7will be blacklisted.||&cUsing the whitelist will disable|&cboth the blacklist and the void." interface.filter.whitelist = "&f&lWhite List" @@ -48,16 +48,16 @@ event.upgrade.cannotafford = "&cYou cannot afford this upgrade." event.upgrade.success = "&7You successfully upgraded this hopper to &6level %level%&7!" event.upgrade.maxed = "&7You maxed out this hopper at &6level %level%&7." event.inventory.noroom = "&7You do not have space in your inventory for this." -event.hopper.syncsuccess = "&aSynchronization Successful." -event.hopper.desync = "&7You have desynchronized this hopper." -event.hopper.syncnext = "&7Click another hopper or container to sync." -event.hopper.syncself = "&cYou can't sync a hopper to itself." -event.hopper.synctimeout = "&cSyncing timed out." +event.hopper.syncsuccess = "&aLink Successful." +event.hopper.desync = "&7You have unlinked this hopper." +event.hopper.syncnext = "&7Click another hopper or container to link." +event.hopper.syncself = "&cYou can't link a hopper to itself." +event.hopper.synctimeout = "&cLinking timed out." event.hopper.syncoutofrange = "&cThis block is out of your hoppers range." -event.hopper.syncdidnotplace = "&cSorry! You need to have placed this hopper to sync things to it." +event.hopper.syncdidnotplace = "&cSorry! You need to have placed this hopper to link things to it." event.hopper.toomany = "&cYou can only place %amount% hoppers per chunk..." event.hopper.walkteleenabled = "The teleport has been enabled for this hopper." event.hopper.walkteledisabled = "Walk on teleporting has been disabled for this hopper." event.hopper.onlyone = "&cYou may only place a single item at a time." -event.hopper.syncchest = "&7You have synchronized your &9%name% &7with this chest." -event.hopper.desyncchest = "&7You have desynchronized your &9%name% &7with this chest." \ No newline at end of file +event.hopper.syncchest = "&7You have linked your &9%name% &7with this chest." +event.hopper.desyncchest = "&7You have unlinked your &9%name% &7with this chest." \ No newline at end of file