#placeholder-api
150650 messages · Page 15 of 151
Pretty sure it's cause clip removed the hashcode since I've never seen anyone use it
Idek what it's for tbh
Clip will probabaly have to fix it
so for now, use older papi version?
or can i just ignore this safely
ill just downgrade for now lol
how would I get a manually added extension to automatically load on reload
ugh it should load
I dont know java, sorry if its a stupid mistake
@full geyser
I dont know java, sorry if its a stupid mistake
If I comment line 2 and 3, it functions, but obviously only for the first if statement
When updating to the 2.10.9 version of PlaceholderAPI, every server message (excluding chat messages) lose their capital letters. Everything from joining the game to world edit prompts. In console I do not receive any errors but when I downgrade back to 2.10.6 this is fixed.
@main phoenix did you update the expansions
hello, i have a question.
What variable do I need to download for the %player% to work?
/papi ecloud download player
thx
any reason why %statistic_time_played% could be showing wrong/incorrect data?
@near inlet wrong compared to what?
have you upgrade server from another MC version?
yet that palceholder is showing 4days
nope
i updated papi earlier today tho
im also getting weird shit like this
35h..
mine says 4 days, 24 ours, 5 min 49 sec
for a lot of players its just showing completely inaccurate data
statz says 235 days 7 hours
your right it says I have .54 years and the placeholder says 4 days, not even close
What version of papi r u on?
PlaceholderAPI-2.10.10-DEV-108
most likely it's the math it uses
all it has to do is pull from the statistics
there shouldnt be math involved
because the data in statistics is actually accurate, its just the placeholder
statistic is broke
I get this internal error when trying my script. https://pastebin.com/Taq6dAwT
My script:```var deity = args[0];
var watchman = args[1];
var admin = args[2];
function chatcolor(){
if(deity=="yes") {
return "&b";
}
if(watchman=="yes") {
return "&e";
}
if(admin=="yes") {
return "&7&l";
}
return "&7";
}
chatcolor();```
I dont know java, sorry if its a stupid mistake
- it's javascript not java, slightly different
like I said, i dont know lol
/papi parse me %javascript_chatcolor_yes_no_no%
args are separated by ,
so it was throwing a java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1
which means you were trying to access an argument that wasn't in the array because there was only 1 argument in the array (yes_no_no) instead of 3
👍
for fuchs sake
@balmy marten
@austere hawk,
oh no, it's happening again
Ban please
its happen again
F
F
go ban --"
ban go brrrr
ban him pls
go to hell kid spam
Shut the f up
how is it still possible to do this
Shut up idiot
him will get mute soon ?
wtf
no staff online ??
@mint fable hi can ban
@high star,
barry should really have an auto-ban for that, lol
^
Bro
@vivid sparrow
@austere hawk,
fuck off barry I know
who pinged me
can you fucking not
I just blocked him. Probably mad that mom finally weened him from the teet
Someone ban this kid already goddamn
please
@vivid sparrow @versed warren
@jade sonnet,
a kid spam
Barry idc
You can stop now, thanks.
He is high on drugs
okay
Stop mentioning people
they gone i think
ty
Lol
please stop ^
When you ping a staff member, also state your problem, we can't just read 50 messages to figure out what's going on.
a kid spam
@modest spindle nice nick, dude
why does the bot not auto ban people that mass mention. come on people this isnt the first time in past few days
Gaby, would it be possible for you to tell the owner to make it so Dyno can autoban people that do that
So it doesn't keep happening
Antb0t it was just a few pings, cmon dude.
a few? I literally got pinged 98 times yesterday and 25 today
They are different people @tidal meteor
A few pings = 15+ pings?
If Dyno is set to autoban, nothing else would need to be done
^
i mean, it's likely the same person, just diff accounts
right click "Mark as Read"
i mean, it's likely the same person, just diff accounts
@north hearth you dont know that
likely is though
lol didnt get pinged again
since it happening daily or whatever
either way, it's happened 3 times in the last day or so, lol
I don't get why people get upset for a few pings but ok.
shouldn't be that hard to add in a "if mass pings > x times: auto ban"
i already have that set
Anyways, we can stop now, thanks ❤️
Muting the server doesn't stop pings I think
Disable pings...
you have to modify the notification settings to "none"
but then you dont get @mentions, ever
This is the first time this has ever happened to me from this server, its not like its a common event lol
Apologies for peeps mass tagging, we've added some stuff to barry now to be more aggressive on it. Shouldn't happen anymore
Looking for voteparty expansion file for PAPI use
You shouldn't ask in multiple channels. Just be patient.
yeah sorry i figured it suited placeholder-api support more
Hi can i ask when i use placeholders in deluxemenus in the lore section, why doesn't the values appear instead the placeholders Example: '%killstats_kills%' appears
any idea why does /papi parse me %math_100000000-103% say 99999900 ?
I know why
its not just that number
it rounds them up
actually it just breaks at 100 millions
or arround there
I tested a lot of numbers and yeah someone messed up xD
https://github.com/Andre601/Math-Expansion SC if anyone that knows what he's doing wants to take a look
I'm sure it's an issue with EvalEx which the expansion uses
The rounding is set to half_up, which rounds numbers between 0 and 4 downd and numbers between 5 and 9 up.
Probs best if you add a papi config option for that
So people can choose if they want it
Feel free to PR it
Hey! I was wondering if it is possible to add ( + ) placeholders?
Like (placeholder 1) + (placeholder 2) = placeholder 1 + 2
@severe halo https://github.com/Andre601/Math-Expansion
That's for numbers tho xP
To be fair, I think Nashorn also did some evaluation for you instead of loading another lib in the expansion 👀
nashorn garbage
If you want it for non numbers, you could make a simple script with the Javascript Expansion
But I honestly don't really see the use for this
@steep thorn Thanks so much!!
I could perhaps add a "join" option to the formatter expansion that allows to combine multiple strings using a specific character
The only question is, if I should look for Strings split by spaces or by _
I want to upload my expansions to the ecloud but I can't find a link to upload my files
Go to your expansion, select the one you want to update, click Versions and then "Add Version"
I also updated the Formatter expansion with a "join" option. (CC @steep thorn @severe halo)
the ecloud has to refresh for the new downloads to be available ingame
also, is the expansion verified?
it was at one time
@limber ice You should use Papi 2.10.9... 2.10.7 is confirmed garbage at this point
Broke literally almost everything which 2.10.8 and 2.10.9 reverted
I'm testing on PlaceholderAPI-2.10.10-DEV-108
probably got unverified as it was broken
I would assume they will verify it again soon
also when is is this error going to get fixed https://paste.helpch.at/onuherahuh.md
Hello guys! Is it possible using %bungee_<server>% placeholder count from more than 1 server, like %bungee_server1,server2%, if it impossible using this placeholder does I have any alternatives?
@green osprey you could use this to sum them up: https://github.com/Andre601/Math-Expansion
if you don't have a ton of servers, this would be the easiest
Thank you so much!
@warm topaz it only gives error if I have my expansion installed

