TiaCustomOnline --- Customlize the online amount to your liking! Bungeecord & Paper icon

TiaCustomOnline --- Customlize the online amount to your liking! Bungeecord & Paper -----

Customize the player amount in a powerful way.



Install:
  • For Bungeecord:
Drag into bungeecord/plugins and restart proxy.
Only install on proxy, do not install on servers!

  • For Paper:
Drag into paper/plugins and restart server.


How to write a math expression?
Simple expression are like: "1+1", "5*5", you can use %max% and %online% for real numbers in expressions, like:
"%online% * 2 + 5"

For advanced usage, you may need "MIN(a,b)" and "MAX(a,b)", like:
"MIN(%max%, %online% * 2 + 5)
This will make sure the edited online number won't be over Max Player.

For more advanced functions, visit https://ezylang.github.io/EvalEx/references/references.html.
Be aware that you must use double quote around expression in config!

Code (Text):
#   Tia's Custom Online plugin
#   Visit my site for more Tia's plugin
#   https://code.ttfl.net/minecraft

max:
  # Should plugin handle max amount?
  # If true, %max% in this plugin would also use this value.
  enable: true
  amount: 400

online:
  enable: true
  # Must be one of the modes. If this string is wrong, real online will be used.
  mode: random-timed

  # Config the amount counter in this section.
  # You can use %online% %max% in math patterns.
  # Use "%online%“ for real online amount.
  # Use "%max%” for real max amount.
  # For more detailed information, visit https://ezylang.github.io/EvalEx/references/references.html.

  modes:
    # Custom math pattern
    custom:
      amount: "MIN(%max%, 20 + SQRT(%online%) * %online%)"

    random:
      min: "20 + %online%"
      max: "MIN(50 + %online%, %max%)"

    timed:
      # Stably increase/decrease and reach min/max at minTime/maxTime
      min: "20 + %online%"
      max: "MIN(50 + %online%, %max%)"
      min-time: 3
      max-time: 18

    random-timed:
      # Increase/decrease with time but random in range.
      # This looks the best.
      min-random: "4"
      max-random: "8"
      min: "20 + %online%"
      max: "MIN(50 + %online%, %max%)"
      min-time: 7
      max-time: 20
Resource Information
Author:
----------
Total Downloads: 31
First Release: Jul 11, 2024
Last Update: Jul 11, 2024
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings