✏️
PlayerListDeluxe
  • Introduction
  • Troubleshoot
  • Configuration
    • Understanding the Config Element
    • Tablist Handlers
    • Sorting Feature
    • Migrating from PlayerListPlus
  • FAKE PLAYER
    • Managing Fake Player
    • Fake Player Placeholder
  • HOW TO
    • Where to put Handler?
    • How to add/remove column
    • Create Staff/VIP Handler
    • Prevent Same Player Showing in 2 Handler
    • Sort Player By Name and Etc
    • List of Player that in Same or in A World
    • Condition Tutorial
  • PLACEHOLDER
    • Using Placeholder From PlaceholderAPI
    • Custom Placeholders
  • API
    • Creating Complex Placeholder
    • Creating Parameterized Placeholder
    • Creating Simple Placeholder
    • Managing your own Tablist
    • Events
    • Skin Toolkit
Powered by GitBook
On this page

Was this helpful?

  1. HOW TO

Sort Player By Name and Etc

PreviousPrevent Same Player Showing in 2 HandlerNextList of Player that in Same or in A World

Last updated 4 years ago

Was this helpful?

example_handler:
    type: PLAYER_LIST
    text: '{player_name}'
    sorter: '{player_name}'
    order: ASCEND

Explanation

This will sort all of your players by placeholder {player_name} and it will order by ASCEND. Possible order values: ASCEND, DESCEND. You can change the placeholder inside sorter to {player_level} if you want to sort it by level or to ANY placeholder you want. See the Sorting Feature page for more information about this feature and how to combine 2 sorter or more.

Sorting Feature