#placeholder-api
150650 messages · Page 29 of 151
strange it work even if i get it wrong lol 🙂
I haven't done anything with the extended/upgraded with strict btw
it basically just ignored the potionextended_ part I bet
I check now and potionextended,potionupgraded is no problem (is detect both "boosted" and extended is it should with one placeholder, but normal potion can I not separate from the rest (it detect all tree type with what I can use for normal potion and only way around i have see is set two other to "no" )).
👍
@flint nacelle 
will test
if i use potionextended:true or false it ignore it (only read potionextended).
🙂 no problems
give that a go
Hello how to activate PlaceHolder ?
What do you mean?
Well when I but% player_name% in my menu it doesn't work
run those commands
Thanks
ups, it work 🙂
will test it more, soo far it work as expected.
noice i will update
Smaller bug I find , potionextended:false work fine but not potionextended:true (this work however potionextended and give right output). same i think with potionupgraded (no it work if i´m not miss somthing in my speed test).
👍 will test so fast i have time 🙂
I have test new version and it seams work (all part of the new potion,will report if I find any nasty bugs 😉 ). 
👍
hello i found a bug in a placeholder of statistic
%statistic_time_played%
This Shows Total hours and not resting after i played 24H
it should be resting the hours and adding another day as played
what can i do ?
wasn't this fixed in a dev build of PAPI? can you try please updating to the latest dev build of PAPI?
ah or maybe the Static expansion build
[12:52:08 WARN]: [PlaceholderAPI] listplayers is attempting to register placeholders via a PlaceholderHook class which is no longer supported! have been getting this after updating my plugin to 1.16.4
https://hasteb.in/poparequ.kotlin this is my placeholder class.
and this is how I register it
if(manager.getPlugin("PlaceholderAPI") != null)
{
new Placeholders(this).register();
}
the listplayers is opensource? or are you making another one?
because I have to let you know there is an expansion called that
already
oh, I just realised it's in a different class
it's a different thing, it's custom, mine
just the name may be similar
ok ok. ye so you figured out what the problem is?
ye return PlaceholderAPI.registerPlaceholderHook(getIdentifier(), this);
PlaceholderHook is outdated
no longer supported on papi 2.10.7
how do I change it?
I mean you have to follow the wiki to see how you're suppose to register a hook now. new Placeholders(this).register(); ah I just realised Placeholders(this).register() there is already a register method so you'rs takes over I guess
so basically use the provided method from PAPI instead of yours
this is the one provided by PAPi public boolean register() { return this.getPlaceholderAPI().getLocalExpansionManager().register(this); }
yeah, I opened the project, bumped the papi version
noticed it says the old register method is gonna get deleted
I have a problem, should cooldown placeholder save data even when you do server restart?
admin
please add command to download placeholders from PowerRanks
i must have it
[EDIT 13:15]
okay i find command to enable placeholderapi in powerranks 🙂
Seems like the placeholders are built into PowerRanks now
hence why theres no expansion
Like it is now, it not save data on restart and the file it save in is not same as it should save in.
I can get player top kills and show their skull/head? [Placeholder and Skull of player at same time]
@raw plaza show the skull where? DeluxeMenus?
Do you have a placeholder for that?
Yes
@raw plaza have you checked this?
It shows you how you can use a placeholder for the skull items
Thks
/papi parse me %math_{math_{playerlist_online,perm,yes,amount,cutscene}*1000}-40%
this gives this error
The provided value was invalid!
Reason: Unknown operator '!' at position 31
theres no '!' tho
@barren verge can you do /papi parse me %playerlist_online,perm,yes,amount,cutscene% and tell me exactly what it says?
try /papi parse me %math_{playerlist_online,perm,yes,amount,cutscene}*1000% now
if I add -40 operation it doesnt
maybe you can't use placeholder in placeholder in placeholder.
actually I can do 1 math_ placeholder
but that's just a guess
ye prob
but I dont need it thinking baout it
ye you don't
%math_{playerlist_online,perm,yes,amount,cutscene}*1000-40%
this will work
just as well
also you might want to use [precision:0]
%math_[precision:0]{playerlist_online,perm,yes,amount,cutscene}*1000-40%
that's your choice
whats that?
ah ok
👍
thx again
no problem
I have cooldown script from placeholder-javascript and it reset the time when i do a serverrestart , is it purpose to tho like that?
probably
bruh can you guys fix the console error
no actual functionality affected but its really annoying
everytime i stop my server papi screaches in console
The js one?
no the one with townychat
Can I see it?
also sorry about how i started to convo i confused this with deluxechat thought this was something that had been around for awhile
but if this is your first time hearing it my bad
Oh that one... Nothing we can do. Well technically PAPI could remove that check entirely but the Towny expansion dev could as well just add the method
Actually don't think PAPI can remove the check
should i talk to townychat dev
Probably
All they have to do is add 3 lines of code
Well
Dk if they made the expansion ass well
Anyone know why placeholders arent working, when ever I do /papi ecloud command it always comes back with
No cloud expansions are available at this time.
?ecloudblock
@warm topaz Still placeholders dont work any papi ecloud command I run says
No cloud expansions are available at this time.
well
the ecloud command doesn't work
because most likely
your host doesn't allow connections to the ecloud
so download the expansions manually
you don't
send me a screenshot of how your plugins/placeholderAPI/expansions folder looks like
do /papi reload
and check the console
see what happens
smh limit
Can I get some testers to test the checkitem 2.0.0?
I added give_
to give items 👍
Should work with nameequals mat amt data custommodeldata enchantments potiontype potionextended potionupgraded.
Will return yes if all items are deposited successfully and will return the number of items missed if not.
potion only works if it's a potion I believe
so far I've tested all and it did work so...
Can test :) Wich versions shall I try on?
Hi, how can I create a placeholder for Guilds?
develop one to modify the original Guilds "prefix" placeholder
that is, add a placeholder with a different format for Guild Tag
As well as the config it offers to use "%guilds_formatted%" with options "Left and right braket"
Example: [GuildName] or without brakets GuildName
But in prefixes
I want to add it like this: [GuildPrefix] with the color that the user chooses when using the command
'the color that the user chooses using the command'
Seems like you want a custom plugin?
You can choose the color you want in your guild, both name and prefix, originally, just by using &6 or another color code
Example: /guild prefix &9Prefix
I don't want a custom plugin, all good!
But yes a custom placeholder
You could use Javascript placeholders for this, seems pretty doable.
But why would you need a custom placeholder, couln't you just insert the brackets etc. in the place that you're planning to use the custom placeholder?
I could do it, but the brackets that I would add would be with a color that I would choose, and I want the placeholder to load the brackets of the color that the user chose its guild prefix
Example:
/guild prefix &6Cool
The placeholder %guilds_prefix% It will show only the prefix name and color, example: &6Cool
Instead I want a placeholder that adds the brackets to the same color that the user has chosen
Example: &6[Cool]
If I did this, it would be a single color choice for all the brackets
Without using any programming
hi
i own three server
one for lobby
two for survival
can player create guild in lobby and use the guild prefix in survival server?
if you're talking about Guilds By Glare please link your spigot account. Follow the instructions in #spigot-linking
As I said, you could probably do that using JavaScript placeholders, which only requires a little bit of 'programming'
@austere hawk ^
and please don't use all channels. Just one is enough
use imgur to send the image
huh?
:?
^
You should probably wait until you're on computer before asking for support next time
?paste
@austere hawk,
holy
thats a lot of yaml errors
this isnt just papi
its also viaversion
and many other plugins
have yaml errors
what version is your server?
you are using
the 1.13 version
of idisguise
for 1.12.2
...
yeah you are
[20:41:30] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.8.2
uhhhh you're minecraft version doesn't support iDisguise, you need an outdated version of iDisguise due to your minecraft version being outdated
look at the page
it tells you the version
don't just download random plugins
and not worry about the versions they are supported for
especially since your minecraft version is 1.12
then download the correct version..?
Conclure is just saying to use plugins only if it supports the version (or use the correct version)
I'm not saying to remove them
And also a lot of your plugins have issues, they aren't enabling at all
its not going to work
you are still going to get yaml errors
you have to fix those as well
[20:41:28] [Server thread/ERROR]: Could not load 'plugins\CommandNPC-1.9.1.jar' in folder 'plugins'
[20:41:29] [Server thread/ERROR]: Could not load 'plugins\ViaBackwards-3.2.0.jar' in folder 'plugins'
[20:41:29] [Server thread/ERROR]: Could not load 'plugins\ViaRewind-1.5.3.jar' in folder 'plugins'
Did you verify?
Did you use a yaml validator
sigh
ok
full log
:d
?yaml

