Search the Community
Showing results for tags 'eventinfo'.
-
Version 1.0.0
10 downloads
This is an extension of the Magic Panel plugin that shows an icon for the Ferry Terminal Event plugin. The icon's color and position can be set individually in the configuration file. Please note: The MagicFerryTerminalEventPanel only works in conjunction with the "MagicPanel" and "Ferry Terminal Event" plugins. Make sure you have installed these plugins before using the Event Panel. The plugin also automatically checks if any of the required plugins are missing. If this is the case, the "Ferry Terminal Event" plugin will be automatically unloaded. #Configuration The settings and options can be configured in the MagicFerryTerminalEventPanel file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors. { "Active Color": "#00FF00FF", "Inactive Color": "#FFFFFF1A", "Panel Settings": { "Dock": "center", "Width": 0.02, "Order": 1, "BackgroundColor": "#FFF2DF08" }, "Panel Layout": { "Image": { "Url": "https://www.dropbox.com/scl/fi/m5revdcp6j6e1qpra6b8e/MagicFerryTerminalEventPanel_icon.png?rlkey=g0w6wbqqbfvixce3kbz1tdfim&dl=1", "Enabled": true, "Color": "#FFFFFFFF", "Order": 0, "Width": 1.0, "Padding": { "Left": 0.1, "Right": 0.1, "Top": 0.05, "Bottom": 0.05 } } } } #Credits Thanks to MJSU for the Magic Panel plugin. We reworked one of the plugin extensions so that MagicPanel now also supports the Ferry Terminal Event plugin. #Ferry Terminal Event Trailer If you're not satisfied with the icon, take a look here – you might find something more suitable.Free-
- #magicferryterminaleventpanel
- #magic
- (and 11 more)
-
Version 1.0.0
43 downloads
The plugin adds messages in the main chat when a Chinook, CargoShip, CargoPlane, Attack Helicopter, Tank event occurs. Configuration file { "NotifyAttackHelicopter": true, "NotifyCargoPlane": true, "NotifyCargoShip": true, "NotifyChinook": true, "NotifyTank": true, "ShowDirection": true } Allows you to enable or disable the notification of an event and also allows you to enable or disable the notification of directions. Lang { "CargoPlaneNotification": "<color=#00DDFF>Cargo Plane has spawned{0}!</color>", "TankNotification": "<color=#A60000>Tank has spawned!</color>", "CargoShipNotification": "<color=#0008FF>Cargo Ship has spawned{0}!</color>", "ChinookNotification": "<color=#FFA200>Chinook has spawned{0}!</color>", "AttackHelicopterNotification": "<color=#FF0000>Attack Helicopter has spawned{0}!</color>" } Ability to change the color of the messageFree