Skip to content

DeviceACM: Simple tag to see your health, hunger, connection and device you use.

License

Notifications You must be signed in to change notification settings

fernanACM/DeviceACM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

53 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DeviceACM

Simple tag to see your health, hunger, cps, connection, input mode, faction and device you use. The best DeviceTag for PocketMine-PM 5.0 servers.

1665729976547

Discord

🌍 Wiki

  • Check our plugin wiki for features and secrets in the...

πŸ’‘ Implementations

  • Configuration
  • Faction support
  • ScoreTag customization
  • PopupTag customization
  • DeviceTag and PopupTag per worlds
  • Platform
  • InputMode
  • Keys in config.yml

πŸ’Ύ Config

#  ____    _____  __     __  ___    ____   _____      _       ____   __  __ 
# |  _ \  | ____| \ \   / / |_ _|  / ___| | ____|    / \     / ___| |  \/  |
# | | | | |  _|    \ \ / /   | |  | |     |  _|     / _ \   | |     | |\/| |
# | |_| | | |___    \ V /    | |  | |___  | |___   / ___ \  | |___  | |  | |
# |____/  |_____|    \_/    |___|  \____| |_____| /_/   \_\  \____| |_|  |_|
#       by fernanACM
# A simple and customizable DeviceTag via 'config.yml'. Shows your health, hunger, 
# connection, device, cps, faction (ONLY IF YOU ACTIVATE SUPPORT) and more. 
# The best DeviceTag for Pocketmine 5.0 servers.

# VERSION CONFIG, DO NOT TOUCH!
config-version: "4.0.1"

# ======(KEYS)======
# PLUGIN:
# {NAME} => player name
# {HEALTH} => player life
# {MAX_HEALTH} => player max life
# {FOOD} => player hunger
# {MAX_FOOD} => player max hunger
# {PING} => player connection
# {DEVICE} => player device
# {INPUT} => player input mode
# {CPS} => player cps
# {WORLD} => world name
# {REACH} => player reach

# POPUP:
# {VICTIM_NAME} => victm name
# {VICTIM_HEALTH} => victm life
# {VICTIM_MAX_HEALTH} => victm max life
# {VICTIM_FOOD} => victm hunger
# {VICTIM_MAX_FOOD} => victm max hunger
# {VICTIM_PING} => victm connection
# {VICTIM_DEVICE} => victm device
# {VICTIM_INPUT} => victm input mode
# {VICTIM_CPS} => victm cps
# {VICTIM_WORLD} => world name
# {VICTIM_REACH} => victm reach

# FACTION SUPPORT:
# {FACTION} => faction name
# {FACTION_RANK} => faction rank
# {FACTION_POWER} => faction power

# EXTRAS:
# "{LINE}" => "\n",
# - COLORS
#  "&" => Β§,
# "{BLACK}" => TextFormat::BLACK,
# "{DARK_BLUE}" => TextFormat::DARK_BLUE,
# "{DARK_GREEN}" => TextFormat::DARK_GREEN,
# "{CYAN}" => TextFormat::DARK_AQUA,
# "{DARK_RED}" => TextFormat::DARK_RED,
# "{PURPLE}" => TextFormat::DARK_PURPLE,
# "{GOLD}" => TextFormat::GOLD,
# "{GRAY}" => TextFormat::GRAY,
# "{DARK_GRAY}" => TextFormat::DARK_GRAY,
# "{BLUE}" => TextFormat::BLUE,
# "{GREEN}" => TextFormat::GREEN,
# "{AQUA}" => TextFormat::AQUA,
# "{RED}" => TextFormat::RED,
# "{PINK}" => TextFormat::LIGHT_PURPLE,
# "{YELLOW}" => TextFormat::YELLOW,
# "{WHITE}" => TextFormat::WHITE,
# "{ORANGE}" => "Β§6"
# "{BOLD}" => TextFormat::BOLD,
# "{RESET}" => TextFormat::RESET

