Skip to content

It shows player's Device OS under the nametag (on the position for scoretag)

Notifications You must be signed in to change notification settings

mdisprgm/bdsx-ostag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

TODO

  • Show input mode

About

It shows player's Device OS under the nametag (on the position for scoretag)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published