About Teleport Status
The plugin displays the time until teleportation in the status bar. Depends on NTeleportation and AdvancedStatus plugins.
-
The ability to display bars during teleportation:
- to a player
- from a player
- to a home
- to a town
- back
- The ability to choose between bar types(TimeCounter and TimeProgressCounter);
- The ability to specify the order of the bar;
- The ability to change the height of the bar;
- The abillity to customize the color and transparency of the background;
- The ability to set a material for the background;
- The ability to switch between CuiRawImageComponent and CuiImageComponent for the image;
- The ability to get images from the local folder(*SERVER*\oxide\data\AdvancedStatus\Images);
- The abillity to set own image and customize the color and transparency of the image;
- The abillity to set sprite instead of the image;
- The ability to customize the color, size and font of the text;
- The ability to customize the bar for each type of teleportation.
{
"Is it worth using a progress bar in the status bar?": true,
"Limit name length. 0 disables the limit.": 10,
"List of status bar settings for each type": {
"TeleportStatus_Player": {
"Order": 21,
"Height": 26,
"Main_Color": "#FFFFFF",
"Main_Transparency": 0.15,
"Main_Material": "",
"Image_URL": "https://i.imgur.com/NuAl6T5.png",
"Image_Local(Leave empty to use Image_URL)": "TeleportStatus_Player",
"Image_Sprite(Leave empty to use Image_Local or Image_URL)": "",
"Image_IsRawImage": false,
"Image_Color": "#15AC9D",
"Progress_Color": "#009688",
"Image_Transparency": 1.0,
"Text_Key": "MsgTeleportToPlayer",
"Text_Size": 12,
"Text_Color": "#15AC9D",
"Text_Font": "RobotoCondensed-Bold.ttf",
"Text_Offset_Horizontal": 0,
"SubText_Size": 12,
"SubText_Color": "#15AC9D",
"SubText_Font": "RobotoCondensed-Bold.ttf",
"Progress_Transparency": 0.7,
"Progress_OffsetMin": "0 0",
"Progress_OffsetMax": "0 0"
},
"TeleportStatus_FromPlayer": {
"Order": 22,
"Height": 26,
"Main_Color": "#FFFFFF",
"Main_Transparency": 0.15,
"Main_Material": "",
"Image_URL": "https://i.imgur.com/G3TrHoc.png",
"Image_Local(Leave empty to use Image_URL)": "TeleportStatus_FromPlayer",
"Image_Sprite(Leave empty to use Image_Local or Image_URL)": "",
"Image_IsRawImage": false,
"Image_Color": "#E2DBD6",
"Progress_Color": "#009688",
"Image_Transparency": 0.55,
"Text_Key": "MsgTeleportFromPlayer",
"Text_Size": 12,
"Text_Color": "#15AC9D",
"Text_Font": "RobotoCondensed-Bold.ttf",
"Text_Offset_Horizontal": 2,
"SubText_Size": 12,
"SubText_Color": "#15AC9D",
"SubText_Font": "RobotoCondensed-Bold.ttf",
"Progress_Transparency": 0.7,
"Progress_OffsetMin": "25 0",
"Progress_OffsetMax": "0 0"
},
"TeleportStatus_Home": {
"Order": 23,
"Height": 26,
"Main_Color": "#FFFFFF",
"Main_Transparency": 0.15,
"Main_Material": "",
"Image_URL": "https://i.imgur.com/3xQmCKv.png",
"Image_Local(Leave empty to use Image_URL)": "TeleportStatus_Home",
"Image_Sprite(Leave empty to use Image_Local or Image_URL)": "",
"Image_IsRawImage": false,
"Image_Color": "#E2DBD6",
"Progress_Color": "#009688",
"Image_Transparency": 0.55,
"Text_Key": "MsgTeleportToHome",
"Text_Size": 12,
"Text_Color": "#E2DBD6",
"Text_Font": "RobotoCondensed-Bold.ttf",
"Text_Offset_Horizontal": 2,
"SubText_Size": 12,
"SubText_Color": "#E2DBD6",
"SubText_Font": "RobotoCondensed-Bold.ttf",
"Progress_Transparency": 0.7,
"Progress_OffsetMin": "25 2.5",
"Progress_OffsetMax": "-3.5 -3.5"
},
"TeleportStatus_Town": {
"Order": 24,
"Height": 26,
"Main_Color": "#FFFFFF",
"Main_Transparency": 0.15,
"Main_Material": "",
"Image_URL": "https://i.imgur.com/FswyqvJ.png",
"Image_Local(Leave empty to use Image_URL)": "TeleportStatus_Town",
"Image_Sprite(Leave empty to use Image_Local or Image_URL)": "",
"Image_IsRawImage": false,
"Image_Color": "#E2DBD6",
"Progress_Color": "#009688",
"Image_Transparency": 0.55,
"Text_Key": "MsgTeleportToTown",
"Text_Size": 12,
"Text_Color": "#E2DBD6",
"Text_Font": "RobotoCondensed-Bold.ttf",
"Text_Offset_Horizontal": 0,
"SubText_Size": 12,
"SubText_Color": "#E2DBD6",
"SubText_Font": "RobotoCondensed-Bold.ttf",
"Progress_Transparency": 0.7,
"Progress_OffsetMin": "0 0",
"Progress_OffsetMax": "0 0"
},
"TeleportStatus_Back": {
"Order": 25,
"Height": 26,
"Main_Color": "#FFFFFF",
"Main_Transparency": 0.15,
"Main_Material": "",
"Image_URL": "https://i.imgur.com/I9B2joa.png",
"Image_Local(Leave empty to use Image_URL)": "TeleportStatus_Back",
"Image_Sprite(Leave empty to use Image_Local or Image_URL)": "",
"Image_IsRawImage": false,
"Image_Color": "#E2DBD6",
"Progress_Color": "#009688",
"Image_Transparency": 0.55,
"Text_Key": "MsgTeleportToBack",
"Text_Size": 12,
"Text_Color": "#E2DBD6",
"Text_Font": "RobotoCondensed-Bold.ttf",
"Text_Offset_Horizontal": 2,
"SubText_Size": 12,
"SubText_Color": "#E2DBD6",
"SubText_Font": "RobotoCondensed-Bold.ttf",
"Progress_Transparency": 0.7,
"Progress_OffsetMin": "25 0",
"Progress_OffsetMax": "0 0"
}
},
"Version": {
"Major": 0,
"Minor": 1,
"Patch": 0
}
}
EN:
{
"MsgTeleportToPlayer": "Teleport to {0} in:",
"MsgTeleportFromPlayer": "{0} will be at you in:",
"MsgTeleportToHome": "Teleport to {0} in:",
"MsgTeleportToTown": "Teleport to {0} in:",
"MsgTeleportToBack": "Teleport to {0} in:"
}
RU:
{
"MsgTeleportToPlayer": "Телепорт к {0} через:",
"MsgTeleportFromPlayer": "{0} будет у вас через:",
"MsgTeleportToHome": "Телепорт в {0} через:",
"MsgTeleportToTown": "Телепорт в {0} через:",
"MsgTeleportToBack": "Телепорт в {0} через:"
}