-
Notifications
You must be signed in to change notification settings - Fork 1
sidebars.yml
- Sidebar fields
- Placeholders
-:-
The name that of the sidebar STRING: Enclose string with "" after the colon
The name that will be displayed as the header of the sidebar STRING: Enclose string with "" after the colon
The contents of the sidebar
LIST: Use - at the start of every line and enclose string with ""
Other names of the sidebar LIST: Use - at the start of every line and enclose string with ""
- 16 lines (Others will not be rendered)
- 40 characters per line (Theoretically if I re-analyze my code and use team prefix/suffix trickery i think i can get that to 72 chars)
- No sidebars limit, but too many can cause performance derps
Gets the player name
Gets the location of a player
Gets the balance of a player
Uses a format to encode the current time (Required)
Read about date and time format codes using the link below:\
-
https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html
(Difficulty level: Overwhelming for first time readers)
- Gets your timezone (e.g +00:00)
- Gets a region from the player's region list
- Number signifies the rank (1st in the list, 2nd in the list, etc)
Gets a statistic monitored by the Spigot server
Use mstat for statistics that require a material (A block type)
Use estat for statistics that require an entity (A mob type)\
Read about possible inputs using the links below:
1 https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Statistic.html
2. https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
3. https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
(Difficulty level: Moderately easy for first time readers)
Ctrl + f on your browser can help a lot in finding the EntityType/ Material
Gets time past AFK or AFK time left (Inverse from each other)