• Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

TabDeco updatet nicht

Mcserverexpertde

Minecrafter
Registriert
27 Juni 2012
Beiträge
1
Diamanten
0
Wenn jemand nach mir joint wird er nicht bei Tab angezeigt, es ändert sich nichts in der Spielerzahl, ...
Ich denke ihr wisst, was ich meine.
Und JA ich habe das mit dem update-intervall auf true gestellt und das intervall auf 1 gestellt.


Danke für eure Hilfe!

Grüße

P.S. Meine Config
Code:
# |================ TabDeco Config ===================|
# |                                                   |
# | The symbol '#' marks a line as comment            |
# | Use '&' for colors                                |
# | [drawplayerhealth] = Draws the health of          |
# | the player graphically                            |
# | [currentplayers] = Currently online players       |
# | [maxplayers] = Max online players                 |
# | [rint(x,y)] = Returns a random integer            |
# | between the numbers x and y                       |
# | [serverip] = Server IP                            |
# | [nextslot] = Selects a new slot (Only for player  |
# | layout!)                                          |
# | [rcolor] = Returns a random color                 |
# | [player] = The Player looking at the menu         |
# | [kills] = Shows how many players got killed by    |
# | the player viewing the tab menu                   |
# | [death] = Shows how many times the player viewing |
# | the menu died                                     |
# | [K/D] = Shows the K/D rate of the player          |
# | [time] = Current time                             |
# | [date] = Current date                             |
# | Time & Date won't update ingame.                  |
# | You can't use words longer than 16 characters     |
# | [@] = Marks a line as 'to be updated'             |
# | Start every line with a '-'                       |
# | Example:                                          |
# | - Online:                                         |
# | - [@][currentplayers]/[maxplayers]                |
# | This would show in the first slot 'Online:'       |
# | And in the second slot for example '5/30'         |
# | The '5/30' would be updated when a player joins   |
# | timerEnabled is recommended to be true            |
# | timerSpeed is the delay for up****** the slots in |
# | seconds. Decimal numbers are possible             |
# | playerLayoutEnabled is not finished yet, be       |
# | careful with it (Recommended: false)              |
# | Use tab for the configuration                     |
# | 1 line = 1 slot                                   |
# |===================================================|

options:
	- timerEnabled: true
	- timerSpeed: 1
	- playerLayoutEnabled: false
	- playerLayout: [playername]

slots:
	- &6Hallo
	- &5[player]
	- &a[serverip]
	- &6Online:
	- [@]&e[currentplayers]/[maxplayers]
	- &4
	- &6Onlinezeit:
	- [@]&e[lifetime]
	- &1
	- &6Datum:
	- [@]&e[date]
	- &2
	- &6Kills:
	- [@]&e&l[kills]
	- &3
	- &6Tode:
	- [@]&e&l[death]
	- &5
	- &5==========
	- &5==========
	- &5==========
 
Zuletzt bearbeitet:
Oben