Skip to content

7. Slots

Philipp Bolte edited this page Nov 15, 2021 · 5 revisions

This sites explains what you can do with your slots.

FakeMaxPlayer & FakeOnlinePlayer

This feature lets you choose static numbers to fake your slots and the number of online players.

fake

Config

Description

Slots:
FakeMaxPlayer:
Enable: false
Number: 200
Enable the fake slots by setting Enable: true and choose your slot count under Number.

FakeOnlinePlayer:
Enable: false
Number: 122
RandomNumber:
Enable: false
Max: 100
Min: 90

Enable the fake player count by setting Enable: true and choose your desired amount of online players under Number. Additionally, you can enable RandomNumber that returns a different number between Max and Min with every ping. This can make the feature look more realistic than a static number.

VersionText

This feature replaces the slot and online count with a custom text.

version

Config

Description

VersionText:
Enable: false
Message: '&aJoin now! &e%realonline%/%realslots%'
Enable the VersionText by setting Enable: true and choose your desired text under Message.

Variables

  • %random% -> Returns random number between a set interval from config (Under Variables in RandomNumberVariable)
  • %fakeslots% -> Returns fake slots set in config
  • %fakeonline% -> Returns fake online count set in config
  • %realslots% -> Returns amount of real slots available
  • %realonline% -> Returns amount of players online
  • %slotsplusone% -> Returns slot value of SlotsPlusOne-Feature

Misc

Why are the connection bars red? Please check out the FAQ!

UnknownSlots

This feature replaces your slot and online player count with ???. For this to work, HoverText and all other slot manipulations have to be disabled! Otherwise, you may see 0/0.

unknown

Config

Description

UnknownSlots: Enable: false Enable the UnknownSlots by setting Enable: true.

SlotsPlusOne

SlotsPlusOne generates a custom slot count based on your online players count. Often used by big server to fake an almost full server. In simple terms, you basically add one slot to your current number of online players.

Config

Description

SlotsPlusOne:
Enable: false
MinSlots: 5
MaxSlots: 100
AddSlotsToOnline: 1

Enable the feature by setting Enable: true. MinSlots is the minimum amount of slots your server should at least have. When no one is online, you will see 0/5 if you are using the standard configuration. MaxSlots is the maximum amount of slots you want to see. Following the standard configuration (100 slots), this feature will not exceed the 100 slots and stop at 100/100. AddSlotsToOnline describes which number you want to add to your current online player count for the slots.

Examples:

  • 10 players online - AddSlotsToOnline: 1 - 5 MinSlots, 100 MaxSlots --> 10/11
  • 2 players online - AddSlotsToOnline: 1 - 10 MinSlots, 25 MaxSlots -- > 2/10
  • 12 players online - AddSlotsToOnline: 1 - 10 MinSlots, 25 MaxSlots -- > 12/13
  • 27 players online - AddSlotsToOnline: 5 - 5 MinSlots, 100 MaxSlots -- > 27/32
  • 50 players online - AddSlotsToOnline: 1 - 10 MinSlots, 50 MaxSlots -- > 50/50

OnlineMultiplier

OnlineMultiplier generates a fake online players count by multiplying it with a number set in config!

Config

Description

OnlineMultiplier:
Enable: false
MinSlots: 100
MaxSlots: 2500
AddSlotsWhenOnline>MinSlots: 1
MultiplyBy: 5

Enable the feature by setting Enable: true. MinSlots is the minimum amount of slots your server should at least have. MaxSlots is the maximum amount of slots you want to see. When the multiplied number gets above your min slots, it will adjust the slots by adding AddSlotsWhenOnline>MinSlots to it. MultiplyBy is the multiplier that gets applied to the online player count.

If you want a fixed slot count and only want to multiply the online player count, just set MinSlots and MaxSlots to the same value.

Examples

  • 10 players online - AddSlotsWhenOnline>MinSlots: 1 - 100 MinSlots, 100 MaxSlots - MultiplyBy 5 --> 50/100 (no slots get added)
  • 12 players online - AddSlotsWhenOnline>MinSlots: 5 - 10 MinSlots, 100 MaxSlots - MultiplyBy 2 -- > 24/29
  • 50 players online - AddSlotsWhenOnline>MinSlots: 1 - 100 MinSlots, 100 MaxSlots - MultiplyBy 3 -- > 100/100 (because 3*50 = 150 and this is greater than MaxSlots)

HoverText

This feature generates a custom message box if you hover over the slot count in the serverlist.

hover

Config

Description

HoverText:
Enable: true
Messages:
- '&7>>>>>>> &6ServerlistMOTD &7<<<<<<<'
- ' &e-> This is a TEST!'
- ' &e-> Strumswell loves you. &c&l<3'
- '&eAdd lines by adding bullet points!'

Enable the feature by setting Enable: true. You can add bullet points under Messages to add new lines.

Variables

  • %time% -> Returns time from world set in config
  • %weather% -> Returns weather from world set in config
  • %randomplayer% -> Returns random playername (joined before)