Get current worldborder size

  • 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.

RubyPiec

Member
Dec 28, 2021
1
0
1
31
I'm looking for an add-on or just something I have missed while reading the documentations that allows me to get the current worldborder size, I am working on a project where for every advancement me and my friends get, it increases by 1, with that I want to broadcast the new world border size, this is my current code:

Code:
on advancement get:
 make console execute command "/worldborder add 1 0"
 send "§c%event-player%§r has gained the advancement §5[%event-advancement%]§r, increasing the world border size to ????????"

This uses the "AdvancementsAddon" addon, which is why it says "on advancement get"
 
Status
Not open for further replies.