Solved Memory Help

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

xbxy

Active Member
Jan 26, 2017
170
8
0
28
My test server did not use Essentials
So you can't use the /gc command
So how to use skript to view the current server memory status?
Ask God for help:emoji_disappointed:
 
My test server did not use Essentials
So you can't use the /gc command
So how to use skript to view the current server memory status?
Ask God for help:emoji_disappointed:
You could use something like...

code_language.skript:
set {_free} to free memory
set {_max} to max memory
set {_total} to total memory
broadcast "Free: %{_free}"
broadcast "Max: %{_max}"
broadcast "Total: %{_total}"

Requires Umbaska 2 (https://umbaska.gatt.space/) (Unless it has been merged into one of the Umbaska 3 modules)
 
You could use something like...

code_language.skript:
set {_free} to free memory
set {_max} to max memory
set {_total} to total memory
broadcast "Free: %{_free}"
broadcast "Max: %{_max}"
broadcast "Total: %{_total}"

Requires Umbaska 2 (https://umbaska.gatt.space/) (Unless it has been merged into one of the Umbaska 3 modules)
excuse me
Skript dev23 skript-oldparser.jar
Is the latest version of the skript reset?
 
Status
Not open for further replies.