#placeholder-api
150650 messages · Page 23 of 151
i was aslo trying to register expansiion using command but papi throws error
i got this problem with Expansion-skript.jar
Does anyone know why killStats doesn't load after downloading it?
?startuplog
?paste
that’s not your startup log
hi is there any placeholder to show what kit i am currently using (essentials Kit)
no like kit name not items
?
sp there's none?
I'm confused on what you're trying to do
If you do /kit pvp, I'm 99% sure it won't remember who it gave it to afterwards
I'm going to be super surprised if it does
okay
Can I get the placeholder for the online count of more than one server?
%math_{bungee_<server1>}+{bungee_<server2>}[precision:0]%
depends if the plugin you use supports PAPI
%bungee_Total% ?
that's for the amount of all servers, idk if it's what he want because he didn't specify "all" servers but yeah that can work aswell
Do i need mdv for that
mdv?
yup
epic ty
not really
Yes. PAPI Bungee API. You need to know java tho and idk how reliable it is
are there any XP level placeholders available in the ecloud of papi?
/papi ecloud download PlayerList
/papi reload
%playerlist_all,normal,yes,list%
Or just server expansion xD
depends if he wants the amount or the list ¯_(ツ)_/¯
then %server_unique_joins% would be better
I mean can't your placeholder do %playerlist_all,normal,yes,amount% ??
who tf would want a list for total players 
thats atleast 100 players even on a small server
because it would count every fucking player that joined for like 1 second
🙂
bot dead 
u can check the placeholders there
Hello is there a way for format math placeholders? Like 1.32K + 1.33K = 1.65K
with javascript most likely.
so can you help me? I have a placeholder %math_{MySQLBridge_survival_mine_block}+{MySQLBridge_mining_mine_block}[precision:0]%
and i need calculate this placeholders, values is for example the 1.32K + 1.33K
or i can do this placeholders to 1320 + 1330
but i want the format
How do I download the placeholders to make it work?
You don't need to download anything. All you need to have is the plugin BentoBox installed
also the expansion if you want to use the placeholders from an expansion
the updated list for Bskyblock placeholders is here https://docs.bentobox.world/en/latest/gamemodes/BSkyBlock/Placeholders/
@upper harbor ^
so can you help me? I have a placeholder %math_{MySQLBridge_survival_mine_block}+{MySQLBridge_mining_mine_block}[precision:0]%
@indigo anchor I mean if you want to do it you need to know some basic javascript and some math
learn more about js placeholders here https://github.com/PlaceholderAPI/Javascript-Expansion/wiki
Hey guys, really need help with soemthing,
The Placeholders for Guilds just disapeared on scoreboard? I believe Guilds is updated to latest
https://github.com/PlaceholderAPI/PlaceholderAPI/blob/master/src/main/java/me/clip/placeholderapi/PlaceholderAPI.java#L70 this line throws NPE when a placeholder is requested during server shutdown, can it be resolved internally or just "don't request placeholders during server shutdown" ?
@pure falcon,
Hello, I'm trying to use Placeholder API for my plugin with the internal class method. I have created a class and made the identifier "townyupgrades" and the placeholder "level." I then call the placeholder in my config as %townyupgrade_level% . My code for my expansion is below. It keeps returning "No town" and I'm not sure as to why. Am I not able to use another plugin's API here? PAPI, Towny, and my plugin are all on the server during my testing.
public String onPlaceholderRequest(Player player, String identifier){
if(player == null){
return "";
}
String level = "";
switch(identifier) {
case "level": //%townyupgrades_level%
try {
Town town = TownyAPI.getInstance().getDataSource().getTown(player.getName());
level = Integer.toString(dmang.getMap().get(town.getUuid().toString()));
return level;
} catch (Exception e) {
return "No town";
}
}
// We return null if an invalid placeholder (f.e. %someplugin_placeholder3%)
// was provided
return null;
}```
or can I use the placeholders in the deluxemenus to place variables? [] <> {}?
%luckperms_suffix% doesnt work in the essentials lang folder
Essentials doesn't support PAPI yet
oh
tru
How do I fix this?
https://gyazo.com/57495458c1c7ebf2d6ea71b0c8a1dc8c
Ensure you're on the latest version of the plotsquared expansion
seeing as it seems to be using an unsupported version of the api, not really
yup
yeh plot squares is on like v3 and is now paid plugin
oh my bad i meant v5 not v3 but yeah
hi i have such a problem that% player_ping% works strangely when you enter it shows a ping of 500-700 but then slowly drops to 50-60 (this is my normal ping) while delays are not felt in any way and everything works well
Server version: Spigot 1.15.2
Plugin version: PlaceholderAPI-2.10.9
Number of plugins: at first it was 42 and we thought that was the problem, but even when I removed everything except the placeholder and the tab ping remained the same
https://imgur.com/TyepJM0 https://imgur.com/izbJgkP here you can see that the ping is large (sometimes 100 sometimes 1000)
https://imgur.com/QWmcVdO after 5 minutes on the server
https://imgur.com/HHSsQPo here you can see that placeholders are used
and we also use BungeeCord, but even when we reconfigured the server to work without it, the ping was the same
mark me if someone replies to my message (I rarely watch this channel but really want to figure out why this is happening)
I mean I'm pretty sure %player_ping% uses a player method. Like it doesn't count the ping itself. So you probably have internet spikes. I used to have the same when my internet was like 100 Mbs
it would just randomly go to even 4k sometimes
even tho I didn't feel like I was lagging
it goes to 4k for like 1 ms and then comes back
it just takes a bit to update so it will show it going down slow but it will actually be back to normal by that time
@fluid heath ^
also ping doesn't have much to do with your plugins and stuff like that. Those usually affect TPS. Idk how it works with client side packets tho. Maybe those might affect your ping
but ping shows how much it takes the server to get information from your pc.
so for example if I have 40 ping and I click, it takes 40 ms for the server to register that click
but my internet has a ping to the server of 50-60ms and this value very rarely grows higher
and this problem is observed in all players
what internet speeds tdo you have?
oh all players? then it might be the server's fault as well I guess.
But yeah the ping placeholder works
it works yes it can be seen however something makes him think that ping is 500+ but it is not
it is for a few milliseconds.
as I said. I used to have this happen as well. It will just spike for less then a second
and it will come back
but no it returns to normal in about 5 minutes
well that's weird. For me it would take a few seconds to return back to normal. Not minutes
can I try to show you this via the broadcast?
I can't recall if it got released yet but I know we did make some changes to the Player expansion at some point in the past three months. One of those changes implemented a cache of a player's ping due to it being a heavy action to retrieve it on an NMS level. Five minutes seems absurdly long for the amount of time we actually cache it for.
ping update occurs every 20-30 seconds, I think, but ping completely returns to normal only after 5 minutes
Last update was August 1st Glare
Alrighty, then that means that the changes we made to it did not get pushed live. Probably still in the testing stages.
I mean on github it did get updated 28 days ago. But not on ecloud
and the update was called Push to 1.8.0
made by you
have any idea why this might be happening?
I unfortunately do not have any idea off the top of my head in this situation.
If I never pushed the cache changes to the eCloud that means that you're directly pulling each time it's checked on an NMS level, so, I believe that's what the client believes it's ping is.
I can show my screen so you can see the problem
Feel free to imgur some pictures and I'm sure someone can look at it at some point in time.
https://imgur.com/v0n48zP I also noticed that the ping in the network game menu is normal
now I have to close minecraft because important things have appeared, if data from me is needed, I can give them only after 1 hour
I'm getting ready to leave, so, that's not really a problem, I would just leave it for the time being if it's not actually causing problems.
Hello i have problem with VoteParty placeholders
Thats how it looks in game + holo settings
If you could follow the steps in #spigot-linking, you will get access to #voteparty ! 😄
Remove the EZRPExpansion from the expansions directory and you should be good.
however, I need this expansion
it does not
you do not*
its in the plugin now I think so you don't need an external expansion anymore
thanx
'[console] bc %player_hasitem-mat:COBBLESTONE-amt:64-data:0%' this returns this
and these are the expansions i use
Hi, when I use localtime extension, it's included in PAPI, it's not own plugin, or is it? Cause when I use it, my server crashes multiple times. https://pastebin.com/mNMWh3Zn
And chatcontrol author told me this extension causes it crashed multiple times that I should report it to author of localtime extension, but IDK who's author
@turbid epoch Player has item is not an actual placeholder. You need to use other expansions like checkitem.
@turbid tide check this out then https://www.spigotmc.org/wiki/deluxemenus-store/
check this wiki. It has a more updated store example
Ok thx
Blitz don't you know what mine issue?
I mean I know what the issue is. Its either LocalTime or ChatControl or both of them conflicting but Idk how you can fix it so no.
Why can't I add numerical ids on deluxe menus (1.12.2)? @turbid tide
server version 1.12.2?
yes
Ok then it weird
and where should I report it Blitz? Localtime is included in PAPI, or it's own plugin?
Is reporting here enough?
- World edit and shop gui plus still uses them but I asume it a convertion thing on their side.
- I can not find planks what the hack is the material for that?
by chatcontrol author it's really issue of this extension, he already tried it solve somehow
Oh nvm its wood
by chatcontrol author it's really issue of this extension, he already tried it solve somehow
its not its own plugin and its not its not included in PAPI. Its an expansion made by an aBooDyy.
you could probably open an issue here https://github.com/aBooDyy/LocalTime-Expansion/issues
if aBooDyy still maintains this expansion.
I mean there isn't one that does all that LocalTime does. You can just report the issue there and hope that aboo will take a look at it
And is he on DIs too?
ye he is. But He's been inactive lately so I can't tell you he'll respond here.
Could we ping him?
Idk if he would like that. I mean just open an issue. Its better for everyone since it will also get saved so he'll not forget to update in case he can't rn
Does PlaceholderAPI have Velocity support?
PAPI doesn't support any proxy at all. Not even bungee
Where would I pull total network count then?
you can't by default. You can only do that using some other plugins/apis
I don't know any but I remember seeing
some
on spigot
try searching something like PAPI Bridge or PlaceholderAPI bungee or something
but
just know
they are not tested by us
so if you have any problems with them you won't get help here
oh here https://www.spigotmc.org/resources/mysql-papi-bridge-1-6-1-16-3-new-wiki-website.80460/
@turbid tide yo
@dim nexus,
o/
Where would I pull total network count then?
if this total network count means players online in your network, would be fine with Pinger placeholders
is there a dev build? I keep getting these errors on restart and I'm using the latest
top-monety:
location: world, 23.286, 67.001, 3.442
lines:
- '%vault_eco_top_balance_1%'
- '%vault_eco_top_player_1%'
I have got this
and in minecraft this not working :/
Help me with this
Pls
@subtle sequoia %bungee_total% /papi ecloud download bungee then /papi reload
ah
@clear nebula which plugin placeholderapi?
well every plugin returns an error about an event related to placeholderapi
someone help me to fix this error. my server was working fine until this happened:
https://hastebin.com/oqacokaqos.yaml
in the chat it says this
https://gyazo.com/0802d4e84687d9d896253c0559625e6f?token=be02b67c094125c45ad9a751271865d9
I hope this has a solution :(
Whoever answers me please put my name since I don't speak much English
@clear nebula https://ci.extendedclip.com/job/PlaceholderAPI/
but please do give more information because a dev build might not always be a fix. Info you should usually share is server version, plugin version, errors you get.
I'll tell u if it's fixed in the latest build
Hi i want to know if when some player close the player with "Esc" instead of closing the hole menu it returns him to the previous menu and if there is no previous menu just close the menu
Isnt possible sadly
You could try to add an [openguimenu] to the close commands. I'm unsure if that will work properly or not.
Ahh
Well, hmm, I would think when it's closed it'd be executed, I guess that's only if they close it via clicking.
ye Waffle. Only for the [close] action
Rip
Would you like a copy of DeluxeMenus that does execute the actions on close, Pavo?
This should make it execute close commands when hitting esc now.
it should
why should it not?
just because
ok
ok
ok
I mean, it's such a specific use-case. He can use it if he wants.
Thank you
how i use it :v ?
I mean what is the [closeaction] or config
@trim mist
Thank you awesome people
Blitz, honestly, that could be a per-menu option I wouldn't mind adding.
In the jar you give me when player use esc that thing will be executed right ?
I think
I ll test it 7u7
Waffle I hope you didn't just make a loop. And now it won't close even with a [close] action
The loop can occured but only if the owner of the config make it, i think
No he's saying he's hoping I didn't make it just automatically open back up a GUI if you close it.
You don't get me don't you?
Oh
close commands execute on esc and on [close] now
so if you make a close command that just opens the menu back
you will have to alt f4
to close the menu
Xd
Okay but why would you do that in the close command
You would only open another menu
Not open the same one
because that's literally why everyone asks for that
that's what it will get used for
ye
thanks
for making my next 4 months easier xD
bcz idk if you know but user error are support's fault xD
I did a test build where I integrated Matt's chat lib into it.
Indeed
but it would still be cool if you add it
I feel like clip intentionally didn't make escape execute close commands
I've got a lot of stuff ready to go like the new JS engine. I just need to sit down and talk to clip before I merge anything.
tho
Oh yeah he didn't.
That jar was only for Pavo. I really don't plan to make that a thing.
I'd never do something on purpose that causes havoc for you guys since I know people will rage at the support.
The close commands are per menu no?
I mean don't get me wrong. I won't mind a few kids screaming here. I've learned to ignore them. Its just so many things to consider I feel like
Glare #off-topic!
Nah, it's not related to y'alls convo kek
ah
xD
I thought you're telling us to move there
like ?offtopic
which is not a command for us 😦
anyways. I think I'm off to sleep. Tomorrow I need to get up early for the exam
Best of luck!
ty ty
Is it possible to have multiline placeholder?
example: someone puts %placeholder% in featherboard line
and next 3 or 2 lines get replaced with some text not just current line?
Hello i have the error
That esc feature doesnt seem to be working for me but i assume its because im on 1.8.9 f
Probably i'm dumb, but i can't use the %server_countdown% placeholder. I have downloaded the Server expansion. but i don't know how use it. Can you explain me?
%nicky_nickname% placeholder is not going properly to deluxechat. All other placeholders I use are working oke.
I have made a plugin which works with PaPi and has also papi placeholders, how can I let you add to papi plugin using page on spigot?
Probably i'm dumb, but i can't use the %server_countdown% placeholder. I have downloaded the Server expansion. but i don't know how use it. Can you explain me?
@grave fossil https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#server If you read there, it is explained and it also has an example.
I have made a plugin which works with PaPi and has also papi placeholders, how can I let you add to papi plugin using page on spigot?
@restive slate can you explain what page you want it added to? The wiki?
you want your placeholders put on the wiki?
If that's what you want please leave me a link to your plugin here and a list of all placeholders.
That the plugin adds
so This one I guess? https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders
Exactly
Thanks brodm
@restive slate it doesn't have an external expansion right? Its built inside the plugin
Yes, but the plugin placeholders can work if papi installed into others plugin
ok added https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#nickyg @restive slate
Thank you <3
If that's what you want please leave me a link to your plugin here and a list of all placeholders.
@turbid tide if you are so kind today can you also do that for mine too https://www.spigotmc.org/resources/item-multiply-1-8-1-16-3.84241/
Yea np
Ty
👍
How would I go about getting my PAPI expansion verified? I have sent my plugin and the expansion on here about two weeks ago, I am not sure how long it usually takes.
oh have you told funnycube or another admin about it? Idk for sure but I think the only people that can put it there are the admins.
Yeah, they said that they'd check it the day after but they might have been busy/might have forgotten
Either way:
The plugin involved: https://www.spigotmc.org/resources/karma-overload-your-actions-determine-your-fate.83634/
The expansion: https://api.extendedclip.com/expansions/karma-overload-expansion/
please do ask an admin when they are online to check it again.
Alright. Is there any way for me to change the Expansion's name when it is on the ecloud site already?
Oh look glare is here.
Question. Is there a specific reason you need it in the cloud vs the plugin itself?
He'll maybe help you
I don't think so I guess, just thought that generally it's better to have the expansion be in a separate jar
I mean it's totally up to you. I need to see the source for the expansion though.
I used to have it separate, but then I found me constantly having to update in multiple places.
Do you want me to put the expansion on GitHub momentarily?
Give me a bit, I need to finish doing the laundry right now
I will send the link to the github on here asap
or if you don't want to publicly share it I guess you could send it to @tender vapor in DMs
How should I do that? It would be quicker for me for sure
Do I just send the main class (the only class) to Barry? Or
Is there a placeholder where I can show players block break or walk distance? Ping me if you can help
statistic expansion
Thx you
How do you setup the BungeeCord expansion?
you need to download PAPI on all your backend servers. Not on your proxy, then do /papi ecloud download Bungee and /papi reload once again on all of your backend servers not on your bungee.
Ok, thanks @turbid tide!
@sour rain,
no worries
Hello, I bought the leaderheads and I'm not sure how to configure, can someone help me? (I am Brazilian and I am using google translator)
Anyone else have issues with the latest papi update breaking the javascript plugin?
Are you using Java 15?
oh wait, i think i'm missing the skript plugin
so, the JS is working, but it's no longer letting me fetch Skript values from within the JS exp
/papi reload```
and it was working when I was on the version ending in .6, once I update to .9 it breaks
Make sure your Skript plugin works and also your Skript expansion works
do /papi parse me %placeholder% for the skript placeholder and see if it works or not
@north hearth,
it just spits out what I put in, which im guessing means it isn't working?
ah, i found an error in console >.<
[PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
ah someone made a patch for it since the original dev seems to be inactive...
And the patch fixed it! 😄
Thanks for your help Blitz!
some of my papi ecloud downloads get cleared when i restart the server.
Hi is there a placeholder where you don't need to reload the plugin before they update?
what?
Okay I have a placeholder where a player walk distance increase if he walks but the results doesn't show until I do /reload. Hope you understand this better. Is there one where the auto update by them selves.
where do you use the placeholder?
what's the plugin for the gui?
advancedhelp
is the gui updating? Because the placeholder is most likely. You just have to make sure where you use it updates as well.
Oh okay thx you will check
I think you have to enable refresh-guis: false in the AdvancedHhelp's settings.yml file
Hello, i have a problem with Papi. the latest version dont work, other plugins cant use them, an older version (2.9.2) are useable by holoblock, but not with my Scoreboard plugin. And the Placeholders wont work too. HELP
those plugins probably need to update to use the new api then
ask the author to update them
they are absoluty updated. and it dont work with the older versions too
ok, can i post the hastebin link here?
yes
sorry, with placeholderapi 2.10.9 installed
yea so holoblock does need to update its placeholderapi hook
java.lang.NoClassDefFoundError: me/clip/placeholderapi/external/EZPlaceholderHook```
yeah, but the scoreboard dont work too, no placeholder work
which placeholders?
%player_name%, %player_ping%, &server_uptime%
/papi ecloud download Player
/papi ecloud download Server
/papi reload
[15:15:19] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[15:15:19] [Server thread/INFO]: No expansions were registered!
you didn't register those two expansions, so yeah they won't work
ok, another question, whats the ecloud name from Jobs Reborn?
ok, it wont load in the Scoreboard
yes
which ones?
%jobsr_total_workers% and %jobsr_name_(jname/number)%
idk for the workers but the second should be %jobsr_name_#% where the # is the name of a job or a number
ok
also make sure those placeholders work with /papi parse me %placeholder%
dont know, what happen, i think, the hoster mkae updates
ah
jeah, the server died. i tell it the hoster xD. i try it later
Hi, anyone has any idea why the item requirement does not work for me? it has a custom name and lore
Why is %server_countdown_dd.MM.yyyy_01.01.2021% outputting 13d 25h 27m 37s?
-- the output for %server_time_dd/MM/yyyy% is 31/10/2020
My date is correct but the countdown is not
Hello!
Where could I find the dev builds of PAPI?
i think u can find a link on the spigot page
I couldn't find, only the github
It seems to be the place, but I still don't find the exact place to download the lastest build
https://ci.extendedclip.com/job/PlaceholderAPI/ all u had to do was scrool down to placeholderapi 🙂
Oh sorry! I'm a little dumb xD
Thanks a lot!
Not sure if this is the place to ask, but I'm having issues with the SpigotAPI placeholders - specifically statistic. The %statistic_time_played% placeholder doesn't seem to format properly. Its currently displaying playtime as "1d 25h 37m 30s" - any ideas how to fix this?
Sorry if this is the wrong channel, anyone having issues with vault loading? I have downloaded it and ran the /papi reload command but it still doesn't think it is there. I have even tried putting the file in the directory
try restarting the server 🤔
or
do /papi parse me %somevaultplaceholderhere%
and replace that with a placeholder
Just noticed this message, even though Placeholder API is up to date and it should be downloading the latest version of vault:
ERROR expansion class VaultExpansion is outdated:
01.11 02:22:27 [Server] INFO Failed to load due to a [NoClassDefFoundError], attempted to use net/milkbowl/vault/economy/Economy
Do you have the plugin vault installed?
Cause if not, the vault PAPI expansion won't work
Hello why Skript expansion dont work? I downloaded it and it didnt send message on the console
Hello I have a problem with the PAPI update.
I'm using PurpleIRC for IRC tchat.
That works perfectly with PAPI 2.10.6.
(FRM-CREA> [builder_epic] <M_Patate83> Test)
But if I put PAPI 2.10.9, PurpleIRC send me
(FRM-CREA> [% world%] <% name%>% mess)
I do not understand why ? Do you have an idea ? Thank's for help.
probably the plugin uses PlaceholderHook. Something that was removed on PAPI 2.10.7
the dev of the plugin/expansion needs to update it to support latest version of PAPI
have you tried the dev build of PurpleIRC?
if not then here ^
@lusty granite ^
My skript expansion dont work. Somebody help me? On console i got this message [11:10:58 WARN]: [PlaceholderAPI] Loaded class ch.njol.skript.Skript from Skript v2.5.1 which is not a depend, softdepend or loadbefore of this plugin. [11:10:58 WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
There's a more updated version of the Skript expansion. Idk for sure if its on the ecloud or not tho.
This expansion uses PlaceholderHook whchi was removed since PAPI 2.10.9
Can i do something?
Same happens with Vault [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.
that's not a problem
from the first message only the second one is a problem
those are spigot messages
they just let you know it hooked. Nothing bad happening there.
I downloaded add-on to skript-placeholders but my own created skript placeholders dont work
Ye. Because the Skript expansion doesn't work.
There's a newer one somewhere but I can't find it
Well there is something you can do just wait a few minutes so I can find the new expansion
In last month placeholders on skript worked for me that was on version 1.16.1 maybe its version fault?
@north hearth sorry for bothering but you said you found a patch for skript. Do you mind sharing the link?
Now i am using 1.16.3 and dont work
No peter. Its Skript expansion's fault
oh.
Where i must put it? On plugins or expansions?
the link was in an issue of the outdated expansion's github
tang please help me
Where i must put it? On plugins or expansions?
in your Expansions folder
in your PAPI fodler
my laptop is burning
and crashing
damn that's exactly what my laptop has 👀
I think it's because of a broken fan
in your PAPI fodler
@junior musk And i need to delete wrong skript expansion ya?
yup
👍
probably the plugin uses PlaceholderHook. Something that was removed on PAPI 2.10.7
@turbid tide thank for link , I put PurpleIRC 1.0.-355 ( latest ) but it does not work.
But I find this strange because PurpleIRC does not use PAPI?
@lusty granite,
i also have the latest version of multichat ( 1.9.5) and vault (1.7.3)
well I mean those don't rly matter
you can either ask the developer of PurpleIRC to update so it works with latest PAPI version or downgrade PAPI to 2.10.6
Does anyone know if there is a way I can have a prefix for all players that is only visible for staff.
Basically i want the world each player is in to be prefixed in the tab list but I only want the staff to be able to see the prefix. So to the rest of the players it looks like the prefix isn't there.
javascript placeholders is what you need
wouldn't it need relationnal placeholders?
and is the js expansion even supporting those?
well actually now that I think about it yes.
so its not rly possible using js either
maybe this could help
I was thinking of something else
Ok I'll see with PurpleIRC (they don't even have a discord, back to IRC ^^) Is there no problem staying in 2.10.6? For the moment ?
Ok, thank for yout help 🙂
Relcon seems to work but the second text field doesn't seem to be displaying what i'd expect
This is the placeholder i'm using:
%rel_relcon_player_tab.reload_{player_world}_ %
It shows the world correctly when someone has the permission but when they don't it defaults to:
You don't have permission to see this
I have done and i get the same result
It probably does
It says on the readme it will default to that if no value is set, but there is clearly something in that field soo idk
server expansion
Does anyone know if Statistic expansion works under PaperSpigot 1.7.10?
I had some guy that was complaining it didn't work, but his english was horrible so I couldn't figure out whether he did something wrong or whether it just isn't supported
ugh I know it has been fixed for 1.8 but I don't think anyone tested it on that version.
wait, there's a Paper version for 1.7.10? 👀
xD
the oldest on their website is 1.8.8
ye if you search PaperSpigot 1.7 on google it will autocomplet to 1.7.10 and you'll find it on yivesmirror.com
ah, yeah ok
Hi, Autorank do not works for me, its normal ?
(1.16.3)
hi i have problem, how i can make progress bar with 2 variables? i have skillapi and i use this placeholders https://www.spigotmc.org/resources/skillapi-placeholder-plus.45628/
and i need to use %sap_default_currenthealth% / %sap_default_currentmaxhealth%
i can't make constant lenght
Someone using PrisonRanks + PlaceholderAPI?
The 'everyone' mention is disabled so you can't annoy people.
@violet yoke %progress_bar_{sap_default_currenthealth}_c:&a■_p:&e■_r:&7■_l:10_m:{sap_default_currentmaxhealth}_fullbar:&aCompleted!%
@turbid tide https://imgur.com/a/mY73HeI
@violet yoke,
hello i want to change the format time : replace "d" to "j"
for this : %essentials_kit_time_until_available_Guerrier%
mp if you want a screenshot for the problem
so hi is there Placeholder For FactionsX
why is register disabled on ecloud? https://api.extendedclip.com/register/
u have to get an account created manually by funnycube. he should be able to assist you whenever he wakes up
why though?
¯_(ツ)_/¯
security possibly? or to make sure not just anyone could chuck a load of random stuff onto the ecloud (that probably doesnt even relate to papi)
ah that makes sense, but isnt that what the expansion verification system is for?
kinda, expansion verification is used so the expansion can be downloaded ingame instead of from the website
ah I assumed that all expansions just had to be verified before they could be uploaded
hello, im having an issue where my vault placeholders are blank
i've made sure i have the ecloud expansion
it works just fine on my survival server. i am running version 2.10.9
same version on survival
which placeholder are u using?
also run /papi dump and put it in a paste please
?paste
do u have the baltop setting enabled in papi config?
u need to enable this manually, as it can be very resource intensive until a new solution is found
i just enabled it, gonna restart and see if that works
👍
Hi is there any placeholder how you can see the placeholders from another players
otherplayer expansion possibly
or parseOther expansion
cant remember which ones which
@warm topaz Unknown expansion.
Parse other better
yea that looks right
np
uhh my papi cant access the cloud and i think its causing all my servers to crash and force restart
is this a possibility
papi does not have that type of strength muma does
what is muma?
dw i’m joking, but don’t think it should be, what plugin is it or is it a custom expansion
uhh currently i have no idea
im working on a network and its crashing and restarting with no error indicators that its a plugin other then papi cant connect to cloud on some servers
every server except the bungee cord server wont run
Turn off the cloud in the config.
causing the server to crash 
would that fix it?
It wouldn't cause a server to crash by simply not being able to ping it.
It just throws an error saying can't connect.
yeah no dice
speaking of errors what ones are you getting
at xyz.spaceio.customoregen.CustomOreGen
Whatever this plugin is breaking it.
It needs to update it's PlaceholderAPI hooks.
i removed it and its still crashing
but even so this is just one instance on one server
Grab me this after removal of that plugin ^
none of my servers except my bungee server are working however
and they all have mostly all different plugins short of them all running stuff like bps preiumim and jazz
How does any of that matter?
is papi on the bungee server??
You came here saying PlaceholderAPI is causing your server to crash. I am telling you what I need from you in order to assess the situation.
dont get me wrong i appreacite all the help you guys are offering
and @warm topaz no
im basically using a bunch of diffrent setups via mc market where i bought but at the same time they just crashed out of nowhere
i went to contact my host and they said papi could be causing it
Yeah I have no idea what would be causing this, but, everything PlaceholderAPI related looks fine!
😄 its okay
well yess and no im trying to organize a tourney and this isnt plesant Lmao
yeh never trust setups on mc market
i would never run a server with a mc market setup
i was trying to get quotes for customs but i couldnt afford people quoteing me $500+
and i was trying to explain to people i have bought a ton of preimum plugins i just dont have the time to set everything up
mhm yeh setups cost a lot but tbh shouldn’t cost anymore than $180 for a good quality one
i need multiple 😄
Ahh
hub shouldn’t cost more than $20 they are the easiest thing going 😂
that’s if you include the build obv
so now im just tweaking and reworking through setups to make them unique
👍 good luck
sheesh i really need it right now 
🤣
Is there any known reason why the PAPI parse command would work for a specific placeholder but the placeholder doesn't work in a hologram? (It just stays as its %blablabla% text on the holo)
I should have the details of the PAPI version and holo plugin name in a minute...
ProtocolLib v4.5.1 and HolographicDisplays v2.4.4
It wasn't installed. My plugin is supplying the placeholders and the user of my plugin is failing to get them resolved. They didn't have HDE installed, so that's probably the answer. Thanks heaps.
Confirmed as working now, thanks Glare
So if I was trying to evaluate an expression and find any placeholders at all within it, what do i do in the API?
Hello with DeluxeMenus and in Placeholders I can't find my MMOCore plugin and I would like to display the character level, with DeluxeMenus and I can't see it. Do you know how I can do it?
@turbid tide Unknown expansion.
So if I was trying to evaluate an expression and find any placeholders at all within it, what do i do in the API?
@rich flint/papi parse me %placeholder%will tell you the value of that placeholder for you.
hello i have a problem for the time format for papi
the format for my kit is : 1d 47h !!:
how i can change this
download the latest dev build for PAPI
you think ?
I meant in java api
is there any placeholder for online players without vanished ones?
possibly the essentials expansion if u have essentials installed, not sure
well %essentials_vanished% gives if player is vanished not number of vanished players
are u using any specific plugin for vanishing?
no im using ess
hm doesnt look like it then unfortunately, unless im missing smth
hmm
if u got the chance i'd recommend checking out premiumvanish but it is paid
=pl PremiumVanish
i am now using SuperVanish
but i have one more complicated problem
I have normal spigot (not bungee) server with two survival worlds and i would like to get number of online players in specific world without vanished players, is that possible?
mhm not sure havent looked that far into it
currently trying to parse a score of an objective using the ScoreboardObjective extension, but for some odd reason it keeps parsing the score as a 0, while it should parse 1.
Source-code of the plugin's scoreboard im trying to parse: (linked the line of the scoreboard name as well) https://github.com/garbagemule/MobArena/blob/5ebdf45f6a734d47813b8ba932d12c0e623c2f0d/src/main/java/com/garbagemule/MobArena/ScoreboardManager.java#L137
I have tried %objective_score_NAME%, where NAME should be kills, ma-kills or Kills.
it should parse the red 1 https://imgur.com/a/zy9RInR
only when you disable the plugin? Anyoways your factionstop expansion is using PlaceholderHook I think.
Is there a placeholderapi module which lets me return "true" if another placeholder is more than or equal to a number, and false otherwise?
javascript
read more about it here https://github.com/PlaceholderAPI/Javascript-Expansion/wiki
thanks!
only when you disable the plugin? Anyoways your factionstop expansion is using PlaceholderHook I think.
@turbid tide I tried the lastest dev build and it fixed. Thanks
👍
Is there anything I'm doing wrong here? I have this javascript:
var mcmmoLevel = args[1];
var mcmmoPlaceholder = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%mcmmo_level_" + mcmmoSkill + "%");
function isMcmmoLevel(level) {
if (mcmmoPlacholder >= level) {
return true;
} else {
return false;
};
};
isMcmmoLevel(mcmmoLevel);```
saved in the correct directory, but when I run this command: `/papi parse me %javascript_mcmmo_level,swords,10%`, I just get the same placeholder back.
I don't think you can return true or false. Also you don't need to put ; after }
ah, should I return the string instead?
ye
Hmm, same issue
oh wait...
wait nvm
var mcmmoPlaceholder = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%mcmmo_level_" + args[0] + "%")
if (parseInt(mcmmoPlaceholder) >= parseInt(args[1])) "true"
else "false"
``` try this
this is the entire script
or should be
/papi ecloud download JavaScript /papi reload
do it even if you did it already
just to make sure you have the latest version of the expansion
it's still doing that
then please tell me how have you saved the javascript in javascript_placeholders.yml
like this:
file: mcmmo_level.js
make sure it returns true/false when it needs to
yup returning correctly
The first example in the advanced tutorial says to have a comma before it, but the other examples don't. I was going off the first example, that probably should be fixed.
Thanks for your help!
hmm I'll fix it later I guess.
now that I think about it I think it should have worked with , as well
maybe it broke in a newer version or something
Having errors with the latest PlaceHolderAPI version, will spam Could not pass event PluginDisableEvent to PlaceholderAPI v2.10.9 (for alot of plugins) in console on restart
net.prosavage.factiontop.hook.PlaceholderAPIHook
Whatever FactionTop is is breaking it. I would go talk to that developer.
Thanks, will do
hi i have problem, how i can make progress bar with 2 variables? i have skillapi and i use this placeholders https://www.spigotmc.org/resources/skillapi-placeholder-plus.45628/
and i need to use %sap_default_currenthealth% / %sap_default_currentmaxhealth%
This not work : %progress_bar_{sap_default_currenthealth}_c:&a■_p:&e■_r:&7■_l:10_m:{sap_default_currentmaxhealth}_fullbar:&aCompleted!%
You need to make sure that /papi parse me %sap_default_currenthealth% and %sap_default_currentmaxhealth% return an integer and not a double. So: 10,11,12 etc. Not 10.20 or 10,20 or 1,3 etc.
Theres no image...?
Yeah better xd
good
Javascript placeholder
can u tell me more about it? im newbie really :/
or maybe math expansion idk
can i get json from url with js expansion?
I don't think you can
Which engines supported with this expansion? Anyone knows?
Nashorn
@violet yoke use the math expansion: %math_{placeholder_here}[precision:0]%
and just add that maths placeholder inside the custom bar placeholder
How can i get the PLayer Ping, i cant find the Placeholder
Did you /papi reload
yes
What version of placeholderapi are you running
Do /papi parse me %player_ping%
heyo how do I update "DSRVExpansion"
[17:12:06 ERROR]: [PlaceholderAPI] expansion class DSRVExpansion is outdated:
Ask the dev of that expansion to update it
ah lol ok thank you
Xd np
wait
mrpista
what ver of mc u running
Player expansion should be up to date
unless of 1.16.4 i assume
Oh is dsrv blocking player
? Hes not talking about player

Do /papi parse me %player_ping%
@novel moss Dos it work with CloudNet Tab ?
in my scoreboard it works, but not in the Tab
wait
cloudnet doesnt support papi im pretty sure
judging by this review https://imgur.com/a6DMzVi
cause i dont use that plugin
:P
i need help
There is no time to wait! Ask your question @heady vine!
thats cool
but yea
So i want my hub to show how many there is on my sb server
but it wont work
only says 0
you used this? ^
no <>
i did with it
does anyone have a idea why this placeholder wont parse?
%animations_<healthbar symbol=■ fill=&c empty=&7 size=10 max=20>%player_health%</healthbar>%
Ok so, the setPlaceholders method....
If the string doesnt contain a placeholder, will it NPE?
If someone could glance at this for me, I would be grateful for the help and education. https://pastebin.com/wtuSsbKW.
Additional data, in case it is needed (sorry, just discovered this): https://paste.helpch.at/copemihowa
How can i install PlaceholderAPI to bungeecord?
mkay
Papi Papa
so, a total of 28 placeholder hooks are active... but one of them doesn't work at all... even when restarting the server ;-;
Do you guys know if exists a plugin or extension for placeholderapi that can list (count) players in multiple words to one number like this placeholder %listplayers_in_world_<worldname>% But it's listing players only from one world right? I need to list players in multiple worlds, please help...
i dont know if theres a specific extension for that, but you could use the Math expansion
so %math_{listplayers_in_world_<world1>}+{listplayers_in_world_<world2>}%...
so, a total of 28 placeholder hooks are active... but one of them doesn't work at all... even when restarting the server ;-;
@sour flower well send us the error/log or something we cant guess
?paste
There are no errors for it.
And which one doesnt work? You are so vague like you are hiding a dead body inside your server lol
I've already said something yesterday
It's a custom plugin.
But no one helped me xD
Then your expansion for the plugin is broken
I am currently trying to parse the red score of an objective, made by a plugin, using the ScoreboardObjective extension, but for some odd reason it keeps parsing the score as a 0, while it should parse a 1: https://imgur.com/a/zy9RInR (the red one after my name)
The objective of the Source-code of the plugin's scoreboard im trying to parse: (linked the line) https://github.com/garbagemule/MobArena/blob/5ebdf45f6a734d47813b8ba932d12c0e623c2f0d/src/main/java/com/garbagemule/MobArena/ScoreboardManager.java#L137
I have tried %objective_score_NAME%, where NAME would be one of the objectives in the code: kills, ma-kills or Kills.
Hello, I am with my %player_ping% placeholder problem and I checked a few things and I think this is due to the plugin (99% sure that everything is fine with the server settings since I reset them) here is a list of things I did
1.removed all plugins except placeholderapi completely
2.downloaded a clean kernel from the spigot site
3. completely deleted all server settings files so that they created again
4. made the server on my computer and the ping was still about 2000 ms
the problem itself is only in the display, that is, in fact, there are no delays, I can play as if my ping is not higher than 50 ms, but it is displayed as 2000 ms and this is not pleasant (
Could you tell me what else can this be connected with?
some screenshots:
https://imgur.com/kEaUNrI
https://imgur.com/RGfvHBj
https://imgur.com/n35EgGU
anyone will answer?
anyone will answer?
@fluid heath Where does it say 2000 ms ping?
the second image says 162..
the screenshots do not have this, but I assure you it was before and this problem still exists
https://imgur.com/9vyxhEZ here, for example, 300 ping, but these numbers are always different and can be either 2000 or just 100, but I have a real ping to the local server 4
how's this have to do with PAPI though.. in the screenshot https://imgur.com/RGfvHBj it said the same thing: 162
the issue might be the TAB plugin
@fluid heath
there is a screenshot where you can see that the TAB plugin is disabled and it cannot change the result of the command to display the placeholder
mc vanilla does not have colorful yellow and orange lines
@fluid heath
iirc if its localhost, you should have <1 ping
well I took this screenshot with the video that I recorded before deleting all the plugins in my first message you can see that the plugin was removed and the ping to the local server 100+ which simply cannot be
by "local server" you mean localhost?
no ping on the local server from 1 to 4 for me
what is the local server?
https://imgur.com/EsyEVoP local server is the one that is running directly on my computer
so localhost
do you connect using localhost?
what port is the server running on? @fluid heath
I also have a server that is located in Germany and the ping to it is from 40 to 50 no more, but there it first 300 then slowly drops to a normal value (you need to wait about 5 minutes)
what port is the server running on?
server-port=25565
ok
server-ip=
connect to the server using localhost
I do not think that this will change the situation in any way, since in the network game menu the ping is displayed correctly when hovering over the icon, but I will try now
it is disabled now, that is, I renamed jar to jar1 and it is no longer a java file, so it does not work at all
did you restart the server?
Also, I'm not 100% sure if changing it to jar1 will disable, but try restarting and seeing if it's still enabled or not
restarted a bunch of times and jar1 is not an executable file, so this will work, which I have already checked)
okay
https://imgur.com/3jjEt17 new anti-record (
tab
https://imgur.com/P8GEpc1 this is how it will go down for a very long time
the 2nd administrator whose Internet is worse than mine on a server located in Germany, the ping was more often just a few thousand, and I sometimes have hundreds, sometimes thousands, I don't know what to do with it
woah
okay
so this isn't PAPI's fault... sorry, I have no idea how to fix this, the only thing I can think of at this point is to just look for some forums/webpages on google :/ @fluid heath
sorry once again 😦
hmmm you gave me an idea
?
I will check if this is related to PAPI by deleting it and looking at the tab these stripes will be absent if the problem is not in it
If someone could glance at this for me, I would be grateful for the help and education. https://pastebin.com/wtuSsbKW.
Additional data, in case it is needed (sorry, just discovered this): https://paste.helpch.at/copemihowa
So, I'm trying to resolve the hooks in these messages. Is there something I need to do in console to handle this, or are these problems on the plugin authors' end?
Hey, above the npc i have it showing how many players online but everytime the server restats thats stops working and you have to add it to the npc again, is there anyway i cna make it so it will always work even when the server restarts?
@thick drift what plugin?
and btw this would be a better question in #general-plugins/#general-plugins-2
well I was just making sure...
what happens after server restart?
does it say %bungee_skyblock% after a restart?
it just doesnt work after that
no it says players online: 0 and stays like that
never changes
unless you add the %bungee_skyblock%
what if you do /papi parse me %bungee_skyblock%
says 0
then how do you fix?
by editiing the npc and deleting the %bungee_skyblock% then adding it again
bungee expansion has a update interval of 30 seconds by default
what if you do
/papi parse me %bungee_skyblock%
you can change that in plugins/PlaceholderAPI/config.yml
also my discord lagggyyy
About JSExpansion, should I really make an option for user to choose data type selection between json and yaml?
why? what are the pluses and minuses?
?
my issue is that when i restart the server i have to rename the npc and put in bungee_skyblock% everytime
i would recommend using holographicdisplays + holographicextension to display placeholders rather than that actual npcs themselves
Hello, i have a problem with redisbungee and placeholderapi 😄 https://imgur.com/a/YFcDkUk every time the playercount it s on 0
any solution for this?
getting this error when players leave the server https://i.imgur.com/E1rboKT.png
Hello, I would like to know if it is possible to have the information of all the mobs killed?
%statistic_kill_entity:<mob>,<mob2>%
yep but it's not all mobs ?
you need to list all mobs there
to get a total
%statistic_kill_entity:<mob>,<mob2>,<mob3>,<mob4>,<etc>%
hf
Hello,
I try to show the name guild in the chat format with essentials, but it's not workling
fondateur: '{guilds_formatted} &7{DISPLAYNAME} &c» &c{MESSAGE}'
In chat they send "{guilds_formatted}"
@waxen kestrel #spigot-linking please if you want help with the Guilds plugin. thanks
Hello, There is a problem when I put %playerpoints_points%
Its removing all the other lines below
How can I go about fixing this problem?
?