Hello, I have a question!
Am I the only one who has trouble getting the Animations placeholders to work on 1.16.1?
Sorry if it's not very English, I'm using google translate
It seems not to work in 1.16.1, I used it before in 1.15.2 and it worked perfectly
Do you get any errors in the console/log?
Can you send screenshot if applicable
?imgur
I have nothing annoying in the console :/
But the placeholder is acting weird
For example for %animation_glow_hello% He gives me glow_hello But without the animation
Hello, i have a little problem ^^
good thing its not that big huh? xD
No problem 🙂
could you give us the javascript?
I just have one last question, for colors I can continue to use &c for example where do I need to use the hex code?
you forgot to use var keyword?
I just have one last question, for colors I can continue to use
&cfor example where do I need to use the hex code?
@ocean prairie You can't use Hex colours yet I'm afraid
i search a rope :p
Ah okay, thanks !
I still have a problem xD
How to use the options? Even with the wiki I can't understand how it works :/
But with several options?
%animations_<glow start=&c middle=&a end=&9>Hello</glow>
Keep adding them into the <glow (options here)>Text</glow>
%animations_<pulse color=red pause=3>= = =</pulse>%
I try with this and it doesn't work :/
And it also doesn't work with color=&c
And even your example doesn't work :/
No :/
I will have to do some testing and update it soon
Yes No problem :/
@heady falcon I think it's when there is a space in the sentence, because if I don't put all of it is fine
I updated it this weekend, so if there haven't been any other versions since yes
I even erase the config files in case that does something
Hello, I just updated placeholder api and playerpoints are not supported anymore?
contact the developer of the playerpoints expansion if there is an expansion if not then contact the developer of the plugin and ask him to update his plugins/expansion
@heady falcon
Animations with <> also don't work
Example % animations_ <glow> ---------- <|||||||||||> ---------- </glow>%
Gives Unknow animation:
And on the wiki
glowis calledshinebut does not work
I only say it to warn x)
Ok, I just removed the Statz expansion and downloaded it again I'm still getting this error https://paste.helpch.at/isofuyocer.md
@limber ice Unknown expansion.
is Advancements so you can see achievements from vanilla MC?
yeah it is
thanks
Hello, I want to remove money formatting so I will have for example "Money: 1,005" instead of "Money: 1,05k". How can I do that?
%vault_eco_balance_formatted%
hii whats the placeholder for total time played?
I've been trying to get a placeholder for my leaderboards but statistics is deadass broken
idk if its broken on papi's side or their side but it doesnt work
hmm
thanks!
because, as you said, the statistic expansion is temporarily broken
ya, I thought there was one under player
ah no
statistic expansion is broken in 1.16 iirc yes
there isn't I think
dk about that. the only broken thing that I remember being reported is the uptime
placeholder
so there currently is no placeholder for the top time played?
hmm are you sure the statistic expansion doesn't work tho?
for top time?
@mint fable yeah
@turbid tide yes. talked to clip about it
Let me check one more time. maybe im doing something wrong
Were using leaderheads
okay
works for seconds
try seconds then
oh maybe LH has a bug or something?
I just know that statistic is broken for a lot of placeholders
have you tried parsing the placeholder?
seconds and minutes https://i.imgur.com/paWMstH.png
unless there was a fix I was unaware of
try breaking blocks blitzz
that was 200% broken, showing the wrong amount
nope
maybe it's because you're on paper
currently getting this error when trying to reload papi
and after 3 seconds parsing the seconds placeholder
because it was broken
I was on the dev build
Statistics placeholder works but shows wrong data
I see
So while it looks like it's working
dk
It will show wrong playtime for some users
SirKillian I compared the data with the one from the minecraft statistic
Doesn't show wrong data for everyone tho
Blitz i was on 2.10.10 dev build and it didnt work
or use statz
where can i find the download? clip send that version in discord
I've had another plugin that didn't use papi show wrong playtime
So it might have to be a mc issue
Idk for sure tho but yeah
Half of my players show the right data and the other half is wrong
It also shows stuff like This
No perms to upload image...
@near inlet,
That's just dumb but ok
not that dumb when people can embed anything they want
Basically it shows 50h
ye
Instead of 1day 16h
something must be broken with timers
it's not a timer
because someone oppened a papi issue about server uptime
it uses minecraft statistics
showing 2d 26h
Ye
well yeah minecraft dates or something
alright so /papi reload works on 2.10.6 but it just crashes on 2.10.9
The placeholder is getting the wrong data from somewhere it feels like
But not for every player
yeah dk
the server uptime one was weird as well. it was suppose to be like 2d 6h but it was 2d 26h or something
But that didn't matter
So if im right theres currently no placeholder to show top time played at all?
Surely it will be fixed soon
I mean... clip said he would fix it like 3 weeks ago xD
like Statz to get the playtime
Is the placeholder been broken for 3 weeks?
Here is the problem with that
Using a plugin means all your playtime will be inaccurate
Unless you use it from the start of the server
%vault_eco_balance_formatted%
@turbid tide still have '1,05k'
Where can I find the placeholders for statz tho? it doesnt show any link or placeholder on the spigot page of statz
I want to remove money formatting and have '1,055' instead of '1,05k'
thanks
read the exact opposite of what you said xD
its working, thanks! ❤️
i also read it backwards
xD
since when can you do this? https://i.imgur.com/odpuhHh.png
I swear to god I never saw this before
this shows when you hover over plugins in /plugins
I assume you don't want it formatted
because leaderheads needs numbers
@austere hawk 
ye so don't format it
test them with /papi parse me <placeholder>
you need a value with only numbers
and I think players need to login at least once to be tracked by leaderheads
you can't connect to the cloud
do i use that placeholder then?
uh
why can i not connect to the cloud? I've been trying to set this specific leaderboard up for like a week now and its still not working xD
@austere hawk is that a statz placeholder?
yes
try to get the update now they fixed it today
where can i find that?
/papi ecloud download statz
2.10.9 kept crashing and stuff so im on 2.10.6 now
2.10.6 uses old expansion
But 2.10.9 doesnt allow me to do /papi reload
it just gives errors in the console
and for some reason i cant connect to the cloud aswell
yes thats a bug they are working on
you can get all versions here https://www.spigotmc.org/resources/expansion-statz.57873/
I assume your running statz 1.5.4
you will need 1.5.3-1.3.1
I dont even know what to do anymore. I cant download anything with /papi ecloud download
I have wrong 1.3.1-1.5.3
so wait i download an older version of that spigot page i send?
papi 2.10.10 has errors in console when you run reload but it still seems to work fine, I just dont use the reload command
yes I stop server add expansion start server
if your going to use latest then you will need 1.3.2-1.5.3
and i love this stupid debug message of statz in my console xD
@limber ice It returns -1 on the leaderheads plugin.
tried the newest version of statz you send me
Can someone tell me why i cant connect to the cloud?
I believe it's something to do with your host
well it worked a minute ago
not entirely sure what though
@austere hawk what do you get when you parse the placeholder?
I got it. I used a cmi built in placeholder for the leaderheads plugin
ok
The statistic that shows how much time you have survived, shows 2 days, 50 hours and 10 minutes
This might need to be fixed in the expansion?
@lofty pine I think some people are already aware of it
sooo does PAPI support velocity? (for the server ecloud)
@steep thorn Ah, hope it'll be fixed then.. it's from clip himself right?
wym @daring holly ?
@lofty pine Which placeholder are you referring to from Statistic?
wym @daring holly ?
@mint fable like can I get status from other servers using the "server" thing from ecloud
@daring holly,
Why wouldn’t it work?
?tryandsee
^^
@leaden kraken this one %statistic_time_since_death%
Shows 2 days, 50 hours and then seconds
Thanks!!! Will do later today once i'm behind my laptop
Alright, let me know if that fixes it
Will do!
My bungeecord placeholder doesnt work
Even after getting latest papi and bungee expansion
but on my other server it works
@brisk coral
@austere hawk,
o
"Don't work"
Everytime I mine one block, the stat goes up by 2
@leaden kraken Is that also one you can fix? Seems more players reported that one
@lofty pine are you talking about the Statistic expansion?
Yeah
@edgy notch,
The items crafted and blocks mined go up by 2 rather then 1 each time
@leaden kraken asked the couple of players that were affected, no response yet though
Alrght, I'll take a look at those
Looking for opinions on updating the format for Animations expansion, some stuff formats used before:
%animations_type?key=value_text%
%animations_<type key=value>text</type>%
I'd like to see user suggestions on formats server owners would like
Thanks
irridium skyblock is not awaivlable in papi download
NOTE: There is no papi ecloud extension for IridiumSkyblock. Use the placeholders shown on this page.
this is on their wiki
i do /papi ecloud download vault then i do /papi reload then it says no expansions were registered
go to https://api.extendedclip.com/all/ and download the vault expansion manually then go to plugins/PlaceholderAPI/expansions and check to see if there is already a Vault expansion. If there is delete it and add the new one. If there isn't one just add the new one and do /papi reload and if it doesn't work restart your server.
why is papi broken
register the expansion
how i hook irridium skyblock to placeholderAPI
Means Where i paste this text
depend:
- IridiumSkyblock
Thanks! Will test in an hour or two!
Means Where i paste this text
depend:
- IridiumSkyblock
@austere hawk that does nothing if the plugin doesnt actually hook into papi
what does this mean?? i dont know how to fix it :)
[WARNING] [PlaceholderAPI] HeadHunter is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
[WARNING] [PlaceholderAPI] factions is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
factions is attempting to register placeholders via a PlaceholderHook class
They need to update their hook
same as HeadHunter
contact the plugin developers
and ask them to update the plugin
when is papi gonna get fixed
whats wrong with it
when i try to download vault and reload it, it doesn't downloadi t
@warm topaz https://imgur.com/37LJyea
Is vault installed?
@leaden kraken Thanks, can confirm that works correctly now! Haven't heard about the ''Survive time'' yet, but in my own stats it shows right!
Thanks a lot for fixing the statistic expansion
np
Hello, I want to put %vault_rank% into DeluxeMenu but it doesnt work. %vault_eco_balance% This works for me fine but %vault_group% / %vault_rank% / %vautl_prefix% doesnt work
I am using 1.16.1 version and latest version of DeluxeMenus, Vault and Vault Extension too
ugh do you have a permissions plugin?
hmm that's weird. but you're in luck xD LP has its own expansion
/papi reload```
the placeholders are :
fck me it doesnt work 😄
this one doesn't work either?
Idk why i downloaded from the site/tried with the command too but if i install it and do /papi list
it is not showing there
have you don /papi reload after the download ?
yes
/papi parse me %placeholder%
?startuplog
please send this ^
I see
[23:52:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[23:52:57] [Server thread/WARN]: [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.
[23:52:57] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[23:52:57] [Server thread/ERROR]: [PlaceholderAPI] expansion class LuckPermsExpansion is outdated:
Failed to load due to a [NoClassDefFoundError], attempted to use net/luckperms/api/LuckPerms
I am using latest LuckPerms
no the expansion is outdated
apparently
also it says that vault has loaded
dk why it wouldn't work
😦
ahhhh
I dont understand why this works - %vault_eco_balance% and this not %vault_rank%
Yes I can
Em
Forget about it 😄
I just downloaded on wrong server LuckPerms 😄
sorry 😄
my fault
no worries
Is there anyway to remove things which are under the lore on item "minecraft:player_head"
that's client side
oh 😄
do F3+F
(not in a menu)
F3+F is render distance 😄
I think that F3+Q lists all the F3 shortcuts
true
Updated from 2.10.6 to 2.10.9, PlayerPoints %playerpoints_points% stopped working, what should I do?
no errors in the console
?startuplog
can you send that over?
And have you tested the placeholders with /papi parse me <placeholder>?
yes
I didn't understand, but where to insert latest.log, it won't fit, and files can't be thrown here
=paste
?paste
[PlaceholderAPI] playerpoints is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
https://api.extendedclip.com/expansions/playerpoints/
then what to do? version has not been updated here
hmm
so it says
that's not the case
can you try the dev build?
If that doesn't work try 2.10.8. And if that doesn't work then you might have to stick to 2.10.6 for now
can the wiki be updated? how to write correctly now you need hooks
i can try to do it
If I understand what exactly has changed now. I will read more about this change and unsubscribe
the changes were in 2.10.7, then 2.10.8 fixed a few things
if you want to read more
but the wiki should be updated
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.189 s
[INFO] Finished at: 2020-08-14T03:51:57+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (I:\GitHub\GAMAI_SERVER\Plugins-Gamai_by_microwin7\PlaceholderAPI-master). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException```
hm
how to collect?
PAPI isn't maven anymore.
@trim mist do we have to change the wiki or is it all good
Hmm?
because I think it just shows how to import with maven which I think would still work
Well yeah you can still import it to a maven project.
He was trying to build the gradle project using maven commands.
I'm just compiling the latest version, then I'll rewrite PlayerPoints on the wiki, I don't know yet
huh?
?
then I'll rewrite PlayerPoints on the wiki
what do you mean by that
the placeholder on the wiki is correct, just broken rn
That I will take the old extension and rewrite it under 2.10.9
oh you're going to rewrite the expansion on the ecloud
Yes
If so, we can probably transfer it to you https://api.extendedclip.com/expansions/playerpoints/
@austere hawk,
Can someone tell me how to display the number of players from other server?
u using bungee?
Yes
Expansion Bungee mb
%bungee_servername%
how to put the name of the server
the name of the server u want to c
Yes
ye add that name
the name of the server folder
like this %bungee_survival%
?
Yes
Ok
I will try
How do me post update PlayerPoints Expansion on ecloud?
Support
Thanks, it works 🙂
My bungeecord placeholder doesnt work
Even after getting latest papi and bungee expansion
but on my other server it works
update
check
i tested it works
ok?
Wtf did they remove vault from papi
Mm?
Exactly what i said
Ah
Try ecloud downloading it
Doesnt work
for example, I don't use it, lags start
Hands)
@austere hawk https://prnt.sc/tzbgya
Guess its jus me
Does it give an error?
what would i use for the total amount of players currently online
which thing would i download for %online%
Server
%server_online%
tried both of those and %online% just shows as %online% and %server_online% is just blank
i downloaded the server thing
Did u reload it
did /papi reload
ye getting same error
My bungee placeholders dont work
wznzv no one is gon help u lol
been asking bout the bungee for 3 days now
@echo heron try ecloud downloading pinger
COMMAND: 'open:armor.yml'
NAME: '&6[++] &eПокупка Брони &6[++]&e и Оружия &6[++]'
ID: 310
KEEP-OPEN: true
POSITION-X: 3
POSITION-Y: 2```
How can this lead to an error ?? This is ChestCommands
[ChestCommands] PlaceholderAPI was found! External placeholders can be used.
is it embedded in PAPI?
fixed, hang up. This was the ChestCommands developer's cant. Fixed already in 3.3.1
Day 4 of asking for assistance
My bungeecord placeholder doesnt work
Even after getting latest papi and bungee expansion
but on my other server it works
Right
Copy over the expansion and placeholder api jar files from your other server and see if that fixes it
Then you know its to do with the version/build
I've got a problem with the time placeholder, I currently have %localtime_time% but it doesn't work
Hey, anyone could help me out with the math placeholder? I'm trying to subtract one placeholder from another (both return numbers)
This is what I've got so far. math_{royaleeconomy_dynamic_coins}-{royaleeconomy_balance_purse}
There is no time to wait! Ask your question @tribal lynx!
Hello, i downloaded player papi and did all neccessary, but doesn't show %player_name% on holograms! I reload the server and all... but no success, any solution?
/papi parse me %player_name%
what does it return?
also you have these plugins installed? HolographicDisplay, HolographicExtension, ProtocolLib ?
so you have a few servers connected to the same bungee, papi on all servers (but not on bungee) and also bungee expansion on al lservers (but not bungee) ?
that's very weird
And the bungee only works on one of them
Bungee placeholders aren’t a thing
Each server needs papi and the dependent expansions installed
welp my hub plugin didnt like papi
guess I played a bit too much... 👀 https://imgur.com/a/kLhDhfO
ugh that's nothing
parsing the hours_played placeholder does show the correct time played tho.. might be an overflow idk
look at the hours played, im not trying to show off btw
818 hours
in hours
aka 34 days
if you go into your Statisitcs what does it show?
wdym into my stats?
oh thought into the files lmao
I mean it gets it from the files so its the same thing
it says 34 days as well
I dont think so
@gloomy crater What's the problem?
the placeholder returns 36 hours or something
also it only says 10 days
while there should be 30 some days
^^
its weird because a lot of placeholders that do this are broken
ah thanks :) will try it out when im able to
is there a plugin that would allow me to show an offline player's display name?
expansion*
let's say i'm using mycommand to create a command that* would show the displayname on chat when i use /displayname <player> and i'd like to check an offline player's displayname
how do i do that?
try the parseOther expansion. idk if it supports offline players tho
If only the mysql expansion would work
i'm storing displaynames/nicknames in a db
I Used Timings and it says PAPI is lagging my server
send the link
Hi, my server has PAPIv2.10.9 installed on it, but when i attempt to download the expansion for Factions (Factions MCore) with /papi ecloud download Factions, it fails:
[PlaceholderAPI] factions is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
Anyone know what's wrong?
The faction placeholders has to be updated by its author
@rare lily Unknown expansion.
Whose is clip
Is there a workaround for this by using an older version of PAPI @rare lily
The developer needs to update their methods.
Whose is clip
@rare lily
That thing isn't os, so I can't pr it
You can use 2.10.6 papi in the meantime
@rare lily will 2.10.6 work with the rest of the expansions?
or do i have to get older versions of those expansions as well
Hey. Does dynmap have a placeholder extension? You need to display information whether the player is hidden from the map or not.
@brisk coral Unknown expansion.
Doesn't look like it
There is an extension on GitHub, but it is not clear how it works. https://github.com/extendedclip/Dynmap-Expansion
Not really what you're looking for
More than a month ago I saw the required placeholder, but now I am unable to find it again. 😫
?
Hey, quick question, can I somehow paraphrase the %entity% placeholders in German? Currently I get a "Pig" in my Chatbox when I kill one I want but the "Schwein" is displayed in the chatbox
I own a plugin that depends on PAPI and all of a sudden over 50% of my clients have been getting this error, on startup my plugin automatically downloads the Bungee expansion. Is this my plugin, my clients' server or placeholderapi's servers? https://hasteb.in/exafusit.bash
i believe the dev builds fixed this https://ci.extendedclip.com/job/placeholderapi/
I'll let them know, much appreciated
I'm using PAPIv2.10.6 with DeluxeChat and for some reason the relation color (%rel_factions_relation_color%) isn't working
i need help
There is no time to wait! Ask your question @worn goblet!
Is this related to #placeholder-api ?
no srry
If not it might be best to ask in #general-plugins or #general-plugins-2
Also give some detail over there if you can 😉
Hi, I have a question how to register multiple identifiers on PlaceholderExpantion?
so i need to write separate class for every indentifier?
In my plugin I have multiple values I want to return using placeholders
that shouldn't require multiple identifiers though
vault has many placeholders
and only 1 identifier (vault)
more identifiers would probably make it very confusing
soo what I will recive in onPlaceholderRequest(player, identifier) as identifier?
for example requested a %identifier_value1%
value1
ok, thank you very much!
hmm, r u sure? becouse then IntelIJ doesn't detect it as Override
should I use PlaceholderHook or PlaceholderExpansion
PlaceholderExpansion
and what's the difference?
PlaceholderHook is outdated
ok, thx
[20:33:09 WARN]: [PlaceholderAPI] mvdw is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
./papi ecloud download MVdW
./papi reload
its Maximvdw he never updates his shit

and the expansion was working a few days ago
|| nor does clip update his shit || 
Bruh
its rough out here
jk 😆
how to get rid of the decimal for the math placeholder?
use [precison:0] in the placeholder
?tryandsee
i usually put it at the end
ok ill try it thx
Is it possible to display a placeholder within a placeholder? Such as %RainbowColor_<Text>% where you put %mcmmo_power_level% in the <text> area?
if the expansion supports bracket placeholders then yes
Yay, thank you.
Do I just put the placeholder in < >?
Is it possible to draw the players group and display it in rainbow color?
Or rather, it's actual color?
Using LP and ESSX.
well if you use %vault_prefix% you could get the prefix you've set for that rank
so you can just set the rank prefix to have rainbows colors
That's the answer I was looking for, thank you.
I get this error when using the math placeholder with [precision:0] https://prnt.sc/u08f6q
"Invalid option type "precision:0"
ugh that's weird
is there a way to make it so %vault_eco_balance_formatted% can display 1QQ and more?
because My server has a realllllyyyy high economy
it stops at like 2billions or something
it doesn't
either get your economy more balanced or make a javascript placeholder
%math_{server_online_skyblock}+{server_online_IridiumSkyblock}[precison:0]%
by default it goes like, up to 999Q
what does /papi parse me %server_online_IridiumSkyblock% return?
ah
precison..
precision
Hey, quick question, can I somehow paraphrase the %entity% placeholders in German? Currently I get a "Pig" in my Chatbox when I kill one I want but the "Schwein" is displayed in the chatbox
it works now thx
I've opened the extension itself on "Java decompiler". and the max is 999Q
but there is how to add QQ S, SS, O, OC, etc.
hmm Junes don't think you can actually. I remember someone saying something about a plugin that could do this but don't remember the name of the plugin unfortunately
Thanks @turbid tide 🙂
hmm dk jadss if its OS then yes you can
hmmm
Done thgat
or just import from version control 🌚
does holographic displays support papi?
u need to have holographic extension + protocollib installed to make it work
ok i have protocol lib ill get holographic extention
ok i got holographic extenstion and protocol lib ( i already have) but the placeholders doesnt work
is there anything else i have to do after getting the two plugins?
have u added a refresh placeholder to the hologram? (such as {fast})
usually at the start
ok
dk if it works in the middle
hmm still doesnt work
i did hd setline spawn-bedwars 2 {fast}&b&lPlayers: %math{server_online_bwlobby}+{server_online_bedwars}+{server_online_bedwars2}+{server_online_bedwars3}[precision:0]%
ill try and get help from holographic displays support
?startuplog
could you provide this 
Missing an underscore after math 👀
wait
gimmi a sec
ok im dumb so discord if you put _ "test" then it automatically makes it italic and i used discordsrv console to execute the command cause of the character limit in game
so now i used the acual console and it works
🤦♂️
@brisk coral How do I display papi on the my website?
@fluid phoenix,
Don't ping.
ok, Can you answer me?
I can not
Way it say
File: cooldown.js for javascript placeholder: cooldown is empty when is not.
has I miss something?
I has do like it say in wiki https://github.com/PlaceholderAPI/Javascript-Expansion/wiki/Community-Scripts#cooldown
I have a cooldown.js some have java code and javascript placeholder i have put in cooldown.js
Hey guys, I just downloaded 2 papi expansions and the displayusername in chat has disappeared. Any fix for this? I got the luckperms and player expansion.
I fix the cooldown.js, some how it was a typo (even if i use copy paste the file namne and in javascript placeholder).
It says that the error was caused by PAPI, is this true? If yes, what can I do about it?
@robust ibex,
what the buy craft placeholders?
this dont work
https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#buycraft
