-
Notifications
You must be signed in to change notification settings - Fork 69
Home
Welcome to the BungeeTabListPlus wiki!
If you are having trouble installing the plugin correctly these pages will help you setting it up correctly.
The following pages provide you with the knowledge required to manipulate BungeeTabListPlus's configuration files. It is recommended that you read all of them in the provided order before you start configuring the plugin.
- Part 1: Overview
- Part 2: Tablist configuration file structure
- Part 3: Header and Footer
- Part 4: Player sets
- Part 5: Dynamic Size Tablist
- Part 6: Fixed Size Tablist - Introduction
- Part 7: Fixed Size Tablist - Adding Players
- Part 8: Fixed Size Tablist - The Table Component
These pages cover some more advanced topics. You can read them in any order. It is however recommended you read the basic topics above before reading any of the advanced pages.
-
Text Alignment and Cutting Off Long Text
Understand how text alignment works and how to cut off long text.
-
Learn how to animate text in slots.
-
Integrating with PermissionsEx
Display the prefix and suffix from PermissionsEx in the tab list and sort players by their permissions group.
-
Using PlaceholderAPI placeholders
Get access to over 1000 additional placeholders using PlaceholderAPI.
-
Players can be ordered by many different criteria. They can be sorted alphabetically, by rank or by server just to name a few options.
-
Custom Placeholders are a powerful mechanism to customize the tab list even further.
-
You can have different tab lists for specific servers, players, ranks, Minecraft versions, etc.
-
The
DYNAMIC_SIZE_FIXED_COLUMNS
tab list typeThe
DYNAMIC_SIZE_FIXED_COLUMNS
tab list type is the third available tab list type. It is similar to theFIXED_SIZE
tab list type. It keeps the number of columns constant while automatically adjusting the number of rows to fit the content. You can create custom slots and configure the content of the tab list freely, the same way it's possible when using theFIXED_SIZE
tab list type. -
Instead of filling the tab list from left to right first then top to bottom you can also fill it top to bottom first then left to right.
-
Some nice examples of what can be done. You can use these as a starting point to create your own tab list config.
-
List of all built-in placeholders.
-
Global configuration options (config.yml)
Detailed explanation of all the options in
config.yml
, just in case you need to edit something in there. -
List of all Components and respective options.
-
Very technical description of the expression syntax.
Here are some links which you might find useful working with the plugin's API.