# ==(CONFIGURATION)==
Settings:
  # Always keep the player's name tag visible. Only deactivate 
  # if you think it is necessary
  # Use "true" or "false" to enable/disable this option
  NametagVisible: true
  # ==(WORLD MANAGER)==
  # Enable and disable DeviceACM or PopupTag for worlds you 
  # add to "whitelist" or "blacklist" modes. Use "false" to disable this option
  WorldManager:
    # Valid modes:
    # - whitelist
    # - blacklist
    # - false
    mode: false
    # ==(DEVICE TAG)==
    Device:
      # Add the names of worlds that are in the whitelist
      worlds-whitelist:
        - "world"
        - "world-2"
        - "ACM"
      # Add the names of worlds that are in the blacklist
      worlds-blacklist:
        - "MinePvP"
        - "ZonePvP"
    # ==(POUPUP)==
    Popup:
      # Add the names of worlds that are in the whitelist
      worlds-whitelist:
        - "world"
        - "world-2"
        - "ACM"
      # Add the names of worlds that are in the blacklist
      worlds-blacklist:
        - "MinePvP"
        - "ZonePvP"
# ==(FACTION SUPPORT)==
# Use "true" or "false" to enable/disable this option
FactionSupport: true

Faction:
  # have no faction
  no-faction: "Β§5N/A"
  # Have no faction rank
  no-faction-rank: "Β§5N/A"

# ==(DEVICE TAG)==
Devicetag:
  line: 
    - "&cβ™₯ {HEALTH}&f | ξ„€ {FOOD}"
    - "&aPing: &f{PING} |&6 CPS:&f {CPS} |&b {DEVICE}"
    - "&cFaction: &a{FACTION}&f | &cPower:&a {FACTION_POWER}&f | &cRank:&a {FACTION_RANK}"
# ==(POPUP TAG)==
Popuptag:
  # Use "true" or "false" to enable/disable this option
  enabled: true
  # Valid modes:
    # - popup
    # - actionbar
    # - tip
  mode: popup
  line:
    - "&bVictim:&a {VICTIM_NAME}"
    - "&bVictim ping:&e {VICTIM_PING}"
    - "&bYour cps:&6 {CPS}&f |&b Victim cps:&6 {VICTIM_CPS}"
    - "&bYour reach:&e {REACH}&f |&b Victim reach:&e {VICTIM_REACH}"
# ==(PLATAFORM TAG)==
Platform:
  Android: "Android"
  iOS: "iOS"
  macOS: "macOS"
  FireOS: "Amazon"
  GearVR: "Gear VR"
  Hololens: "Hololens"
  Windows10: "Windows 10"
  Windows7: "Win32"
  Dedicated: "Dedicated"
  TVOS: "TV OS"
  PlayStation: "PlayStation"
  NintendoSwitch: "Nintendo"
  Xbox: "Xbox"
  WindowsPhone: "Windows Phone"
  Linux: "Linux"
  Unknown: "Unknown"
# ==(INPUT MODE)==
InputMode:
  Keyboard: "Keyboard"
  Touchscreen: "Touch"
  Gamepad: "Gamepad"
  Motion-controller: "Motion Controller"
  Unknown: "Unknown"

πŸ›  Faction support

Author Plugin
DaDevPig PiggyFactions
AyzrixYTB SimpleFaction
Wertzui123 BedrockClans
ShockedPlot7560 FactionMaster
rxduz AdvancedFactions

πŸ“’ Report bug

  • If you find any bugs in this plugin, please let me know via: issues

πŸ“ž Contact

Redes Tag Link
YouTube fernanACM YouTube
Discord fernanACM#5078 Discord
GitHub fernanACM GitHub
Poggit fernanACM Poggit

βœ” Credits

Authors Github Lib
DaPigGuy DaPigGuy libPiggyUpdateChecker

About

DeviceACM: Simple tag to see your health, hunger, connection and device you use.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages