#(mrcrash) raw coordinate

31 messages · Page 1 of 1 (latest)

heady hamlet
#

Hi,

I have a placeholder that returns "skyblock_world, -1200, -151 -2400"

how can I use it in locationTag denizen?

dawn summitBOT
#

(mrcrash) raw coordinate

dawn summitBOT
#

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>

quaint shadow
#

!vague

waxen grottoBOT
# quaint shadow !vague
Info: 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

heady hamlet
#

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

quaint shadow
#

!t placehold

waxen grottoBOT
quaint shadow
#

^ use these and parse the text into a location

#

actually

#

!t skyblock

waxen grottoBOT
# quaint shadow !t skyblock
Cannot Specify Searched Tag

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

quaint shadow
#

!t PlayerTag.skyblock.center

waxen grottoBOT
quaint shadow
#

try that first

heady hamlet
#

Not the good plugin

#

I use SuperioSkyblock 2

quaint shadow
heady hamlet
#

Parse the text into a location ???

silk cloak
#

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

quaint shadow
#

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

versed oracleBOT
#
Thread Closing Reminder

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