#(suosaki) Placeholders

20 messages · Page 1 of 1 (latest)

plush timber
#

Hello, i am trying to get a placeholder from Denizen script to my Scoreboard.
I am using Tab as scoreboard and I installed placeholderAPI, Denizen, Depenizen, Citizens2. These are all working fine on my 1.21.4 version.
Now when i am accessing the placeholder i get a funny message in my scoreboard.

WARNING_ILLEGAL_ASYNC_ACCESS

Can you help me pls? 🙂

scarlet palmBOT
#

(suosaki) Placeholders

scarlet palmBOT
#

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.

robust violet
#

!logs

hot minnowBOT
# robust violet !logs
Info: logs

Please post your full latest log file.

Background Info: One of the most helpful tools to identifying the source of a problem is your server logs file! Logs contain all sorts of important information like server and plugin versions, any error messages, and a lot more important information (More Info).

How To: Your log can be found in the logs folder within your server folder. The most recent log is a text file labeled latest.log. To get help using these logs, please open that file in a text editor and copy all of the text, then open https://paste.denizenscript.com/New/Log and paste the text into the box on the page. Then click "Submit" and copy the URL and paste that back into this channel.

Please do not upload the file to Discord or to other pastebin services, use the log pastebin linked above.

plush timber
robust violet
hot minnowBOT
# robust violet !checklog https://paste.denizenscript.com/View/132927
Server Version

Paper version 1.21.4-211-main@6ea4202 (2025-03-13T11:49:31Z)

Plugin Version(s)

Citizens v2.0.37-SNAPSHOT (build 3763) -- (:warning:Outdated build, behind by 23)
Denizen v1.3.1-SNAPSHOT (build 7144-DEV) -- (:warning:Outdated build, behind by 13)
Depenizen v2.1.1 (build 878) -- (Current build :white_check_mark:)

Checked For

@robust violet

Online/Offline

Offline, but proxied.

UUID Version

0 (:triangular_flag_on_post: Hacked or Invalid ID)

Java Version

21.0.6 :white_check_mark:

Other Noteworthy Plugin(s)

Quests v5.2.3-b537

Problematic Plugin(s)

floodgate v2.2.4-SNAPSHOT (b116-0e3163c) - Bedrock clients are unsupportable. Please do all testing with a Java Edition client.

Possibly Relevant Plugin(s)

ViaVersion v5.3.2 - Mixed client vs server versions can sometimes cause packet-related issues.

Potentially Bad Line(s)

Starting Minecraft server on 0.0.0.0:25562 - server is offline but has no address bind. This might mean you're using a system level firewall, but if not, it means your proxy is bypassable by hackers. Either enable a system level firewall, or bind your server to localhost in server.properties via server-ip=127.0.0.1.
[10:01:04] [Server thread/ERROR]: [Essentials] You are running an unsupported server version! :warning: Log contains error messages.

plush timber
#

so i am better of programming it with denizen itself?

#

the scoreboard

severe merlin
#

yea thats more preferable solution

plush timber
#

alright, but the placeholders should work when i implement it into the script, like %bungee_server% if i have the papi ecloud bungee data

severe merlin
#

yes, they will work!

#

although you need to use them with

#

!t placeholder

hot minnowBOT
# severe merlin !t placeholder

Returns the value of the placeholder.
For example, <placeholder[server_name]>
Note that you do not need to include the "%" marks on the placeholder.
The queue's linked player, if any, will be linked to the placeholder as well for any player-specific placeholder usage.
Note: this should generally only be used for reading values from other plugins not already supported by Depenizen.
This should not be used for cases where a Denizen tag already exists, or should exist.

Required Plugins or Platforms

Depenizen, PlaceholderAPI

Returns

ElementTag

severe merlin
#

in your case <placeholder[bungee_server]>

plush timber
#

thank you very much!