Hello everyone, I use the BentoBox addon bskyblock plugin on my server. I am using the latest version of the script. sk-mirror 2.0.0 is available. If we come to the subject, I need a function that will pull a player's island level to the data. I have been dealing for 2 weeks but I could not reach my conclusion because this has exceeded me. I want the function I want from master skripters with sk-mirror.
@ShaneBee please help. I don't want to give up this.
[doublepost=1586372978,1586362580][/doublepost]I tried but not result.
Link: https://github.com/BentoBoxWorld/Level/wiki/Addon-Requests
[doublepost=1586556278][/doublepost]Up
@ShaneBee please help. I don't want to give up this.
[doublepost=1586372978,1586362580][/doublepost]I tried but not result.
Code:
import:
world.bentobox.bentobox.BentoBox
world.bentobox.bentobox.api.addons.Addon
world.bentobox.bentobox.api.addons.request
function getIslandLevel(p : player):
set {_x} to AddonRequestBuilder().addon("Level").label("island-level").addMetaData("world-name", BentoBox.getInstance().getIWM().getOverWorlds().get(0)).addMetaData("player", {_p}.getUniqueId()).request()
send "%{_x}% - " to {_p}
[doublepost=1586556278][/doublepost]Up