@bdsx/ostag

1.3.4 • Public • Published

Usage

  • set enabled in setting.json ({bdsxDir}/ostag/setting.json)
  • if true, after players joined, players' device os will be shown under their nametag
  • you can set custom tags for each OSs. \ue103 is special emoji for MCBE

Available keywords for `position`:
  • Raw
  • Popup
  • JukeboxPopup
  • Tip
  • ActionBar

Available keywords for `permission`:
  • VISITOR
  • MEMBER
  • OPERATOR
{
    "tags": {
        "position": "JukeboxPopup",
        "permission": "OPERATOR", // unavailable with "position": "ScoreTag"
        "enabled": true
    },
    // deprecated
    "enabled": true,
    "UNKNOWN": "UNKNOWN",
    "ANDROID": "ANDROID",
    "IOS": "IOS",
    "OSX": "OSX",
    "AMAZON": "AMAZON",
    "GEAR_VR": "GEAR_VR",
    "HOLOLENS": "HOLOLENS",
    "WINDOWS_10": "WINDOWS_10\ue103",
    "WIN32": "WIN32",
    "DEDICATED": "DEDICATED",
    "TVOS": "TVOS",
    "PLAYSTATION": "PLAYSTATION",
    "NINTENDO": "NINTENDO",
    "XBOX": "XBOX",
    "WINDOWS_PHONE": "WINDOWS_PHONE"
}

Changelogs

  • Update .gitignore & .npmignore
  • Add custom tags

Package Sidebar

Install

npm i @bdsx/ostag

Weekly Downloads

3

Version

1.3.4

License

MIT

Unpacked Size

14.9 kB

Total Files

5

Last publish

Collaborators

  • mdisprgm