#(mrcrash) raw coordinate
31 messages · Page 1 of 1 (latest)
(mrcrash) raw coordinate
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
!vague
Your question is too vague to be able to answer well.
If you're asking how to do something, please make sure to add some background detail. Make sure to specify your overall end goal and the general design/idea and any existing progress towards that goal, not just the single specific point.
For script-related problems, see also !info haste debug. For non-scripting server trouble, see !logs.
See also !xyproblem
i have a SuperiorSkyblock placeholder that return to th center of the island formatted like "skyblock_world, -1200, -151 -2400"
I want use it as locationTag to spawn a npc near to this location
the placeholder: superior_island_center
!t placehold
Multiple possible tags: <LocationTag.skyblock.owner>, <PlayerTag.skyblock.level>, <PlayerTag.skyblock.center>, <PlayerTag.skyblock.members>, <WorldTag.is_skyblock_world>, <skyblock.island_world>, <skyblock.island_count>, <skyblock.nether_world>, <PlayerTag.skyblock.spawn_point>, <LocationTag.skyblock.has_skyblock>, <PlayerTag.skyblock.has_skyblock>.
!t PlayerTag.skyblock.center
Returns the centre of the player's skyblock.
Depenizen, A SkyBlock
LocationTag
try that first
then youll have to do this
Parse the text into a location ???
text manipulation D:
if <placeholder[superior_island_center]> returns skyblock_world, -1200, -151 -2400, then it'd be something like
- define text <placeholder[superior_island_center]>
- define location <location[<[text].after[ ].replace_text[ ]>,<[text].before[,]>]>```
ooooorrrr you could just find a way to use flags instead because that's a whole lot more sane
because you can totally just /ex flag server superior_island_center:<player.location>
or flag players/the server when they run a command that creates a placeholder, if that's a thing in your plugin
with it being a skyblock plugin, i would imagine he can't go around to manually flag every new island
if it has an api, it might fire an event on island creation that has the location. you could pick that up with denizen using the internal bukkit event
but otherwise yeah, break the placeholder up and turn it into a location
Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.
If not yet resolved, please reply below to tell us what you still need.
(Note that if there is no reply for a few days, this thread will eventually close itself.)
@heady hamlet