#placeholder-api
1 messages · Page 80 of 1
what?
Read the embed
My gosh i'm dumb
the expansions were right there
Thanks so much for the help
Really appreciate it
I require coding help, i need to know how I can make a self refreshing placeholder?
Uh.. where exactly does the data in Data class in Javascript from? No matter i delete the data, it just came back
Clear it with the method, then restart the server
Is there any manual way rather than direct code ._.
stop the server, delete it
@vivid sparrow Why would a JS placeholder return the complete function?
Wym?
var PlayerName = "%player_name%";
var Availability = "%player_online%";
function testScript() {
if(Availability === "yes") {
return PlayerName + " Is Online";
}
return PlayerName + " Is Offline";
}
testScript;
And when parsin it, it returns the function
forgot the ()
Where
When calling the function
ah testScript()
yes
btw you can also do return "%player_online%" === "yes" ? "%player_name% Is Online" : "%player_name% Is Offline";
yeye was just a test cause I'm stupid
How do I have to define console btw? (when using console.dispatchCommand)
BukkitServer.getConsoleSender() ig
function runFromConsole(server, command) {
return server.getConsoleSender().dispatchCommand(command);
}
runFromConsole(BukkitServer, "say a");```
This _might_ work
I'll test
kk
server is undefined
yeye will do, thought it would auto know what to do :sad:
it's js tho ¯_(ツ)_/¯
Bukkit?
What is the placeholder for a player's rank?
what plugin is being used for the rank?
permissionsex
%vault_rank%
/papi ecloud download vault
/papi reload
k thx
Hello, is this the right place to get help on questions related to PlaceholderAPI?
yes
I'm currently trying to use a placeholder from another plugin into NametagsPlus using the PlaceholderAPI plugin
I'm having trouble figuring out how I can do this
Which placeholder?
Just use it as %plaholder% inside the ntp plugin
How will that do anything?
If the plugin supports placeholder api it will parse your placeholder
%placeholder% being your actual placeholder..
I'm still confused but I'll try it I guess
put your placeholder wherever you want to display it inside the plugin, so long the plugin parses the placeholder where you're trying to use it
Then the plugin doesn't support placeholderapi properly, does your placeholder work when you parse it? (/papi parse me %placeholder%)
let me do that, I haven't tried that yet
Is there something I should do after that?
what does it return when you try that?
it just says "%rpdesc_getName%" in chat
I just did /papi list and it says it registered to the plugin with that placeholder
Meaning your placeholder isn't parsing, have you created your placeholder correctly?
Not sure, I'll have to ask my friend, he was the one who made it for me
I'll get back to you on that
Once a plugin's placeholder is Registered, what would be the next step to take?
Hello, how would I use the placeholder %player_first_join_date% from "Player" to list someone else's first join date
I'm using MyCommand to list the placeholder by using a command, but it only lists the player who executed the command's first join date
@woven rapids does that plugin support placeholderapi?
Yes
It's not a problem with MyCommand. I just don't know how to display a someone else's placeholder
@woven rapids Does that placeholder just display a date? because you can just use a date placeholder and it would work the same? instead of this placeholder
Yes it displays the date a player first joined.
Oh wait this isnt a welcome message sorry mybad just a sec let me see
I have a command called /history which displays the PlaceholderApi placeholder. But it will only display the date I first joined. I want to allow players to view each other's first date joined
Let me see if this is possible
hey so this looks possible but you are going to have to look into MyCommands plugin to make it work
Yes in a way
Is this what I need? https://api.extendedclip.com/expansions/parseother/
Fixed it, I needed to put {} around the placeholder and username for some reason
Yeah this is how it works
can someone please help me with getting the players raqnk and displaying it on the scoreboard
*rank
what plug in are u using for the scoreboard and ranks
hi guys!
Is there a download for PrisonRanksX api .jar file?
i have done but when i use %prisonranksx_currentrank_name% on my scoreboard, it doesn't work?
What does that have to do with the API?
Sorry i should rephrase, I need the file which will go in the expansions folder for PrisonRanksX
I think it's built-in to the plugin
Type /papi parse me %prisonranksx_currentrank_name%
what does it come back with?
it comes back with "A"
TitleManager
no idea
okay, thanks for the help though
will do, let's hope they can help
hey
cj
bro how can i made a placeholder that shows my the faction name and relcolor on the chat?
i mean i dont want the default ***factionname
im trying to made something like when the player is without factions shows "[-] player : message"
and when is with faction "[FACTIONNAMEwithrelcolor] player: message"
Javascript
Hello, any idea why I got this error ? https://paste.helpch.at/morepufaba.php
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.
I didn't change my dedi, I got this error since few papi updates.
I used to use the expansion in game..
Nothing has changed in the code base to effect it
still connecting to api.extendedclip.com/v2
I'm ok with using the website to download expansions anyway, I wanted to be sure the error wasn't dangerous in any way.
No it's fine, you can totally stop papi from trying to access the cloud from the config if you want
will stop the error popping up
Okay thanks.
When do u get this error? Can u download expansions using the command?
Cuz this error has been reported in GH, thrown on startup
What's the placeholder for Bskyblock island level?
%level_bskyblock-island-level% but it doesnt work
And I can't do: /papi ecloud download Bentobox or bskyblock
why not?
Because there arent any expansions with that name
then there's probably no placeholders for bskyblock
yes there are
I use scoreboard-revision
What do I need to do with this? xD
no
that's for mvdw premium plugins
which would be featherboard in this case. which u dont have
what happens what do /papi parse me %placeholder%
enter placeholder there^
Where does the placeholder needs to go? Between the %'s?
yes
Does anyone know this?
hey, before i got placeholderapi, /team would work perfectly in tab, but after i got it, team (rank) colours wouldnt show up in tab (/minecraft:team command)
math expansion?
what?
And how can I make it with the tool he has in the tool
In hand
I mean is there a placeholder to know what’s your enchantment level
Of the tool you are holding
hey, before i got placeholderapi, /team would work perfectly in tab, but after i got it, team (rank) colours wouldnt show up in tab (/minecraft:team command)
@median kindle for those more specific placeholders, you would probably want to use the MVDW placeholders
but you'll need to buy one of the MVDW plugins then
Has anyone else had issues with tokenenchant placeholders in its newer versions?
nope
No
Issue: %VotingPlugin_top_month_1_votes% returns name of the player instead of the number of votes.
contact the author.
alright, thanks
hey, is there a way to subtract values?
Like do the placeholderapi value minus a fixed value?
or do i need to code that myself
Did a quick search but found nothing, so apologies if this is answered somewhere!
What is (if any) the best way to get placeholders on signs?
@glad galleon Dynamic signs (if im not wrong) or editableSign
@wild moth Math expansion? https://helpch.at/placeholders#math
I am trying to use a javascript placeholder, but it is not working properly. When I do /papijsp reload per the github instructions, my console throws a Could not pass event PlayerCommandPreprocessEvent to PlaceholderAPI Event Exception
Use /papi reload
I did
Dynamic signs seems great, but I forgot to say 1.14 😅
those are the only ones i know.
It is actually picking up the placeholder, but it is not displaying what it should. I am actually trying to use your script 😮 @bronze bison
o
Send more details please so i can help u
is dm ok
Keep it here please
ok
I am trying to use your healthbar script, but when I load it in, instead of a full healthbar, it is just 1 heart
Oh, forget that
Use my new Progress expansion
in what?
U can use that to make a healthbar
Use health placeholder from player expansion in progress and thats it
Oh I see. Is this incompatible with 1.8 clients?
It was my mistake, I didn't realize you had to nest the %% within the progressbar placeholder
So it just loaded a blank line
and I thought it was a version compatibility issue
Ah 👍
Thanks for your help, appreciated
No problem, glad to help 😃
One more question, maybe I am missing something, but someone with 10 hearts has 2.5 progress blocks on their bar. The default values on github look right to me. @bronze bison
2.5? Can you explain that please cuz i didn't quite catch what u mean
2 squares green, 1 square yellow, 7 squares grey
check the placeholder ure using, would be good to send the progress placeholder here
%progress_bar_%health%%
that shouldn't work anyway :p
%health%isn't a papi placeholder- Use
{}instead of%%for placeholders inside progress placeholder
Cuz its completely wrong placeholder
I get that, but it is operating as a placeholder in this plugin I am using
%progress_bar_{player_health_rounded}_m:20_l:10% use this
And add whatever symbols u want
doesn't seem to be working
Can u tell me what does that player placeholder return?
/papi parse me %player_health_rounded%
this wont work
I am looking at it XD
I don't know how TAB Reloaded interfaces with PAPI, but it is working
wait ure using it in tab
yes
That makes sense now
Ok then, good if its working
%health% is probably a tab placeholder
Change the max value to 10 if its showing 2.5 hearts
Is there a way to disable the text showing on a full bar
like instead of "Done!"
just a full bar
make it full bar 😉
lol ok
@bronze bison Sorry to spam you with questions, but I have one more :p
@turbid summit
Please be patient and don't ping staff members!
%progress_bar_%health%_c:&2■_p:&a■_r:&8■_fullbar:&2■■■■■■■■■■_m:20_l:10%
This is my current health bar. When someone is at 6 hearts, it shows 6 dark green (&2) squares, 1 light green (&a), and 3 dark grey (&8) squares.
There shouldn't be any light green squares at all should there (based on this placeholder)
20
For this thing, make the progress symbol same as remaining symbol
Cuz progress symbol always gets displayed if its not a completed bar
so there is no way to differentiate a half heart?
hmm actually no
Well currently no with progress expansion
If u dont want that, then i think ull have to use the js placeholder
What is the progress one supposed to do?
never played with this placeholder too much @bronze bison
Ok, so I was having a problem with the js placeholder where it would just display one heart
the progress symbol is for the .xx part and it actually gets displayed anyway if the bar isnt completed yet @mint fable
logically yeah, but iirc i have it so it just add it if the bar isnt completed
oic
No, 20 and 10 characters
yes, but 6 hearts = 12
it should be 6 bars evenly, but then you add it after
it makes sense for a progress bar
not so much for a health bar
🤷♂️
Yeah, just realized that
And thats why i suggest him to go back to use my old health bar js placeholder
yep yep
configuration is always key!
Yep
Do you know why the 1 heart thing might be happening aBooDyy?
Oh forgot about u :p sorry
dw
Can u try the placeholder using papi parse command please?
I guess I did not
That seemed to do the trick, thank you
But now I see something else XD
There seems to be a space after the 10th heart
Like just a hanging space
to the right of the health bar
Did u change anything in the script?
nope
Well check ur tab or something, cuz it doesn't add any spaces
Try it will papi parse command and add any thing after the placeholder to see if it adds a space or not
IIFE ?
Immediately Invoked Function Expression
I think the placeholder might not parse tbh
not sure tho
pretty much all placeholders are done this way
^
but TIL about IIFE so 👍
U gotta call a function that returns something for papi to print it
I tried /papi parseme %javascript_healthbar%sdf and it returned (10 hearts)sdf, so no space
IIFEs can return whatever a normal function can :p
ik
I bet $100 you added a space in your config wherever you are using it then 😮
Unless i do
var bar = function stuff;
function send() {
return bat;
}
send();
``` which i see pointless
I think it might have something to do with the heart symbol actually
Yeah, but your first example is not an IIFE
You could do ```
the heart symbol? how would that be the issue?
(function send() {
return bat;
})();```
doesn't /papi parse also return the heart symbol?
Well when I was trying this with progress bar, when I used the heart symbol, there was a hanging space
when I used squares, there was not
and I changed nothing else besides the symbol
ok still ? Don't see why i should use that instead of what i have atm
U can use whatever character u want, just change that in the code
did you mean 10 squares no space?
If doesn't add any spaces so it might be from ur tab config as cj said
It is not functionally different, it is just stylistically cleaner. IIFEs declare and call at the same time instead of declaring then calling separately
I see, thanks will keep that in mind
Planning to rewrite all my scripts there anyway (hopefully someday) so yea
No, cj,89898, it does seem to parse correctly, but the symbol seems to be behaving differently because when I changed only the symbol from square to heart (and changed nothing else), the problem arose
Okay, but what I'm saying is
you said it returned 10 hearts and no space
was that a correct statement?
I have no idea, that is why I am asking you guys, but it is adding it in the health bar
but I switched the unicode symbol in the script to u25A0, and the space is gone
u25A0 being the square
Yeah that is what the command returns
but now you're saying you had to make it a SQUARE to get NO space?
BUT when it shows up above the player's head there IS a space
do you understand the distinction I am trying to make?
ah... that part you never really differentiated
"but it is adding it in the health bar" that is what I meant, perhaps I wasn't explicit enough
everything is a health bar in this situation
Fair
😉
But instead of debating semantics, I am more interesting in trying to resolve this issue
Are you guys saying you have never heard of this problem before?
it seems to be a problem with whoever made the other plugin or with minecraft itself
Yea, mc is weird sometimes with characters
The only change I made in between these two screenshots was changing the unicode character in the javascript file
Weird
Anyways, thanks for telling me about the expansion I was missing, that was the solution to my problem
If its an issue with the symbol, it should've added a space for all
And the placeholder isnt adding a space cuz it's working fine using the command
So i guess its from ur tab plugin
You're saying the tab plugin selectively adds a space after the last heart symbol?
This screenshot is from the Tab support discord (I don't know if you remember saying this in there). This dude does not have a space after the healthbar, so I am just ultra confused right now
Clearly he is using your script, papi, and tab reloaded
Alas, this is not anything to do with papi clearly, so thank you for both of your help. I'll contact the guy who got it working maybe he knows something
about the voting plugin issue of today's morning, contacted the developer and said that the placeholder listed on placeholderAPI is wrong, and this is the correct one %VotingPlugin_Top_MonthVotes_#%
also doesn't work, i wanna die lmao
reported again on their github page 😄
Update -> https://github.com/Ben12345rocks/VotingPlugin/issues/665 here's the issue reported on github if anybody is facing the same thing.
Hey, ive been looking around for a bit and can't seem to find a placeholder that returns the stack count of an item in a players hand. any chance that one exists?
yeah, i thought of the player command lol
You can use javascript
little more advanced than i was hoping lol, but i mean yeah, theres a few ways i can actually go about getting the count, i was wondering if there was a placeholder for it though.
Not atm.
gives cj a side glance hey buddyyyyyy
function getItemAmount() {
var item = BukkitPlayer.getInventory().getItemInHand();
return item == null || item.getType().toString() == "AIR" ? 0 : item.getAmount();
};
getItemAmount();```
yeah, that would work, but the main reason i was hoping it would be an existing placeholder is because it would allow easier integration into a large amount of other plugins. I'm not a java dev, so I'm almost 100% clueless on how i could even implement that into PAPI if its open sourced (i think it is?). Don't get me wrong, i appreciate you writing that out for me, and I hope I'm not coming off as a lazy SOB.
was just looking for streamlined lol
That's javascript, you can use the javascript expansion and make your own placeholder.
Which can be used anywhere as long papi is supported.
no way? i was 100% unaware there was an expansion for that.
wow, looks easy enough. adding it all in now. thanks for that.
@carmine veldt if I edit smth on player expansion, would it be auto build or something or it had to be posted on the ecloud manually?
manual
gotcha
ya'll are real ones ❤️
🙂
When I do /papijsp, it does nothing.. it doesnt throw error, I do have javascript extention installed. Any tips? I dont want to restart server but I want to load new javascript placeholder I wrote
Oh, there is error: https://pastebin.com/pa7nDRfx
/papi reload instead
Whenever I do papi reload, all placeholder stops to work, I have to restart server
What version of papi are you using?
2.10.3
update to the latest
okay. thx
Hello 🙂 just out of curiosity, how is the javascript getting executed if we don't have something like node js on our server?
Java Nashorn
Its getting executed by Java (built in java engine)
You don't need anything for it, just download the expansion and you're good to go
Hey how can I create a script?
First dont come here asking how you can create something when that isnt our responsibility. We are here just to help you figure out and errors bugs ect. Second I am not being paid to teach or anything so dont come here calling me trash.
well fuck, someone told me how to install the damn thing that isnt even in this server kid
isnt that hard to say /papi ecloud download javascript
script is javascript
like how tf am I suppost to know how to do shit?
dude I didnt know how to install it
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
ok
check that
I got it to work
Okay and that was a tutorial how to create one and where the files are located to create it
your all good man
how can fix this_
https://prnt.sc/pyx2co
?
deluxemenu no work with placeholderapi bungee
Have you got the bungee expansion installed?
%mcmmo_rank_<skillname>% doesn't work at the moment, generates errors in deluxemenu and leaderheads. Known issue atm? Pretty big mod so figuring yes
gives theese errors after startup.
https://paste.helpch.at/colizumade.bash
1.14.4 latest
papi 2.10.3
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.
@rigid slate
@vivid sparrow in my pc
Doesnt matter, do what it's written there.
I just dont want error.
....
I already know manually download extension.
It wont cause any issues, ignore it
And it should be triggered only when you want to download an expansion using the command.
it triggering on startup.
Or that, it doesn't matter.
how can fix this?
https://prnt.sc/pyx2co
deluxemenu no work with placeholderapi bungee
but the tab plugin yes
@rigid slate You can stop the error by disabling the ecloud attempt in the config
@main epoch What does /papi parse me %bungee_Earth% do if you run it?
Add Clans variable
Ask the clans author to
@main epoch
the name of server in config is "Earth" right? not "earth" ?
bungee config*
I found a bug, When I want to see the second page of the expansions I only can see the 3th page https://imgur.com/a/7MiR2lE
hey, I have the plugin "Bank" from Dablakbandit, And I want to use the placeholders ... but the addon doesn't hook into PAPI and there is nothing in the ecloud for this addon... can someone may help me to get it working ? (I'm a nerd, but not deep into minecraft modding)
ok, I didn't imagine that someone knows this addon (it doesn't look very popular) but because I have no other plugin hooking into papi.... should it work automatic if enabled in another addons config... or do I need something from the papi side ?
Does the plugin offer placeholders? And if it does not hook into papi nothing we can do, you'd have to contact the author of the plugin about that
yeah it does, ok, thank you for the information 🙂
Can someone help me out please? I can't figure this out for shit. I'm trying to make a progress bar with %aach_arrows%
using %progress_bar_{placeholder}%
How do you make it green on one side and red and where it's not filled?
it says to use this an an example %progress_bar_{server_online}_r:&7|%
but WTF is it comparing to so the percentage shows?
there's no end number to compare for percentages. WTF?
%progress_percentage_{aach_arrows}_m:100% <--- this show up in game exactly as displayed here
there's default values in config if u didn't set it in the placeholder, check this for more info
https://github.com/aBooDyy/Progress-Expansion
@shut lion ^
Can i set papi in bungeecord please ?
...
@naive wigeon someone in here made a premium of papi global where it displays it on a dif server while its on a different server
yeee
%bungee_total% doesn't seem to work
@turbid phoenix ^?
@turbid phoenix If you want help you'll have to give more information than it just doesn't work.
What are you using the placeholder for? Do you have the expansion?
Does the plugin you are using it on support PlaceholderAPI?
title: '&3&lPractice &7| &b&lTAIKA'
default:
- ''
- '&7%server_date_yyyy-MM-dd-HH:mm:ss%'
- '&fPlayers&7: &b<players>'
- ''
- '&fStats:'
- '&fAll kills: &b%strikepractice_kills%'
- '&fAll deaths: &b%strikepractice_deaths%'
- '&fAll elo: &7%strikepractice_global_elo%'
- ''
- '&fIn Queue&7: &b<in_queue>'
- '&fRankeds Left&7: &b<rankeds_left>'
- ' [display=<is_cooldown>]'
- ''
Please tell me how to set the day of the week
try E
?
Date and Time Pattern Result
"yyyy.MM.dd G 'at' HH:mm:ss z" 2001.07.04 AD at 12:08:56 PDT
"EEE, MMM d, ''yy" Wed, Jul 4, '01
"h:mm a" 12:08 PM
"hh 'o''clock' a, zzzz" 12 o'clock PM, Pacific Daylight Time
"K:mm a, z" 0:08 PM, PDT
"yyyyy.MMMMM.dd GGG hh:mm aaa" 02001.July.04 AD 12:08 PM
"EEE, d MMM yyyy HH:mm:ss Z" Wed, 4 Jul 2001 12:08:56 -0700
"yyMMddHHmmssZ" 010704120856-0700
"yyyy-MM-dd'T'HH:mm:ss.SSSZ" 2001-07-04T12:08:56.235-0700
"yyyy-MM-dd'T'HH:mm:ss.SSSXXX" 2001-07-04T12:08:56.235-07:00
"YYYY-'W'ww-u" 2001-W27-3
?
- '&7%"EEE, d MMM yyyy HH:mm:ss Z"%'
?
input method
date_format: MM/dd/yy HH:mm:ss
How do I get this out?
%Date_format% ?
Why don't charge me the expansion of cookloco skywars?
@compact fox ?
@warm oriole hey regarding %bungee_total%, if I type /papi bcparse iLemon %bungee_total% it returns 0
Look the image of the link @sharp jay
I see give me a few minutes to look into it @turbid phoenix, but do you have the expansion?
@compact fox what plugin? Link me it
@warm oriole this right?
yeah, could you try deleting it and readding it.
like deleting the actual expansion jar.
^^
Sure
then /papi reload
Ok done, returned 0 still
Okay wait
Running 2.10.3
@compact fox The developer doesnt have papi placeholders
Rly?
@turbid phoenix Have you restarted your bungee?
No
You'll need to restart the bungee so it'll be added correctly.
Ah rip. Don't really wanna kick 300 people off
@sharp jay that returns 0 too
weird
Could wait till there's no longer 300 players online.
^
As at some point you'll need to restart it to get that factor out.
I'm assuming that it isn't working due to the fact you haven't restarted the bungee.
Most likely
I'll take a look though into the expansion, but that's what I believe the issue should be.
It hasn't been updated since 2018, but I don't think there should be a reason that would be a issue of it not working.
I recommend upping it with your player count
well if the machine can handle it, I don't think there's a issue there.
Well ya I still would
It's up for debate, but it's realistically if you want it to show all the players quickly connecting or if you want it to update a lot slower for the player count on the plugins that use it.
Anyone able to help, I'm trying to link Titlemanager and EzRanksPro, anyone got any ideas?
hey i got this warn in my console how do i make it go away https://gyazo.com/96e7d6e1e2088a50cdd16b2adde9a37a
it happens on the old version and new version of PAPI. my server is paper 1.13.2
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.
but that doesnt seem to be the issue as ingame i can download expansions just fine
Use https://paste.helpch.at/ for errors, logs and configs. So we don't spam the discord.
@warm karma #spigot-linking
hi guys, anyone knows a form to get the placeholders from a plugin? i havea plugin that will not get more updates, and was erased for inactivity on spigotmc and now i need the placeholders, is there any thing i can do ?
decompile plugin and check
@buoyant mountain how? with the same eclipse IDE ?
With a decompiler like jd-gui or smhtng like that
ok, i will download thank you :, )
i think it will be a long time searching for placeholders haha
omg hahahaha there is an .yml that says "how to leak my plugin" and it sents you to a video on youtube with the song "YOU ARE A PIRATE"
houston need help @buoyant mountain
Whats wrong
can i send you a sc to dm ?
/papi parse not working whatever name i put it says no one by that name found
Do you have the player expansion?
Literally you can't use any placeholders without the proper expansions.
/papi ecloud download Player
/papi parse [me/other online player] text with %placeholder%
You do /papi parse [me/other online player] text with %placeholders%
That rarely happens, rejoin the server and it will work.
hi, papi not supported pvplevels?
it says it does on the plugin page
@mint fable Unknown expansion.
@violet yoke Is it not working for you?
Yes, no working
What placeholder are you using?
There are placeholders on the plugin page, and also listed here: https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#pvplevels
Only placeholder
what placeholder? Where are you using it?
In playerlistplus
What do you mean Only placeholder?
Example this %pvplevels_level%
Type /papi parse me %pvplevels_level% and tell me what it returns
send %pvplevels_level% on chat
Any errors in console?
nothing
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
It should be in your logs folder, named latest.log
[Server thread/ERROR]: [PlaceholderAPI] PvPLevels is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [MathiasMC] and urge them to update it
That could be part of it
Not part of it, that IS the issue
👍
kk ty
You want to use bungee and math expansions
%math_{bungee_Skywars-1}+{bungee_Skywars-2}[precision:0]%
?papi server
wow gaby
world names are case sensitive I guess
Hello @austere hawk,
Is Spectators Expansion yours? if so, you uploaded the .java file and not the jar file.
Update the file (you probably have to post an update for this) or I'll have to delete it.
If it's not yours, then never mind. Sorry for the ping.
yeah, this must be, i get the same issue with {ezrankspro_rank}, its very weird
papi parse me always works fine so i have no idea what fb is doing
hi how can make a top oh the highest rank in my server ? Is it possible with placeholder ?
@bronze bison done
@austere hawk
Please be patient and don't ping staff members!
Thought I could escape the ping with this tier? Lol
i using featherboard. dont work {placeholderapi_coins_amount}
@mint fable Unknown expansion.
Thank you @austere hawk, It has been verified and added to the wiki 😄
Please can i have some help ? how can i make a top hologram with rank ?
hellp
Hello
How to set a placeholder from https://github.com/Hyfe-JavaDebug/Battle-Pass/wiki/PlaceholderAPI-Placeholders to KiteBoard File
what i have to do
Copy the placeholder and put it wherever u want 😄
@mint fable yeah "Coins" plugin. i write {placeholderapi_coins_amount} but dont working
@austere hawk
Please be patient and don't ping staff members!
Type /papi parse me %coins_amount%, what does it return?
There's an open issue about this, and I've created a pull request fixing this issue.
Please wait until it gets pulled.
@mint fable %coins_amount%
@austere hawk
Please be patient and don't ping staff members!
that isn't a papi placeholder?
Not sure but its not in the wiki, can u send the plugin link?
@austere hawk ^
developer saying You need to have PlaceholderAPI installed to use them.
already installed
Does it says anything in console about that plugin when papi is enabled?
Send ur server startup log please
=paste
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
There you go, send this to the author of the plugin
:/
He should use the new way of adding placeholders to papi
no problem on different server
Here's everything about that https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/PlaceholderExpansion#with-external-plugin
Cuz ure probably using old version of papi
they are using the same plug-in
Wouldn't be possible for it to work on 1 server and not on the other.
So you must have a mix match version somewhere.
That's over a year old.
We gave developers 6 months to update to the new system.
Seems that developer didn't update it.
if i use one of the older versions of the placeholderapi plugin, will it be okay?
You can, but it's not advised.
Okie.
I got this error after i downloaded luckperms addon via /papi ecloud download luckperms
and when i refresh
Can't find LuckPerms. Most likely either your LP is out of date or the expansion is.
I have the newest version from spigot is there way to check if the expansion is the same or something
Fixed it nvm
@solemn river I am getting same error today , what did you do to fix it ?
oh
im sorry I thought I understood what you meant , but i didnt 4.1 ?
https://pastebin.com/avTNRmHz after installing luckperms new expansion .
Did you install the version 4.1?
From the update notes, new version of the expansion is using the new api so i guess u need latest lp version for that
i ahve the latest lp installed yes .
i am using the latest luckperms off of their download page on spigot , I am using the latest papi from you guys download page on spigot , I use papi to install the new expansion and reload and it sends errors and all placeholders stop working . so im lost on what to do . sorry .
latest expansion of LP is using a dev build not on spigot yet
ok
Thanks @warm topaz , never thought about dling the dev version for an expansion , lol got a little ahead of themselves I believe .
@wispy stratus Are you doing my quests? I can't message you dude... Did you block me?
Nope
Why can't I message you
It might be your privacy settings @wispy stratus It would be nice to be able to message you lol
Hey, what placeholder would show the total number of players online? Non-bungee server. I can't find it on github.
%server_online%
Thank you! I thought that would say "yes" or "true". But that'd be stupid.
I could see how that might be confusing. That placeholder is a little inferrable.
I get this error running a placeholder for Autorank on one server but not on another? https://paste.helpch.at/ipofonegow.cs
@wispy stratus I can't seem to message you, and you aren't even attempting to try to message me, or update me on anything at all.
Do placeholders that include hashtags (#) work in configs?
Just because # usually turns the following line into a note rather than something thats actually read.
I'm having a problem with PlaceholderAPI and Featherboard, for some reason they keep disabling and changing to {placeholder} I'd appreciate if anyone could assist me with this problem.
A bit more in depth explanation is every other placeholder that's using Mvdw works, but the placeholderapi ones are not working and just displaying as {placeholderapi_factionsuuid_faction_bank_balance}
@balmy marten poop sock?
Assume ure using this in mvdwpapi, if so, change the %% to {}
[Server thread/ERROR]: [PlaceholderAPI] BattleLevels is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [RobiRami] and urge them to update it ASAP.
ok, do what the message says please.
what ?
Please consult [RobiRami] and urge them to update it ASAP.\
having issue with AutoRank expansion some servers this placeholder throws an error %autorank_active_path%
https://paste.helpch.at/ipofonegow.cs
same version of auto rank?
is it possible to have something like a bungee staff chat plugin to use papi? like %vault_prefix% doesn't seem to work but is there something like %bungee_vault_prefix%?
If the plugin ure using supports papi, then u can use %vault_prefix% (all placeholders https://helpch.at/placeholders)
Just make sure u have the expansion
/papi ecloud download vault
/papi reload
does papi need to be on bungeecord for the bungeecord plugin to use papi placeholders? (I'd assume so but still asking
Nope
indeed
Hello
i need some Help
i'd like to know if there is a way to have health with one decimal instead of : 15
the %player_health% shows me on a scoreboard : 17.58475632188
and i'd like to just have 18.5 17.0 etc
@sharp jay sorry for Ping but your are support ^^
@lavish cosmos
Please be patient and don't ping staff members!
Don't randomly ping, ask the question and wait for someone to answer.
well that shouldnt happen but u can use %math_{player_health}[precision:1]%
maaaaany thanks !!
cause it's bugging my whole Scoreboard
any extensions that i should get ?
it's actually not showing
properly
Math
i'm using QuickBoard
/papi ecloud download math
/papi reload
thanks ^^
👍
still not working :/
restarted the server properly too
that's my config inside QuickBoard
What does it return on the board?
U have math in /papi list right?
If u do, then change the Math to math in the placeholder
Ah there is a problem
i download math
i do ./papi reload
but there is an internal error
Please use a paste service to share configs, errors, code and long logs.
• HelpChat Paste
Hi, why dont work placeholder %statistic_mob_kills%, but %statistic_players_kills% yes? 😄
Yes
Update the expansion
Remove it, reload papi and install it again.
Remove Math ?
no
Download the latest dev build of lp plugin
Or download the older version of lp expansion
ok i'll downlaod the latest LP plugin ( dev build )
👍
@vivid sparrow, can you help me please? 😄
Hello can someone help me? Im running a bungeecord server and im using PAPI in my hub for the scoreboard but i get all this spam because of it https://paste.helpch.at/imegizulox.shell
Hi I'm having an issue with getting Battlelevels placeholders to show up utilizing deluxechat, i was looking at older configs and can't seem to find any resources up to date on this issue.
@ember crown
https://helpch.at/placeholders#statistic
There's no %statistic_mob_kills% placeholder, only a placeholder per mob.
If u want total, u can use math expansion for that or JavaScript
@slow sleet dont think thats from papi, check another plugin
And Hatntops check #spigot-linking please
I think It is from papi.. when i remove it from the plugins folder it stops spamming
What placeholder are you using in your scoreboard?
is there an equivalent PlaceholderExtension class for BungeeCord that uses ProxiedPlayer instead of Player?
I want to register a placeholder in an internal class for a BungeeCord plugin
Hello! I would like to suggest adding a placeholder with the number of completed minecraft achievements. Where should I write?
Maybe open an issue suggesting this in player expansion repository in GitHub.
Hey, when I use %server_name% it returns "A Minecraft Server" although I've changed it multiple times? Worth noticing I use waterfall (bungee, if that changes anything?)
i testing a plugin that name is ajparkour
and don't work holograhpic extension with PAPI
the similar with cherry chat
in the chat i can see %player_displayname%
Thanks
u have protocol lib plugin right?
yes
Do ajp placeholders work?
yes but i'm using a prerelease
but in the normal version don't work
with holo extension
When trying them with /papi parse me %%
Well probably the old version doesn't have the placeholders
yes it have
You sure?
Is it os?
open source
i will download another version of PAPI and protocol lib
Does any of the placeholders work when trying it using papi parse command? /papi parse me %placeholder here ...%
wait a moment
i make a restart for see the console
02.12 14:25:01 [Server] WARN [ProtocolLib] Version (MC: 1.13.2) has not yet been tested! Proceed with caution.
U need protocollib for holographic extension, not papi
02.12 14:26:19 [Server] WARN [DeluxeHub] Could not hook into PlaceholderAPI
02.12 14:26:42 [Server] ERROR [PlaceholderAPI] MoreFish is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [elsiff] and urge them to update it ASAP
Do what the message says for that plugin
i change the version of protocol lib?
Use the one for ur server, idk. But papi doesn't need protocollib
Holographic extension does
Will someone send me a placeholder to show the amount of mob kills?
As i told u, there isn't one for total mobs
U gotta use math expansion for that to get the total of the mobs u want
You for example could get Statz and use their placeholder, %statz_mobs_killed% or %statz_mobs_killed_<mob_name>%
Where do I find the Towny placeholders?
I can't seem to download the extension using /papi ecloud download Towny
Its built into the plugin now, u dont need to download anything
Not sure if this is the right place to ask, but what is the Latest version of PlaceHolderApi for 1.7.10?
hmmm
Try the latest?
If that didn't work, i personally don't know, wait for someone who might know (doubt it) or try an older version until u get a working one
||Suggest u move on btw||
can I sync placeholders between servers?
?
sink wym.
you'd need to have a plugin that has a database.
and can utilize that.
unless u mean bungee or somethin.
Good night, I really need a help. There is a plug-in that defines a placeholder variable. I'm trying to access the API trying to retrieve this placeholder API, but nothing comes out

help ASAP
Luckperms expansion not having fun
@austere hawk it’s likely placeholderapi is still based of version 4.4 of luckperms
I know all my plugins had to be updated to amend for it
ah
heyt
So, im trying to setup tab on my server and put for it to show the server uptime but it isnt working i did %server_uptime%
like all it will show is %server_uptime%
did u /papi ecloud download Server
^
/papi ecloud download server
/papi reload
Also, does ur scoreboard plugin supports papi?
ye, i use fb, and no i didnt do papi ecloud download server
ill go do it do i have to restart server after?
ty, its fixed
👍
Hi, I have a probably easy to answer question. I am trying to add a placeholder to my plugin which works originally after a restart but does not change even if the yml file I am getting the data from does update. I am accessing the file the same way I am for the rest of my plugin and in other parts it does update. Thanks for any help.
hey
I have encountered some issue
and i donno how to fix it
That happens when i do /papi reload
after I download the luckperms expansion from ecloud
But also, my luckperms and vault placeholders are not working too
weird
If anyone can help me that wud be dope
is anyone else having issues with Luck Perms placeholders not working and papi reload giving errors on reload when the expansion is installed?
Update the expansion
i removed the jar and downloaded again multiple times
Have you also updated luckperm?
latest version, yeah
My guess is either there's a bug on the latest Dev build or Luck hasn't updated the expansion yet.
That's something he does iirc.
https://discordapp.com/channels/164280494874165248/573511098272186374/649943783009550336 Shouldnt it be updated?
Not sure, that was a month ago.
Ahh
The redisbungee expansion is still broken
Okay, open a GitHub issue about it?
Hey
is there a bungee placeholder API that displays the server status
Such as
Whitelist
Online
Offline
There is one for online/offline
would anyone be able to help me with a javascript? im trying to use it in deluxemenus using a javascript to display the amount of players on %bungee_anni% and %bungee_anni-1% ive tried using this and it comes back with a script error. ``` expression: '"%bungee_lobby%" += "%bungee_anni%"'
type: 'string'
@bronze bison
@jade hare
Please be patient and don't ping staff members!
should it work just with using that?
js expansion doesn't work like that anymore
then how does it work lol