the ones with errors
not the logs that tell you that there are errors
lol
both dyno and barry
can you send your latest.log again
2
org.bukkit.plugin.UnknownDependencyException: Citizens
```might want to download Citizens if you want CommandNPC
unless
citizens isn't enabling
nvm
um
Citizens isn't in the log
Did you install the Citizens plugin..?
-_-
.....
There is no time to wait! Ask your question @austere hawk!
Why are you pinging us
banned
lmao
genius
he needs jesus
seems for like he had demons in himself tbh
Lol
Thanks!
Complete beginner. I want to display the balance of a person on the right. I have Essentials and LuckPerms installed. Was told I need PAPI and Vault extension. A kind soul redirected me here.
Would appreciate it if someone could tell me what to do.
You also need some sort of scoreboard plugin
TitleManager is one that supports PAPI. https://www.spigotmc.org/resources/titlemanager.1049/
to download the expansions run
/papi ecloud download <expansion>
then
/papi reload
example: /papi ecloud download player
Tysm.
Wdym by expansions?
I put an example
you can see more info on the placeholder-list
As the person that told you said, you need the PAPI and Vault Extensions
(expansion)
PAPI is just an API that allows other plugins/expansions to add placeholders to your game
Oh so the vault is an example of an expansion?
And where do I do this?
have you gotten titlemanager?
ya, so once you get that setup you just add the placeholder into your scoreboard
Have you checked out the list to see all available placeholders?
Why does it take so much work to add a scoreboard lmfao.
not really
just install a scoreboard plugin and put whatever text you want
can't get simpler
I'm confused
if you want placeholders then just download expansions
then put the placeholders in
Ok so I do this in game.
to download the expansions run
/papi ecloud download <expansion>
then
/papi reload
Right as Cj said
Then what?
yes
then?
add the placeholder to your scoreboard
howww
https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Placeholders#economy <- placeholder list btw
go into the titlemanager folder and edit the config
%placeholder%
%vault_eco_balance_commas%
woah
You have configured plugins, right?
What does that mean.....
welp
...
As I said I'm a beginner.
hm
go to your plugins/titlemanager/ folder
what files are there
^
config.yml
animations
aHa
I think it's in config
1 more?
but titlemanager is a very in-depth plugin
yes
In config.yml you'll find the setup for the scoreboard
open up config.yml
Yall scaring me
and scroll down to scoreboard
if you want, this one is a lot easier: https://www.spigotmc.org/resources/simplescore.23243/
nothing to be scared of, you've never configured a plugin before and titlemanager just has a TON of config options
so it could easily be overwhelming
if you want to continue using titlemanager (even though simplescore will most likely work for your needs) you can always refer to the wiki here: https://tmdocs.tarkan.dev/
or their discord (linked on plugin page)
it took me 4 hrs just to get here 😦
theres no scoreboard...
;-;
could ya send an ss
no
welp
are you still using titlemanager
well you see the lines?
just change them to what you want them to be
remove/add/whatever
Sets the scoreboard (sidebar) that is sent to the player
scoreboard:
Toggles this feature
enabled: true
The title displayed at the very top of the scoreboard
WARNING! (1.12 or below ONLY) The title must consist of 32 or less characters (this includes color codes)
title: '${shine:[0;2;0][0;25;0][0;25;0][&3&l;&b&l]My Server}'
The lines of the scoreboard (Maximum of 15 lines allowed)
lines:
- '&b&m----------------------------------'
- '&b> &3&lPlayer Name:'
- '&b%{name}'
- '&r'
- '&b> &3&lPing:'
- '&b%{ping} MS'
- '&r&r'
- '&b> &3&lServer Time:'
- '&b%{server-time}'
- '&b&m----------------------------------&r'
A list of worlds that the Scoreboard should not be shown in.
disabled-worlds:
- 'my-disabled-world'
- 'my-disabled-world-nether'
that^
?codeblocks
which lines...
Oh.
I get it.
- '&b> &3&lPlayer Name:'
- '&b%{name}'
- '&r'
- '&b> &3&lPing:'
- '&b%{ping} MS'
- '&r&r'
- '&b> &3&lServer Time:'
- '&b%{server-time}'
- '&b&m----------------------------------&r'
This right.
yes
what do i edit in it ;-;
interface on a website
oh brother
..
there's a lot to explain here
should i give up..
are you able to edit it on the website or just view it
i can edit.
then edit it on the website
how do you want your scoreboard to look?
what would the scoreboard show? the balance right.
||I still suggest simplescore||
are you in-game?
right now the scoreboard shows all that nonsense
- '&b&m----------------------------------'
- '&b● &3&lPlayer Name:'
- '&b%{name}'
- '&r'
- '&b● &3&lPing:'
- '&b%{ping} MS'
- '&r&r'
- '&b● &3&lServer Time:'
- '&b%{server-time}'
- '&b&m----------------------------------&r'```
it shows the name, their ping, the server time
cut out whatever you don't want, and add what you do want
Including the placeholders we mentioned earlier
I still have to do this,
/papi ecloud download <expansion>
then
/papi reload
one sec.
One more thing @mint fable
This would show their balance of the economy in essentials right.
And to get jobs like breaking wood from a villager.
I think jobs has a pretty good default config as well ^
so you could use that probably with minimal configuring
google found this https://dev.bukkit.org/projects/shopkeepers
But when I google stuff, I find outdated stuff :/
villager shop is what I googled
@mint fable
/papi ecloud download vault doesnt work.
Unknown command.
wait one sec.
@mint fable done.
@austere hawk,
I cant see the scoreboard Cj
I see the time, the ping.
And how can I shorten the scoreboard?
And how can I shorten the welcome text.
@austere hawk that question does not seem Papi related, use another channel*****
channel*
Hey guys 😄 I seem to have a problem with PlaceholderAPI.. Can anyone help? ❤️
What's the issue?
Can i post a picture here?
?imgur
ah okay, 2 sec
there we go
I see the "Could not fetch placeholder %votingplugin_total_alltime% from plugin PlaceholderAPI. Is the plugin properly installed?"
do you have votingplugin installed?
it's possible you don't need the expansion
How do I remove it? :/
go to plugins/PlaceholderAPI/expansions
hmm you do
and delete the one that is called VotingPlugin or something
probably there's a command for that but no idea what it is
then do /papi reload
oh so I don't have to close the server to delete it?
you still need it
maybe you just need to update it
run /papi ecloud download votingplugin
and /papi reload
lookin good
nah just spigot showing unnecessary warnings
I believe the expansion is a bit wrong
should be fixed, but should be fine
I wouldn't say "unnecessary"
yeah okay, thanks a lot guys! Seems like it isn't spamming the first pictures lines anymore
maybe I guess
it's because it doesn't override getrequiredplugin
but it also doesn't override onrequest
so I'm confused
Seems to be working anyway xD
odd
I appreciate it hehe
but good
😄
lol I see a lot was put into it
so much so that it's class is actually called VotingPliuginExpansion.class
😂
x)
😮 @override is not required
at all
this proves how little I know about annotation in java
:)))
blitz looking thic ;)))
Now im getting server crashes.. Idk if its my host's fault or if its the update.. Know what this is? https://imgur.com/a/w4XJoSp
Contact ur host
Hi, I'm getting an error or I don't know if it's an error
Placeholderapi version: 2.10.6
/papi ecloud download statistic I'm writing gives the following message
No cloud expansions are available at this time.
The reason I can't use the higher version is because the dev36 script gave an error.
?ecloudblock
read this @austere hawk ^. Also update PAPI. 2.10.9 is out and there's also 2.10.10 dev builds
dev builds are here: https://ci.extendedclip.com/job/PlaceholderAPI/
Shall I download the latest version?
its what we recommend yes. But we can't say that will fix your problem. The best solution we have is manual expansions download as the bot said
I am using the dev36 script. When I update the placeholder Api it gives the following error.
Caused by: java.lang.ClassNotFoundException: me.clip.placeholderapi.external.EZPlaceholderHook
@turbid tide
oh yeah so you have an expansion or plugin that uses an outdated hook
ah by the looks of it the skript expansion
idk if there's a more updated version of that expansion
Why can't I install in version 2.10.6 / papi ecloud download statistic @turbid tide
?
ur using outdated placeholderapi
.
yep
script developer returns 36 errors
skript dev36
https://ghostbin.com/paste/kUlRR
@mental night
I'm using low version because of this bug
@austere hawk because of 'which bug'? The error is because of your outdated version
Placeholderapi 2.10.6 /papi ecloud download statistic not working
No cloud expansions are available at this time.
That has nothing to do with Skript though
I don't know why that errors occurs, I suggest resetting the entire PlaceholderAPI folder and reinstalling latest dev build
Tried and gave the same error again
for the server extension, where does it get the name of the server
Hi, need a little help. I'm thinking now. So I use LeaderHeads, the placeholder gives me a nickname, can I somehow set the text color based on this data, depending on the user's group? Coloring his nickname in the band color
is papi 2.10.9 working for paper 1.16.4? if not where can I find dev builds of papi that work for paper 1.16.4?
I use 2.10.9 on paper 1.16.4
is it a way to but in a . or , in a placeholder? when it are large numbers is always help if you can split it.
Not required, but it's really bad practice not to use it
@flint nacelle you around to test? just added loreequals and it works with give
loreequals:<string> Separate lines with |
as long as this test works I'll push 2.0.0
yes can test 🙂 witch server versions will you I shall test?
I tested with 1.16.4
so I feel testing with 1.8 or 1.9 would be fine
that's a good range
will check 🙂
So test 1.9.4 all functions work can give lore and name, colours and text style work fine. 8.8 give gives fairly unstable results. gives numbers when using n. simply says that I did not receive the item (no errors), but if I relog in get the item but an item some has the properties from the item I give before. portion does not work (do not know if it is completely different name for this). But work fine if you use colors and k, l, m and lore, name can you change (test normal items). change lore row work fine.
hello i would like to display the number of golems killed but i can't find the correct entity name for mc 1.8.8 can you help me?
"Could not get the statistic 'KILL_ENTITY' for 'IRON_GOLEM'"
you get the same exact error for irongolem ?
for 'IRONGOLEM' i have invalid entity
ye so IRON_GOLEM is right then the problem is something else
ok :/
make sure you're on the latest version of PAPI and same for the Statistic expansion
papi : 2.10.9
statistic : 2.0.0
[Statistic Expansion] Could not get the statistic 'KILL_ENTITY' for 'IRON_GOLEM'
java.lang.IllegalArgumentException: The supplied EntityType does not have a corresponding statistic
for mc 1.8.8
what is the placeholder for all online players?
playerlist expansion
i think potions uses damage numbers so it might be mat:potion,data:8201 in 1.8 or something like that @flint nacelle
thanks 🙂 test it too.
👍
as for the item glitching thing, I got no idea...
gives numbers when using n. simply says that I did not receive the item (no errors), but if I relog in get the item but an item some has the properties from the item I give before very odd behavior
oo I see I was too lazzy, I mean &n my bad.
ohhh
I don't think you can underline item names in 1.8
i don't know why, but I just feel that it wasn't possible
Yes it seams like it way it buged, in 1.9.4 it work fine. But other like &k &o &l work, but the output is strange for &n you shuold not get a item.
ya, I'll check into that
just tested, &n seems to work fine on 1.8.8 for me
in name and lore
strange
maybe it's something else on your server/client?
new installed client and server (1.8.8 paper new from papermc).
paper could be the issue
Strange seams like the server or client needed a restart, for it work now.
yea that not work. give error.
latest version
tested in 1.8 and 1.16 to work
just wanna make sure most bugs are out when I upload it
excluding the ones when people use invalid materials/potions/etc. 😉
I run this command, some times it not notice that there is an empty slot. Know that there is some vanilla bug that does not register a slot even always (do not know about what is causing the error). I deletes an item that the plugin added and runs it again for a new item and it says yes without adding an item (does not happen every time)
papi parse my name %checkitem_give_amt:1,mat:potion,data:8257,nameequals:&n test,loreequals:&6&n test if it work|&6or if it not%
what version?
also did you copy that from in game? it says loseequals
i gotta head to work, will be back later
in 1.8.8 I have to write it manually, was impossible to successfully copy it from cmd (useless use compared to what we run on the real server). So it can be a typing error, soo fix it.
@flint nacelle,
Here is original but harder to copy 🙂 https://i.imgur.com/vGJef24.png and i think is a vanilla issue.
Sorry Blitzzzzz i'm using 1.8.8
How do I use Skript with a variable? I tried this: %skript_percentage{player}%
This is the variable trying to place it with {-percentage%player%}
Oh is it normal to say "There is no expansion loaded with the identifier: Skript" when I try /papi info Skript, I downloaded it via /papi ecloud download Skript and did /papi reload which said no extensions registered and also tried restarting the server
Still no registered
It is only detecting tab plugin
which I didn't even download the extension for it, it automatically added it
?ecloudblock
you tried this ^ ?
is it ok to have _bGsPupR at end of the name file?
yeah idk if that matters
Still nothing after /papi reload
^
Yeah, was about to, since I just saw an error showing in the log
ye I think you are using PAPI 2.10.7 or higher with the old Skript expansion. But I need the logs to confirm
So, how do I get the newer one? I am only finding 1.0.0
ye its just a fork. i forgot who made it. It'll take a while to find it
seems like its been updated last year
ah
with /papi reload the same message
try the one from Tangu's link
December 23, 2019
surely won't
try to download the jar from the GitHub link I sent and put it in your Expansions folder in your PlaceholderAPI folder
delete the other skript jars from the expansions folder as well
👍
@cosmic shale or someone else can you pin this message? #placeholder-api message
or maybe @vivid sparrow saw you're online xD
ty
Im new to all of this... how would I start this process? I downloaded it, but I am unsure how to use it
what exactly?
So I downloaded it bec I am starting a factions server and I want the score board to show on the side all of this information, But I can't seem to get the scoreboard to show
well PlaceholderAPI is not a plugin that shows the scorebard. You can just show info in the scoreboard using this plugin but you need another plugin for the scoreboard itself
Scoreboard Revision is a free one
but good ones if you can afford of course are KiteBoard
for example
is *
titlemanager 3.0.0
or TAB Premium ¯_(ツ)_/¯
TAB PREMIUM DOESN'T BEAT KITEBOARD
it does
also can you even buy it anymore?
you can
well with paypal I mean
or through the giveaways in #giveaways-2020
ty all!
👍
Hello
i got a error
[19:53:37 ERROR]: [PlaceholderAPI] expansion class TownyChatExpansion is outdated:
[19:53:37 ERROR]: [PlaceholderAPI] Failed to load placeholder expansion from class: pw.valaria.placeholders.mcmmo.bridge.McMMOPlaceholderExpansion
That the error i get on my server
how to fix it? 😄
the problem is that those expansion are outdated. Someone needs to update them. Idk who has access to update them tho. Until they are updated you could downgrade to PAPI 2.10.6
uhm you need to help me here
is it the plugin PlaceholderAPI
that give me the error
and do you got a link i need to downgrade to PAPI
yes. well not the plugin itself
the expansions
the TownyChat and MCMMO expansions
need updating
so i need to remove the file and replace it with PAPI?
download version 2.10.6
go to plugins and delete PlaceholderAPI.jar
now go again to plugins and place the one you downloaded from the linkj
link*
then restart the server
Thanks
now i get more errors
[20:26:13 ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.townychat.TownyChatExpansion
[20:26:13 ERROR]: [PlaceholderAPI] com/palmergames/bukkit/towny/exceptions/NotRegisteredException
[20:26:13 ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: pw.valaria.placeholders.mcmmo.bridge.McMMOPlaceholderExpansion
[20:26:13 ERROR]: [PlaceholderAPI] Did not find a valid bridge! Are you using a supported version of mcmmo?
this 4
do i need to delete both folders?
befor?
no
well then why do you have the expansion? delete it. go to plugins/PlaceholderAPI/expansions and delete the TownyChat one
and the McMMO one
this is my plugin list
yes then do as I said above
and then restart the server?
I got no errors now 😄
👍
thanks you so much!
I will 😄
what is this
20:37:39 INFO]: ProCosmetics has been disabled! Reason: Maximum IP addresses reached for this license.
Okay thanks 😄
EssentialsX helper, says to contact here that Placeholders of Vault not work with EssentialsX currency.
did you download the vault expansion
Deluxechat placeholderapi Where can we find the part
@austere hawk,
Can you be more specific? You can find placeholders on the wiki page for papi
Also your question sounds like a google search
Lmao
hello can you guys please help me?
So from a day to another placeholder api stop working when I do /papi reload it says this
an internal error ocurred while attempting to perform this command
Share the error that happened
ok
It's in your logs
I cant
?paste
Seems to be related to AutoRestart
I'm not sure exactly what the issue is, LinkageError's are pretty weird
Maybe someone else in this chat has better advice
Btw, always make sure to use latest version of both plugins
hi everyone
I'm one of the Multiverse devs. I was just curious as to where the code for the MV expansion is
reason I'm asking is because we're planning on changing the API a little bit (just removing deprecated stuff), and I want to make sure the Placeholders won't break
ok I will delete the autostart plugin
yep it works!
the nicegamer7 is a multiverse dev i can verify
It's close-sourced, I'm afraid
okay, that's what I thought
I couldn't find it on the internet so I came here just to make sure
if anyone wants to make sure I am who I say, you can join the MV discord or look at GitHub (you'll see some commits by me)
anyways, just came to warn that the API might change soon-ish
Might be closed source, i'll chuck it up on github if it is
oh ok, cool 👍
@naive parcel https://github.com/PlaceholderAPI/Multiverse-Expansion
it's decompiled, sorry if shits broken
when i added %pvpstats_kdr% it just shows as that on quickboard
i have the pvp stats plugin and on the website it says theres no download command
Any ideas how to make it so it doesn't say 55 hours?
is there any placeholder for kills deaths or kdr that actually works?
LeakParkour no extension?
Console->papi ecloud download LeakParkour [06:53:45 INFO]: Failed to find an expansion named: LeakParkour
There is no expansion
Stats plugin.
So is there any way to do it manually or something?
there another expansion with parkour instead of leak
It's built into the plugin.
will that work for leakparkour?
btw thanks for this 
Highly recommend this: https://www.spigotmc.org/resources/aparkour.30923/
@near nimbus u replied to the wrong person lol
i was telling him it wasn’t gonna work
@turbid tide is js expansion usable on java 15?
ugh I don't think so. I'm pretty sure the engine needs updating
but we should ask @rare lily xD
he's the one working on it
aight
i need help. when i type in chat "/papi ecloud download Player" it says "Failed to find an expansion named: Player". Can anyone help me?
?ecloudblock
guys is there a way to create a top kills leaderboard with placeholderapi ?
with hologram ?
nice, ty mate : D
👍 it also has a really good wiki
i will check it : D
Hello, is this plugin compatible with 1.16.3 ? Because the last update I see was on Aug 4 2020.
Here's the latest dev https://ci.extendedclip.com/job/PlaceholderAPI/
I just ckick to
PlaceholderAPI-2.10.10-DEV-118-javadoc.jar ?
can I format placeholders? for example, if a placeholder either can say 'online' or 'offline', can i make it say 'Online'? (i want to format stuff)
Ok, thanks
?
how though? @mint fable is there a guide?
ohh, ok
https://i.imgur.com/4rfoAoZ.png
Any ideas how to make it so it doesn't say 55 hours?
could you give more information?
Basically i'm using the countdown PAPI Placeholder to Dec 25th and it says 55 hours for some reason along with days. Fairly sure thats a bug as it's only a week away..
oh icic
the countdown or the difference between 2 dates?
if you modify this it should work https://github.com/PlaceholderAPI/Javascript-Expansion/wiki/Community-Scripts#difference-between-2-dates
and you can just remove what you don't want shown
oh
wait I think I found the issue
I'm on 2.2.3, latest is 2.4
I think it worked! Thank you though.
I has update the issue cj89898 sry took some time for me to test this properly.
all good, thanks again for the help
if you think it's ready for release I'll update it
Oright i can do some more testing on newer versions (if we not counts errors if you set it up wrong 😉 ).
ye dont count that
Hello, can i ask a question here?
ask away
alright, im using luckperms and essentialsX (+essentialsXchat) and i want to add this line as placeholder (need to be in essentialsXchat if im right:
%clans_clan_tag%
But i dont really know where to add it. maybe its a dumb question but i've searched for the combination of these two and cant find it.
is this the right channel or?
You need chatinjector
it's a plugin that will allow you to put papi placeholders in your essentials chat
oh thanks, i will look 🙂
i've installed chatinjector and restarted the server and its now this way in essentialsXconfig (Chat part)
format: '&8 {clans_clan_tag} &7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'
But its still not showing the good prefix, maybe i did something wrong?
it worked, nvm. thanks for the help!! really appriciate it
😄
and there is a placeholder responsible for taking the item ?
I get this error https://paste.helpch.at/bicikupece.sql and my scoreboard looks like this, https://prnt.sc/w5nt5y ignore the 2nd skyblock, thought it was a bug in plugin config.
My scoreboard config https://paste.helpch.at/xilexomutu.pl
help?
if you remove the %bungee_ placeholders does it still error?
any reason placeholderapi red in pl?
?startuplog
@warm sail send this please ^
how do i get my log from here
thank you @silver minnow
ok sorry
https://pastebin.com/JRkracTEx here it is I got logs for latest startup
what ?
ok well idk latest placeholderapi broken in 1.16.4
wait it shows red in /plugins?
1 sec
ok
can you try this? https://ci.extendedclip.com/job/PlaceholderAPI/
download the latest dev build of PAPI
from the link and change the jar in your plugins folder
then restart
and is PlaceholderAPI still red?
yes
?paste
hm? the latest dev build didn't help with the error flood?
it doesn't give an error
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.10-DEV
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] null
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Error loading PlaceholderAPI v2.10.10-DEV at com.onarandombox.PlaceholderAPI.<init>(PHjava:56) ~[?:?]```
this is all it says
i will use older version till new one is fixed
ah, my bad. I was just making an assumption based on my own issues, sorry
thank u for help blitz
I guess. I rly don't know what the problem might be and that error is very unhelpful
can you let me know when it fixed so I can update?
Just some stacktrace errors on server shutdown, I've just updated to the latest dev build, so hopefully that should solve the issue
well if I ever find out what the problem is I'll let you know
ok
ah ok. let me know if it doesn't and use hastebin to paste the error.
errors***
sure thing, granted - there didn't seem to be anything inherently wrong, the plugin still functioned fine and I didn't notice anything going wonky, just some stacktrace errors whenever I shutdown
I mean I have an assumption to what it might be but once again just an assumption since i didn't see the errors
For future reference: https://image.opal.place/public/captures/230823.png
oh, no image perms
ah yeah
ultraperms expansion is missing the getVersion method
its not going to affect the placeholder indeed but its going to print a stacktrace yeah
mhm, figured as much.
yeah so nothing really you can do just ask the dev of the expansion to add the method
I'll talk to evan about it
Hi guys, do you know a way I can add placeholder outputs and return the added value with another placeholder? Like %javascript_sum% = %placeholder_1% + %placeholder_2% + (...) I feel this would be pretty simple with js but I'm just too dumb.
function main() {
return parseInt("%placeholder_1%") + parseInt("%placeholder_2%") + parseInt("%placeholder_3%");
}
main();```
this is the code
you'd need
you can learn here how to create a js placeholder tho: https://github.com/PlaceholderAPI/Javascript-Expansion/wiki
Love u

Hello guys, i have a problem which i had in the past but still not finished (fixed)
The main issue is that some placeholders are not right sinced.
By that i mean that for example statistics. Mined blocks are set and it counted it one day it just set it to 0 and stopped working.
I've set placeholder in parse to test and it gives 0 for me.
I've removed player data in my world + some cashe files + essentials player data just in case
Does anyone have any idea where is statistics getting the values.
I am using 1.8 version and latest 2.10.9 papi version + no errors in console
https://hastebin.com/uqociyenoq.yaml anyone maybe got a fix for this yet ?
Can you be a little more specific?
PlaceholderAPI not enabling
well enabling and disabling
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.9
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Error loading PlaceholderAPI v2.10.9 please contact author!```
this is all it says
Could you try this dev build and let me know if it still continues? https://ci.extendedclip.com/job/PlaceholderAPI/lastSuccessfulBuild/artifact/build/libs/PlaceholderAPI-2.10.10-DEV-118.jar
yes i still get errors from that expansion
[00:16:03 INFO]: This server is running Paper version git-Paper-318 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
[00:16:03 INFO]: Checking version, please wait...
[00:16:04 INFO]: Previous version: git-Paper-213 (MC: 1.15.2)
[00:16:04 INFO]: You are 14 version(s) behind```
```>bungee
00:16:49 [INFO] CONSOLE executed command: /bungee
00:16:49 [INFO] This server is running BungeeCord version git:BungeeCord-Bootstrap:1.16-R0.4-SNAPSHOT:9c078b7:1539 by md_5```
```papi
[00:17:11 INFO]: PlaceholderAPI (2.10.9)
Author: [HelpChat]
PAPI Commands: /papi help
eCloud Commands: /papi ecloud```
Idk if this helps
[00:20:06 INFO]: Installed Expansions
Name Author Verified Version
-------------------------------------------
2. Player clip Y 1.7.2
3. Bungee clip Y 1.0.1 ```
ok so just reinstall it?
reinstall what?
placeholderapi? cuz dev version or latest version dont work
https://hastebin.com/sigimolixa.yaml heres dev version
yo how come galistener placeholder isn't working on deluxemenus @final shadow
@austere hawk,
ok ill use older verson one till version 2.10.11 is out
I think the wrong bungee expansion was uploaded to the ecloud https://prnt.sc/w5pwoe <- screenshot from lightshot with the info
it was cause i got that same notification to update it yet i did
On the ecloud it says "Version 2.0" in the jar file it says "1.0.1"
@austere hawk,
xD
@austere hawk,
dotn ping please
@austere hawk last warning, stop
ok ms
You will get in trouble for spamm pinging staff
3 pings in 10m.
sorry ms.gaby
👍
waffle king so he did?
I have no idea. I just compiled the latest for you.