1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script PerWorldTabListAPI v0.0.3

This api is for manange the tab, for script's developers

  1. WaxtzCraft
    Supported Minecraft Versions:
    • 1.7, 1.8, 1.9, 1.10, 1.11
    [​IMG]
    »What is it API?
    This api is for mananger tab per worlds
    (Continuation of the Cuidabrutos project)
    [​IMG]
    »Usage:
    tab("footer", "header", world) - set the tab in an specific world
    tabname("player", "text") - set the tab name to an player
    displayname("player", "text") - set the display name to an player
    [​IMG]
    »Examples:
    Code (Text):
    1. command /perworldtablist [<text>] [<text>] [<text>] [<text>]:
    2.     aliases: /pwt
    3.     permission: pwt.admin
    4.     trigger:
    5.         if arg 1 is "set":
    6.             if arg 2, arg 3 and arg 4 is set:
    7.                 set {_x} to arg 3
    8.                 set {_x2} to arg 4
    9.                 replace every "&" with "ยง" in {_x}
    10.                 replace every "&" with "ยง" in {_x2}
    11.                 tab({_x}, {_x2}, arg 2)
    12.                 send "&aTab in world &e%arg 2% &aset to footer: &e%{_x}% &aand header: &e%{_x2}%"
    13.         else:
    14.             send "&c/pwt set <world> <footer> <header>"
    15.             send "&c/tabname <player> <name>"
    16.  
    17. command /tabname [<player>] [<text>]:
    18.     aliases: /tn
    19.     permission: pwt.admin
    20.     trigger:
    21.         tabname(arg 1, arg 2)
    22.  
    23. command /displayname [<player>] [<text>]:
    24.     aliases: /dp
    25.     permission: pwt.admin
    26.     trigger:
    27.         displayname(arg 1, arg 2)

    [​IMG]
    »Dependencies:
    Skript 2.2: Click here to download
    skRayFall: Click here to download
    SharpSK: Click here to download
    [​IMG]
    »To do list:
    - display name (nametag)
    [​IMG]
    mc.lethalg.us
    [​IMG]

Recent Updates

  1. Update #1