Jump to content

Server

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Server

  1. Hello, I recently installed Tablisknu on my 1.17 server and tried to make a tablist with it, but it fails and in console says:

    java.lang.NullPointerException: Cannot invoke "us.tlatoani.tablisknu.tablist.SupplementaryTablist.disable()" because "this.supplementaryTablist" is null

    Any way to fix/update?

    Code from documentation:
     

    command /tab:
    	trigger:
    		enable array tablist for player #This creates a 4 x 20 grid of tabs in the player's tablist, there is further syntax for other amounts of rows/columns
    		set display name of tab 1, 1 for player to "Hello!" #This sets the first tab as "Hello!"
    		set icon of tab 4, 20 for player to alex #This sets the icon of the last tab as the alex skin
    		set display name of tab 4, 20 for player to "ALEX" #This sets the last tab as "ALEX!"
    		loop 20 times:
    			set display name of tab 2, loop-number for player to "Column 2, Row %loop-number%" #This sets all of the tabs in the second column to display their column and row
    			set icon of tab 2, loop-number for player to steve #This sets all of the tabs in the second column to have a steve skin as their icon

     

  2. Ah I see what you mean. Maybe they can add something to check if it's doing anything malicious. But I really hope it will be added eventually so developers can make use of custom API's to maybe save data.

×
×
  • Create New...