• Хостинг игровых серверов

    Максимальная производительность для ваших игровых серверов!

    Заказать сейчас
Floating Text

бесплатно Floating Text 1.0.1

Нет прав для скачивания
JSON:
{
  "General Settings": {
    "Default AddFloatingText position (offset from floor, [X,Y,Z])":  { // def spawn offset to adjust height
      "x":  0.0,
      "y":  1.0,
      "z":  0.0
    },
    "Refresh Duration":  1.0, // performance option, how often texts check for players
    "Anti Flicker Duration":  1.0 - performance option, stops texts disappearing for x
 
},
  "Chat Settings":  {
    "Announces Plugin Load/Unload": true, // If True, plugin will make announcements
    "Chat Tag Enabled": true, //if enabled, floating text chat tag will function
    "Chat Tag Color": "4A95CC", //configure tag colour
    "Chat Message Color": "C57039" //configure message colour
  },
  "Version: ": {// Change version up to load auto-gen config
    "Major":  1,
    "Minor":  0,
    "Patch":  0
  }
}

JSON:
{
    "Text": "Admin Base", //Contents of floating text message
    "Size":  20.0, //size of text relative ingame
    "Color (#RRGGBB)": "#17B937", //floating text color
    "Position (X,Y,Z)":  { //position
      "x":  -1076.26892,
      "y":  3.0476594,
      "z":  1706.89893
    },
    "Draw Distance":  20.0, //distance limit where appears to player
    "Time Ends": "2021-05-10T01:51:56.5011901+01:00", //end time of the floating text
    "Is Timed": false //handler bool decides if time is checked or ignred
  }
Верх