@@ -11,7 +11,6 @@ |
||
| 11 | 11 | use eXpansion\Framework\Core\Storage\MapStorage; |
| 12 | 12 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
| 13 | 13 | use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpScriptPodium; |
| 14 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 15 | 14 | use Maniaplanet\DedicatedServer\Structures\Map; |
| 16 | 15 | |
| 17 | 16 | class Jukebox implements ListenerInterfaceMpScriptPodium, ListenerInterfaceMpLegacyMap |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use eXpansion\Framework\Core\Services\Console; |
| 13 | 13 | use eXpansion\Framework\Core\Storage\MapStorage; |
| 14 | 14 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
| 15 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 16 | 15 | use Maniaplanet\DedicatedServer\Structures\Map; |
| 17 | 16 | |
| 18 | 17 | |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use eXpansion\Framework\Core\Services\Console; |
| 8 | 8 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
| 9 | 9 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
| 10 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 11 | 10 | use Maniaplanet\DedicatedServer\InvalidArgumentException; |
| 12 | 11 | use Maniaplanet\DedicatedServer\Xmlrpc\UnknownPlayerException; |
| 13 | 12 | use Psr\Log\LoggerInterface; |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use eXpansion\Framework\Core\Services\Application; |
| 8 | 8 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
| 9 | 9 | use eXpansion\Framework\Core\Storage\PlayerStorage; |
| 10 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 11 | 10 | use Maniaplanet\DedicatedServer\Structures\PlayerInfo; |
| 12 | 11 | |
| 13 | 12 | /** |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | use eXpansion\Framework\Core\Services\DedicatedConnection\Factory; |
| 13 | 13 | use eXpansion\Framework\Core\Storage\Data\Player; |
| 14 | 14 | use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpLegacyPlayer; |
| 15 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 16 | 15 | use oliverde8\AssociativeArraySimplified\AssociativeArray; |
| 17 | 16 | use Psr\Log\LoggerInterface; |
| 18 | 17 | |
@@ -2,21 +2,15 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace eXpansion\Bundle\VoteManager\Plugins; |
| 4 | 4 | |
| 5 | -use eXpansion\Bundle\Maps\Services\JukeboxService; |
|
| 6 | 5 | use eXpansion\Bundle\VoteManager\Plugins\Gui\Widget\UpdateVoteWidgetFactory; |
| 7 | 6 | use eXpansion\Bundle\VoteManager\Plugins\Gui\Widget\VoteWidgetFactory; |
| 8 | 7 | use eXpansion\Bundle\VoteManager\Plugins\Votes\AbstractVotePlugin; |
| 9 | 8 | use eXpansion\Bundle\VoteManager\Services\VoteService; |
| 10 | 9 | use eXpansion\Bundle\VoteManager\Structures\Vote; |
| 11 | 10 | use eXpansion\Framework\Core\DataProviders\Listener\ListenerInterfaceExpTimer; |
| 12 | -use eXpansion\Framework\Core\Helpers\ChatNotification; |
|
| 13 | 11 | use eXpansion\Framework\Core\Model\UserGroups\Group; |
| 14 | -use eXpansion\Framework\Core\Services\Console; |
|
| 15 | 12 | use eXpansion\Framework\Core\Storage\Data\Player; |
| 16 | -use eXpansion\Framework\Core\Storage\MapStorage; |
|
| 17 | 13 | use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpLegacyVote; |
| 18 | -use eXpansion\Framework\GameManiaplanet\DataProviders\Listener\ListenerInterfaceMpScriptPodium; |
|
| 19 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 20 | 14 | |
| 21 | 15 | class VoteManager implements ListenerInterfaceMpLegacyVote, ListenerInterfaceExpTimer |
| 22 | 16 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use eXpansion\Framework\Config\Model\ConfigInterface; |
| 6 | 6 | use eXpansion\Framework\Config\Model\TextListConfig; |
| 7 | -use eXpansion\Framework\Config\Ui\Window\ConfigWindowFactory; |
|
| 8 | 7 | use eXpansion\Framework\Core\Model\Gui\ManialinkInterface; |
| 9 | 8 | use eXpansion\Framework\Core\Plugins\Gui\ActionFactory; |
| 10 | 9 | use eXpansion\Framework\Core\Plugins\Gui\ManialinkFactory; |
@@ -7,13 +7,9 @@ |
||
| 7 | 7 | use eXpansion\Framework\Core\Model\Gui\ManialinkInterface; |
| 8 | 8 | use eXpansion\Framework\Core\Model\Gui\Window; |
| 9 | 9 | use eXpansion\Framework\Core\Model\UserGroups\Group; |
| 10 | -use eXpansion\Framework\Core\Plugins\Gui\ManialinkFactory; |
|
| 11 | 10 | use eXpansion\Framework\Core\Plugins\GuiHandler; |
| 12 | 11 | use eXpansion\Framework\Core\Plugins\GuiHandlerInterface; |
| 13 | -use eXpansion\Framework\Core\Services\Console; |
|
| 14 | 12 | use eXpansion\Framework\Core\Storage\Data\Player; |
| 15 | -use Maniaplanet\DedicatedServer\Connection; |
|
| 16 | -use Psr\Log\LoggerInterface; |
|
| 17 | 13 | |
| 18 | 14 | /** |
| 19 | 15 | * Class WindowsGuiHandler, replaces the native GuiHandler only for windows type manialinks in order to : |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use eXpansion\Framework\Core\Model\Gui\Widget; |
| 8 | 8 | use eXpansion\Framework\Core\Model\Gui\WidgetFactoryContext; |
| 9 | 9 | use eXpansion\Framework\Core\Plugins\Gui\WidgetFactory; |
| 10 | -use eXpansion\Framework\Gui\Builders\WidgetBackground; |
|
| 11 | 10 | use eXpansion\Framework\Gui\Components\Animation; |
| 12 | 11 | use eXpansion\Framework\Gui\Components\Button; |
| 13 | 12 | use eXpansion\Framework\Gui\Components\Label; |