Published on August 22, 2020 (Updated on November 18, 2020)

Scoreboard API (ScoreAPI)

This behavior pack extends the capabilities of the scoreboard command. You can perform calculations over coordinates, player's level and game mode. The behavior pack uses smart algorithms, so there is high performance

Select version for changelog:

Changelog
  • Fixed functions starting with tp_. In 1.0.2 they didn't work correctly, I'm sorry
  • Fixed other minor bugs

Installation Guides

1
It's seems that the execute command had been updated, therefore making this addon useless :(
Could you update it?
1
Does this work on realms? I keep getting teleported to 1, 0 0

I went to spawn and everything worked except the z coord.

I found this line twice in the scoreapi_init.mcfunction. Is that whats causing z to not work?
scoreboard objectives add z dummy Z-cord
1
has this been updated to work with negative y coordinates due to the new generation?
1
How do you teleport to the saved cords?
1
is there a way to make an xp level counter
like, make all players see each other's levels???
1
My z coordinate doesn't load when is saved in the thousands.
1
How do I use this plz vid tutorial I’m dumb as rock
1
Am i right in that this can put the players xp level on the scoreboard if so what are all the commands necessary to add it so that is shows all the players that have joined xp level even if they are offline Only 5-6 people need to ever come on my server
1
hey theres a pocketmine plugin named exactly this it was made before this one could you maybe change the name?
1
Good addon but using this causes lots of freezes. Other can that its good!
1
I didn't have any freezes. What exactly causes the freezes? Maybe you are using an older version?
1
yeah apparently you CAN'T show all coordinates of players, it only does the x and y and z seperately on the sidebar scoreboard
1
Yes, unfortunately, the sidebar can't display more than 1 objective.
Btw, the sidebar had some glitches when using functions, I fixed it in version 1.0.2 (http://www.mediafire.com/file/ugtbgocp3wo6fwl/ScoreAPI_1.0.2.mcpack/file)
1
Before I download this or use it wrongly, is there a way I can use the scoreboard for live coordinates of all players with this extension? If so, do any of you know how and what I have to do?
1
Yes.
1. /function scoreapi_init, to init objectives
2. /gamerule commandblockoutput false, to disable command block messages
3. Make a command block (repeat, always active), enter /execute @a ~ ~ ~ save_xyz to periodically save the x, y, and z coordinates to the objectives. Done! Now you can view your coordinates by entering /scoreboard players list @s. If you want to save the coordinates ry and rx (head rotation) in addition to x, y and z, then set save_all instead of save_xyz
1
THANK you so so much, can't wait to try it!
1
Yeah it won't show the scoreboard, what's the command for it
1
it doesn't show all of my coordinates on then scoreboard, just the x y z seperately
1
Sorry, save_all (or save_rx) doesn't work correctly on version 1.0.0. I already fixed this bug in 1.0.1. Download here http://www.mediafire.com/file/fh6hojy907yddjt/ScoreAPI_1.0.1.mcpack/file
1
I don’t play minecraft that much, But if i ever do play again soon i will 100% install this and mess with commands.
I can already imagine stuff i can do with this.
1
You're right. This addon will be relevant until mojang makes the execute functionality as in the java edition (1.13). I hope it will happen soon