#placeholder-api
1 messages ยท Page 84 of 1
o rip
the js?
where do you set the date
ah ok
'[console] papi parse %player_name% %javascript_cooldown_1_start'
so example
when i execute that
the player get a cooldown right?
i wanna use that for something else
thats why i ask
Yes but thats another thing ๐
yes but that is exactly where i was looking for a few weeks ago
Oh, well yea
javascript_cooldown_1_start is 1 day?
the ID for that cooldown is 1
so %javascript_cooldown_1% will show that cooldown
iirc
oh like that
can i execute commands when a cooldown ended?
my vault placeholder seems to be updating fine on latest papi and latest vault expansion
Using titlemanager for the scoreboard
Using %vault_eco_balance_commas%
The main issue is, my server is getting large. And i run 3 proxies under 1 port. using redisbungee to get playercounts of them. the main issue is that the playercount does mostly not update or stays at 0
@austere hawk Yes, will start it again
iirc that just start it again, whether its ended or not
i guess cooldown works in ms right?
seconds
ah mk
if u mean in the placeholder, then yea seconds
check the description
everything should be there
I was looking for something to execute a command when cooldown is ended. Bcs i was busy with a area players can enter with tickets they can buy. But i wanted when the time is over that they get teleported back to spawn.
ah, dont think u can do that with it
rip
SF got papi placeholders,
MVdWPlaceholderAPI supports papi
FB uses mvdwpapi
๐
So yes.
{placeholderapi_<Any PAPI placeholders without <> and %%>}
well
none placeholders
work on fb
never had that issue before
even the regular placeholders
I tried getting the default scoreboard config
Well, earlier today we got someone here having the same issue
Guess its an issue with FB or something, contact the author.
to see if the placeholders
will work
and no
they didnt ๐
sorry my internet crashed for a sec
xd
All good ๐
I have no idea sorry. Contact the author of FB
How can I contact him?
FB uses {} tho
ik
Sure he does have a way to support
If you didn't find any, open a thread on spigot about this and he will probably help u there.
Used to see him helping people, not sure if he still does
Ok, cool! Goos luck ๐
@bronze bison Fixed it, I just updated the plugin xd
๐ always stay up to date
Hello @sacred hull,
Don't know if you managed to fix that FB issue, but seems like Arrydzn has fixed it by updating the plugin. 
Or if he has downloaded the black spigot version
when I utilise the command /papi ecloud download, I receive this err No cloud expansions are available at this time
Should your host not allow connections to the PlaceholderAPI eCloud, you can manually download expansion from https://placeholderapi.com/ecloud and place them in your /plugins/PlaceholderAPI/expansions/ folder.
Featherboard and superior skyblock support?
Can someone help me out? Bought a plugin that hooks into placeholderapi but theres no explansion for it :c
Contact the author?
java.lang.NullPointerException: null
02.01 17:43:11 [Server] WARN [PlaceholderAPI] Plugin PlaceholderAPI v2.10.5-DEV-83 generated an exception while executing task 643
We need the whole error
huh?
You'll need to link ur spigot account, since its to do with DeluxeChat
I haven't purchased it, helping someone with the plugin.
Blame the plugin leakers, wouldn't need such a system if they didn't exist
Hopefully you could answer this at least?
Hey, is it possible to make a placeholder for a specific player being online or not?
explain in more detail?
Will do hold on.
So right here, next to the "&7Status: ".
I would like it to say whether the player is online or not. Do I need to make a java placeholder or is there one that already exists?
%player_online%
Won't that return true or false?
Yeah you'd need to do a basic JavaScript placeholder, %player_online% with this https://api.extendedclip.com/expansions/parseother/
Alright, the plan is to make it so if player is online I get "&aOnline" and if not "&cOffline".
Yeah so if you watch the placeholder for true or false. if (%placeholder%){ return "Online"} else { return "Offline"} Exmaple Code, will be similar not copa pasta
%parseother_{username}_{placeholder_without_percent_signs}%, i don't keep the {} right?
I get script error: if(%parseother_pvpstryker_player_online){ return "&aOnline" } else{ return "&cOffline" }
I'm not super sure but I think you do keep them
Oh okay, let me try.
With or without the {}, it says error.
Paste the cmd here that you're trying
Yeah you're missing the second % in that js file
Running the command still gives me an internal: https://pastebin.com/ixSLwRgH
Nope, one of my staff.
That internal happen with the {}'s aswell?
works
Ahhh yeah, I had forgotten the {}s.
Yeah ๐
Okay but the Javascript doesn't work.
Yeah you need to change it to if (%placeholder% == "yes")
I thought it was true/false but its yes/no for some reason
Nope, uses yes/no
Still get error when I run: "/papi parse me %javascript_pvpstryker%".
return "&aOnline"
}
else{
return "&cOffline"
}```
var placeholder = "%parseother_{pvpstryker}_{player_online}%";
function online() {
if (placeholder === "yes") {
return "&aOnline";
} else {
return "&cOffline";
}
}
online();
Try that @buoyant hedge
No more errors but now it always says he's offline even when he is online.
Never mind.
It works perfectly fine now, thanks a lot.
Ah Yeah, needed the function. Thanks @leaden kraken
Not sure where it went, but whoever posted the error they had with PAPI earlier, that error is usually due to starting and stopping the server too fast, or your host is just mad.
Hello, im working on my plugin. And i need hook PlaceHolderAPI. I hooked and placeholders doesnt work with placeholderapi plugin, downloaded extension. Any ideas please?
you didnt tell the api to replace the placeholder
yeah
how did it not work
Idk you say that, or i dont understand you
I just said to you to use PlaceHolderAPI.setPlaceholders()
in setTitle or what?
yeah
Idk how..
setTitle(PlaceHolderAPI.setPlaceholders(player instance, "the title"))
I asked him and he doesn't answer since many months ( I asked him on discord, on spigot page and in private in spigot )
@meager vault is there a placeholder that tells you the amount of xp and the total xp?
if so use the Progress placeholder expansion
shown above
No, I also asked him to do this placeholder :c
Yeah that's what I wanted to do
but there's only the actual and max XP ( for the whole job ) placeholder
so, not for the actual level
%jobsr_user_jexp_(jname/number)%
yeah
Np
we can use placeholder for the maximum value in progressbar ?
yeah
didn't knew that, seems nice ^^
I have another "request" ( sorry for you guys ๐ )
It would be to take a placeholder and just add +1 to it ( if placeholder returns 5, then it will returns 6 )
if someone can do this for me it would be perfect please ( I'm a noob with javascript ๐ฆ )
you can use the Math expansion
%math_{placeholder}+1%
is there a faq for when DM 1.15 compat comes out
Nope
damn
Is it possible to use placeholderapi placeholder's into skript ? ^^
(Or is there any expansion for this ?)
I need it to create a custom display message in the chat using placeholders :c
There's this (https://github.com/Snow-Pyon/skript-expansion) but not sure what it does.
Could always get DeluxeChat too but idk about any good free chat plugins.
this is the oposit ^^ Glade, this expansion allow to create skript placeholders
I'm using deluxechat
but I want to make a command ( like /aa ) that would display some informations
Verify you are a buyer of it.
Could use mycommand but idk if it supports PAPI
There's also I believe DeluxeCommands
Here it is
look above at what I mentioned
Oh yes, deluxecommands, thanks ^^
np.
I'm pretty sure someone was looking at remaking it like a week ago but I can't recall who.
Nope, as I don't remember who was going to try and do it. It wasn't anyone associated with us.
I was going to try to remake it ~ a week ago, but I don't have the plugin to do it.
It's open source
the jar? will look into it tonight then.
Link to GitHub is on plugin page.
atm buying some domains.
and some company domains.
So will look into remaking it sometime tonight.
Hey, I'm trying to use one of the PAPI placeholders (%multiverse_world_alias%) in the TAB plugin config file. In their description they say, that it is fully supported, in every other plugin this placeholder works for me, but not in TAB, it only shows 0. I'm trying to show world alias in the tab next to the player's nickname, is it possible?
yes, the titlemanager shows it right in the header of the tablist
As you'd need PAPI and the Muliverse expansion so you could use the placeholders properly.
oh wait, now I see that it can only show numbers there, any ideas how to use this placeholder to show world alias in the playerlist not in the header or footer?
No idea never used that plugin for placeholders.
I'd look on the official ecloud site
Okay, thanks for help
This throws an internal error when I try parsing it, %parseother_pvpstryker_essentials_vanished%. (https://pastebin.com/s4sCjENg)
Yesterday I was here and made the Online/Offline placeholder, but now I want it to check if the player is vanished because if so I want it to say offline.
You forgot the {}
add {} around the essentials placeholder
is there a placeholder to see how many players are surrounding another player within a radius?
Afaik no.
seems javascriptable
So my question is I download a placeholder addon from ecloud then do a reload it just tells me still 0 have been hooked
Either it didn't actually download, you don't have the required plugin to use the expansion or it's just spewing out errors and isn't a happy camper
@random ingot what version of luckperms do you have
glad u fixed it
Is there anyway I can reference placeholders from other plugins within my code?
A resource that allows information from your favorite plugins be shown practically anywhere!
โข Spigot
โข Wiki
โข Placeholder-List
โข GitHub
โข eCloud
Check the wiki.
ah found it, thanks
Just to clarify that I'm doing it correctly,
String money = PlaceholderAPI.setPlaceholders(player,"%gemseconomy_balance_default%");
String money should equal whatever the players balance is right?
Ya
alrighty, thanks!
how can I use placeholderapi placeholders in javascript?
oh tax
thanks ฤฑ love you
function abbrNum() {
var number = "%askyblock_island_level%";
return number;
}
abbrNum();```
@vivid sparrow
@austere hawk
Please be patient and don't ping staff members!
What
it retuns as string
And?
I want it as int
it only does that if the placeholder doesnt return a number.
Whats that placeholder for 
Hey guys i'm having some issues trying to get PAPI to work. When i do /papi parse me %player_name% it correctly returns my username, but trying to put it in chat, console or in the essentialsx config just puts the raw text. Any pointers?
I've restarted the server a few times, running the latest PAPI 2.10.4 and also did /papi reload after every install so far
because essentialsx doesnt support placeholderapi.
You will need another plugin for that, called ChatInjector
You got any experience with VentureChat?
doesn't work when i type it in chat or console either i mean
but ill take a look at that plugin
works well, thanks @vivid sparrow c:
I'm having problems with placeholderapi ecloud
And what may those problems be?
Jobs doesn't have an expansion anymore..
https://helpch.at/placeholders
Its built into the plugin now
No problem ๐
Because it require this plugin https://dev.bukkit.org/projects/killstats-v1-0 .
My placeholders downloading is not working, everytime it just sends "No cloud expansions are available at this time."
If placeholders are not showing correctly,
- Ensure you have downloaded and install PlaceholderAPI.
- Ensure you have the correct expansion installed. (/papi ecloud list all -> /papi ecloud download [Expansion])
- Use /papi reload
- Test the placeholder in /papi parse %placeholder%
- Check https://helpch.at/placeholders for valid placeholders.
Should your host not allow connections to the PlaceholderAPI eCloud, you can manually download expansion from https://placeholderapi.com/ecloud and place them in your /plugins/PlaceholderAPI/expansions/ folder.
whats the placeholder for the player played time?
%player_time_played_hours% doesnt work for me while i have already downloaded Player from ecloud
How to display a red potion color in menu? ~~"
you can't display different potions in menus. Only the purple default one
How do I get a custom placeholder to update every x amount of seconds?
Depends on the plugin that display them.
PlaceholderAPI itself doesnt handle the update interval.
@fringe pewter the plugin itself using the expansion is using its own update time
So youโd need to make the plugin itself update the stats that the expansion grabs which is hopefully on a runnable to get updated
If you have any questions you can leave them below.
Figured as much, thanks.
Hello. Having trouble with latest PlaceholderAPI version on latest PaperSpigot build for 1.15.1
Please help
A member of staff has requested I move your message to a paste,
Most likely beacause it contains a config/error/code snippet.
Should your host not allow connections to the PlaceholderAPI eCloud, you can manually download expansion from https://placeholderapi.com/ecloud and place them in your /plugins/PlaceholderAPI/expansions/ folder.
@austere hawk
thank you
[openguimenu] menuname
Is there anyway to put papi placeholders in essentials chat format?
Yes, using ChatInjector
Omg thank you so much
No problem!
I didnt know this plugin was a thing lol
Found out nvm
%animations_rainbow?key1=4,key2=3_Yourrainbowtexthere!%
replace with text of your choice
Do you know the valid types?
Check his spigot
I couldn't find a resource with the name or id of animations expansion
on the plugin page it says this is valid: %animations_<type>_Your text%
Can you test if that's still true?
sure 1 sec
yeah still works
got no idea for keys then they just show up when you search for the palceholders
Hopefully Niall can explain a bit on that
i d love that
@heady falcon
can t figure out the speed down for the rainbow. it s kinda fast but might be bcs of my scorteboard
Just need the key1 key2 stuff
kept trying to modify them but won t do anything
even tried replacing โkeyโ with speed
does not break but does not do anything either
might stay as key1 key2
who knows
ooh
might be for options
if he has those built into the expansion as well
let me try
wave is probably an easy one to test
Decompile the expansion and see
too lazy
same thing. nothing
it is that
Send the placeholder you used
decompiled and checked, there are options and the key1=whatever is correct for those
I don't really want to add this all to the github
it's already on the kiteboard wiki :L
people barely check ours, dont expect them to find the way to the wiki themselves lol xd
ik, but I just don't know how to write it, or should I reference it? no idea
well
Examples seem the best thing here
@worthy zodiac @mint fable Unfortunately thereโs no way to change the speed of animations, it would be down to how fast your scoreboard is refreshing
@heady falcon
Please respect the rules, be patient and don't ping staff members!
got it thanks
As for the keys, they are optional, you can leave them out like this:
%animations_rainbow_Rainbow Text!%
ya, we were just trying to find what they did
found out it's the options for each type
The spigot download is not the latest version, the one on ecloud would be
Yeah, the options are the same as in KiteBoard
Added it to our placeholderapi wiki, but not the options yet
๐
anything else?
for options, do you need to start with a ?
@heady falcon
?key1=value1,key2=value2
Yes
%server_online% is returning 0
even when there are players online
the expansion server is installed
when you parse it in chat or?
Okay, does this look pretty correct to you? @heady falcon https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#animations
rejoin
Yep thatโs good CJ
already did 5 times
๐
still not working
restart?
It shouldt break at it just read a simple bukkit method
Bukkit.getServer().getOnlinePlayers().size()
any errors or no?
even restart did not work.
Are you the only one online?
Are you in vanish?
server version?
1.8.8
okay somehow it updated now the placeholder.
guess i had to redownload the expansion
๐
Hello, I need help, I got this error when I do /papi ecloud placeholders Player: https://paste.helpch.at/ihuvodogoz.css
Im using latest version
in spigot 1.15.1
sure, thanks
What is the process used by Barry to get connected to the servers?
A friend has trouble establishing the connection with one of the server nodes, it is only his PC that does not connect.
I assumed that his pc uses the same process as Barry since the bot can't connect to my server either.
He used other PCs with the same router and if they were able to establish connection
(I don't know if this is the right channel to ask this)
Cannot connect to servers hosted on the same node.
I need more info then that mate.
this is nothing with Barry..
go to #off-topic.
@fervent jackal
||%vault_eco_balance%
%vault_eco_balance_commas%||
could of put it in a code block
On phone and doesnโt work ๐ข
@mental night That didnt work any idea why?
make sure u have the expansion downloaded
/papi ecloud download vault /papi reload
For future reference: https://helpch.at/placeholders
^
Boody
bruptum
Jellooo
Hi
So I was asking if I would be able to make a javascript to make it think the placeholder is getting executed in other world
Like %javascript%_(world):(placeholder)%
Or something alike with only one placeholder and world
Which placeholder are you trying to trick?
So the output would be like if the player were there
Parse it as a player in that world.
Look, Plotsquared doesnโt allow me to use placeholders around the server
PAPI asks for a player to parse the placeholder for, not a world.
Well you need to parse it as a player in that world. You need a player to be there.
Also its not possible with the current JS version, you need to use my fork.
What fork?
My js fork. Anyway will think about it and see if it will be possible anyhow but dont think so.
And how will I know if you found a way to
Oh i didn't see your message mb. And that's stupid?
Well i mean that kind of placeholder needs the player only.
If it supports more than one world then you might need to ask the author to add a new placeholder like %ps_has_plot_<world>%
Because you pretty much can't parse it for the same player in different world and act as the player is in another world.
Bit confused, you using multiple plot worlds?
Well from what i understood, seems like you can have multiple plots in different worlds in PS, so that placeholder return whether you have one in the world ure currently on or not.
No
Im using a plots world and a spawn one
With mines and more
I have asked the developer to add it but he says that they donโt need it
I Need help
Theres not time to wait! Ask your question @austere hawk!
I'm using 1.12.2 and lastest version of PlaceHoldersAPI. But my scoreboard (titlemanager) doesn't work. There is no error in console. Why this is happen ?
@austere hawk which placeholders you trying to put?
The expansion is open sourced meaning you can modify it yourself
@sharp jay %askyblock_level%
@austere hawk
Please respect the rules, be patient and don't ping staff members!
sori
@austere hawk titlemanager needs to be like {placeholderapi_askyblock_level}
it's not working
And how do I add that terfs
hey I'm trying to set up Deluxe tags for my server, is it really not working in 1.15 ? or is it just that I missed something, I did everything to toggle to essentials chat which worked but then do I have to add a format in the essentials config ? ^^ ๐
@austere hawk did you install the expansion ?
@median kindle ?
@austere hawk dont think it was tested yet for 1.15
I'm fairly sure you have to add it to the essentials format, yes.
^^^
Thank you guys i'll try stuff ^^
ok wow so excited I finally made it work, so yeah needs {deluxetags_tag} in essentials config but also I noticed I had Chatex plugin and it was actually messing around, when I removed chatex it worked! So yes Deluxetags works in 1.15 ๐
@median kindle https://github.com/IntellectualSites/PlotSquared-Expansion/blob/master/src/main/java/com/github/intellectualsites/expansions/plotsquared/PlotSquaredApiNew.java#L54-L55
You can inside of getPlotCount() parentheses the world name getPlotCount("plot-world") and it will work as you want.
If you arent using luckperms, remove the expansion otherwise, what version are you using?
No, I mean plugin version xd
Then upgrade the expansion version
remove it manually and reinstall it from the ecloud.
@exotic cosmos
Please respect the rules, be patient and don't ping staff members!
or do I need to manually put it in
That's it
do /lp and send the output
ok
/lp works just fine
Im also trying to fix the %player% issue with DeluxeJoin
figured it might be associated
Do /ver luckperms
4.0.80
oh
that explains a lot
let me update it in that case
any reason deluxejoin is stuck with the %player% variable?
By the time when the deluxejoin config was made, papi had only one player placeholder, %player%, over time more placeholders were added but the config wasnt updated.
Np
currently setting up a VR server, should be fun
Dammmn sounds cool, good luck with that ๐ค
is there a placeholder to see if a player has executed a certain command?
No
what do you mean placeholder?
no there isn't a placeholder for that you are looking for a command logger plugin.
ok, thank you
Hello My placeholder api isnt working when I type in chat it just shows the placeholder text same in the scorboard
[PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.mcstatistics.StatisticsExpansion
08.01 06:52:36 [Server] ERROR [PlaceholderAPI] org.bukkit.Material.isItem()Z
says failed to register exspansion
/papi ecloud download static 1.7.0
no expansion found named that
statistic
Autocorrect smh
/papi ecloud download statistic 1.7.0
like this with the space
Fixed my playtime placeholder but not the luckperms one
/papi ecloud download luckeperms 4.0
4.1 for latest v4 one
Close enough
ok
Hmmm says no exspansion found
/papi ecloud download luck(e) perms 4.0 you added e but as soon as I did this the whole papi broke
lol yeah but after I did this my whole placeholder api broke
Says internal error now
Which version if lp do u have?
5.0.39
Ok then
/papi ecloud download Luckperms
/papi reload
fixed papi but not luckperms hmmm
You're getting a console error then
%luckperms_group_expiry_time_<groupname>%
trying to use this in my title manager scoreboard
/papi parse me %that placeholder here% does it work?
Check console and see what error it's spewing out
[NametagEdit] As the error above suggests, you do NOT have any placeholder plugins installed. The placeholder API is merely an interface, it requires other plugins to function. This is NOT an issue with NametagEdit.
just this
I did /papi list and luckperms is not in the list
also vault isnt either and it isnt working
but I did /papi ecloud download vault and luckperms
What's your papi version?
2.10.4
I try to /papi register luckperms and it says faild to register exspansion from luckperms
What you thinking
@radiant hearth Or update LuckPerms to V5 or do /papi ecloud download LuckPerms 4.0
then try to redownload the luckperms expansion
i did still nothing
Please use a paste service to share configs, errors, code and long logs.
โข HelpChat Paste
what's the error in that ?
and what's the problem again ?
on my scoreboard the %vault_rank% prefix wont work neither will the %luckperms_group% prefix
Does your scoreboard plugin even support papi?
what's your scoreboard plugin ?
do Vault and LuckPerms show in /papi list ?
Title Manager is a tablist plugin not a scoreboard plugin lol @radiant hearth
Unless itโs a random one that I donโt know of
yeah it has scoreboard and tab
TitleManager adds floating messages, a header/footer for your player list and a scoreboard sidebar.
and as I said,
do Vault and LuckPerms show in /papi list ?
runner2121
no
and is there an error when you do /papi ecloud download Vault and /papi ecloud download LuckPerms ?
No it lets me download them
and when you do /papi reload ?
yes
Nte ?
What is the placerholder for just money? From Essentials?
Needs to be used in DeluxeMenus^
@austere hawk vault
-papi vault
@high vortex he's using TitleManager, not NameTagEdit
@radiant hearth the expansion must be in the Expansion folder inside PlaceholderAPI's folder, not in the Plugins folder
Thanks GabyTM! :-)
is it possible that a javascript placeholder returns a math placeholder?
i want to do something like this
and it is not working
what does it shows?
Return needs to be in a function
issue is with your code as you are trying to do a else after a ; also
Code is fine. Just put it inside a function and call that function.
All good ๐ ๐
No problem!
is it possible to use a javascript placeholder in another javascript placeholder? i am assuming it is
but is better to be sure ๐
Yes.
ok thanks
im making an custom voteshop menu and i have some trouble with the votepoints placeholder... can anyone help me with this maybe?
'playerVotePoints':
material: prismarine_crystals
amount: 1
slot: 8
priority: 2
display_name: '%player_name%'s &a&lVote &b&lPoints'
lore:
- '&bYou have &3&l%VotingPlugin_Points% &bVote Points'
left_click_commands:
- '[message] &bYou have &3%VotingPlugin_Points% &bVote Points'
what do you mean?
/papi ecloud download VotingPlugin
if there's no expansion it won't work..
lol
/papi reload
well if there isn't one and the author doesn't mention it's supported then it won't work.
also check the ecloud or check the placeholders wiki.
np.
Does anyone know why putting / papi ecloud download PLUGINX, tells me that it is not available, and those that are already installed does not work for me
plugin x is for example
i seach plugins in https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholder
could someone help me with this error:
[PlaceholderAPI] BattleLevels is currently using a deprecated method to hook into PlaceholderAPI. PlaceholderAPI for that plugin no longer work. Please consult [RobiRami] and urge them to update it ASAP.
Its not an error
cough
Are you ok cj?
nah
How do I solve it?
that plugin is just not updated for 2 years
Can't use placeholders in it I'm pretty sure
the placeholders for it should still work iirc
I can't :c
It just use EZPlaceholderHook instead of PlaceholderExpansion or what the new method is (iirc)
it stops stuff from working though it seems
my placeholders just stopped working
and I have no idea if @glad glen want to update it or if somebody else has
Wrong robi
if you updated PlaceholderAPI, that is what caused them to stop working
oh shoot it is
Isnt the same guy that has Leaderheads?
I think he's in here
Ye
@steep thorn
aha
sorry Robi :L
this is the latest update on his spigot page http://img.cjservers.net:3096/webserver/DankImages/2020-01-08_20-04-33.jpg
Somebody released an external expansion
you can get it there
Cmon, it's just papi ..
Should I use the plugin that says it is compatible with placeholdersapi?
I mean, it's not that hard to add placeholders or support for them
๐
the jetsprisonmines placeholder is uninstalling on restart. Any idea how I can fix this?
How do you know it's "uninstalling"?
So I download it once my server is on, then I papi reload. Then I restart, and its back to uninstalled (or gold, idk if that means uninstalled or not updated) @trim mist
Gold means not updated iirc.
Okay, so then I guess its un-updating lol
How can I fix this? Is this a problem with the JPM plugin? or Papi?
Unsure. Might go ask the author if they are aware of anyone else having issues with it.
Okay, thanks @trim mist
@rich phoenix
Thanks
https://gyazo.com/282215927c23660a5362bb037022a195 - I have the latest version of PAPI and the PAPI-TokenEnchant 1.8.0 expansion and it's saying it needs to be updated
Trying to get this ( https://gyazo.com/0b5de288552ada86842cad63958ab4c1 ) to read as 1k, 1M, 1b, etc
Not sure what's wrong..
If someone can help, that'd be great ๐
Well you need to provide your config or whatever obviously towards that
=paste
Please use a paste service to share configs, errors, code and long logs.
โข HelpChat Paste
Should your host not allow connections to the PlaceholderAPI eCloud, you can manually download expansion from https://placeholderapi.com/ecloud and place them in your /plugins/PlaceholderAPI/expansions/ folder.
It just loaded haha. ๐ took awhile. Thanks
๐
how to delete a placeholder
Delete the placeholder I downloaded with papi ecloud download
Delete the jar of the expansion you downloaded in plugins/PlaceholderAPI/expansions folder.
thanks
No problem ๐
Need me help ? error on my consol https://pastebin.com/d7eHJ0FX
If you're beta testing the new VP, and you used to use the eCloud version of the expansion, remove it.
Command ? because im delete expansion on folder expansion on placeholder, but it is always present when I execute the command
There is no command. You go into your expansion folder and delete the jar.
it's already done except that when I do / papi list it always appears
Well yeah, in the beta, it's built in now so it's using the correct placeholders.
According to that error you're still using the old expansion.
Okay weird i'll see at the next reboot thanks you
heya so i'm using Papi and deluxe menus together, when i use the multiargs option for deluxe menus %luckperms_group_expiry_time_<group name>% will show the duration left for the player who typed the command not the multiargs option, is there a fix to this?
Wdym?
i want it to display the time left for the player i typed the command to view
whereas it doesnt show it due to the multiargs not noticing i meant their ign now mine
A member of staff has requested I move your message to a paste,
Most likely beacause it contains a config/error/code snippet.
Update LuckPerms
Thanks that fixed it
Is there a placeholder that shows the users version of Minecraft they are on?
@austere hawk
why does placeholderapi not work when skyblockX is in the plugins too
Elaborate doesn't work
it doesnt show up in plugins
and the commands do nothing
I downgraded my skyblockX
must be something wrong with the new versions
You're saying placeholderapi is not showing up or skyblockx?
when I had skyblock X in my plugins folder placeholderAPI wasnt showing up
=paste
Please use a paste service to share configs, errors, code and long logs.
โข HelpChat Paste
I downgraded the version of my skyblockX and its fine
Show the startup log
i already fixed it tho
Using the newest version of the plugin
ok
โข Removed 19 messages.
%statistic_minutes_played% isn't working for me it says the plugin is working when I type /plugins and it made a folder aswell
And when I typed /papi parse me %statistic_minutes_played% it says %statistic_minutes_played% back to me I think that means it is not working
ill try that real quick
you need to download the expansions for the placeholders to work
oh thankyou so much it works
Is there a placeholder that returns the date and time for the player? thank you!
i know there is %player_time% but it can't be formatted for what i know at least.
JS
Is there a papi placeholder for the coords of a players bed?
That would be mega useful
Oh thank you
Make sure you have the Player expansion installed as well
/papi ecloud download Player
Yeah I had it already but was just blind to those placeholders
@fair rock
Please respect the rules, be patient and don't ping staff members!
did someone ping :?
give me a bit
Did you really need to tag all of us?
Yeah because I need help
You gonna tell us the problem so someone actually can help you?
Next time you do that, you're getting muted.
I simply pointed out where it says not to do that
Look, all I need is help on this plugin
Rules are there for a reason, the channel is opened for everyone and it's your problem if you don't respect them.
Yeah I get it, I learned from my mistake, I just need help..
@vivid sparrow Unknown expansion.
I tried those placeholders, they don't work
@vivid sparrow ^ (only tagging you because you were already talking to me)
I did it in config.yml, is that the wrong place?
Sorry, I did it in default scoreboard, not config.yml
/papi parse me %any rankup placeholder here% what does this return?
You're using the placeholders on scoreboard? Does your scoreboard plugin supports PAPI?
Well, for FB its {placeholderapi_(any papi placeholder without %% and brackets)}
๐
Thanks @bronze bison you're officially my bae
No problem! Glad I could help ๐
Stick to the rules and everyone here will help you if they can.
He left
Haha
when will there finally be a fix for the subside''s koth placeholder
Ask subside
Fair enough ^
I'm trying to add Options for the Glow type with the Animations expansion, but it doesn't seem to use them and simply display them instead
that's my placeholder %animations_Glow_?normal=&e,middle=&6,pause=10_Urikane%
that's what it shows https://i.imgur.com/fS7WkBu.png
Remove the _ after the Glow
%animations_<type>?key1=value1,key2=value2_Yourrainbowtexthere!{player_name}%
I have a question: How can I get the Vault economy top player?
so like the person in 1st place when it comes to his balance
There's placeholders for that. https://helpch.at/placeholders#vault
thank you aBooDyy !
it should be fixed from the github https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#animations
%animations_<type>_?option1=value1,option2=value2_YourTextHere% there is a _ between the type and the options, that's what confused me x)
@bronze bison Would I do it like this? %vault_eco_top_player_1%?
๐
Done ๐
Is it possible to parse placeholders in javascript with javascript extension?
I just want to display different messages based on placeholder value unless there's a better way
Yes, just type them.
are they parsed in javascript as well when ran?
var message = "Your name is %player_name%";
well i'm not sure if you understand what I mean.
I know that they will be replaced once it's evaluated.
I just want to use a value from parsed placeholder in script itself and depending on that display different things
I guess I can still access PlaceholderAPI from the script tho
What do you mean by that? Like using a value from inside of the script on a placeholder?
using values from the placeholders yes
var placeholder = "%player_name%";
function getValue() {
if (placeholder === "aBooDyy") return "whatever";
return "its not aBooDyy";
}
getValue();
``` is that what you want?
yes
Then yes, you can do that.
The placeholders get parsed, then it executes the script.
oh, good. Thanks
No problem!
Also just commented on this issue: https://github.com/PlaceholderAPI/Javascript-Expansion/issues/9#issuecomment-573413215
Not sure if it works on java 8 though
might be helpful to people looking for es6 support
Well, if it doesn't then I don't think that would be added. As most if not all still use Java 8
But good to know! Thanks for that.
Hmm I could look up if it actually works on java 8
Would be great!!
why doesn't it work
im using leaderheads
also.. i'd like to create a hologram with top 10 played time
yes.. i want to create something like this http://prntscr.com/qmldmd
do you have holographic extension ?
and protocollib ?
yes i have
And PlaceholderAPI plugin and
/papi ecloud download player
/papi reload
```?
i tried but it doesn't work
Also, about that leaderboard, you either need a plugin for it that has placeholders or handles all of that.
its ok but it doesn't change into my name
does it work in /papi parse me %player_name% ?
Thats what i was gonna suggest. You should be able to do that with it? I don't know how exactly but yeah.
For the placeholder, then you dont have holographic extension or protocollib plugins
you need
- Holographic Displays
- Holographic Extension
- ProtocolLib
are you sure you have the 3 ?
maybe you forgot Holographic Extension ?
download it and it should work
it works......
now.. how to create top 10 played time for the month with leaderheads
where can i see all the placeholders for leaderheads
there's only 1