#placeholder-api
150650 messages · Page 19 of 151
Both Vault, TitleManager and PAPI are updated to the latest release that supports 1.8
This, https://prnt.sc/ugjuog ?
Not too sure if this is a Towny or PAPI issue, this happens with every plugin when shutdown happens:
hi guys, is there a placeholder indicating live players? or which are in a certain gamemode?
@turbid tide Unknown expansion.
it shows players based on many things. Doesn't show them for a certain gamemode but probably can be added
I'll msg the dev of the expansion and ask him to maybe add it
as in a list of online players?
@turbid tide the number of alive players! in survival gamemode
well no that's not a thing
ah
that's what I'm saying. you can list all online players but not all players in a gamemode
Wasn't there a list expansion?
that's what I'm saying. you can list all online players but not all players in a gamemode
@turbid tide ok!
Aren't u the author 
Ah
but he's making it a plugin ...
@junior musk 
👋
OS it and I'll add shit if he's not updating it anymore
already os and I will update it

I've added it
@meager flume ^
here's the jar meanwhile I update it on the eCloud
put it in your Expansions folder in your PlaceholderAPI folder
actually I may have fucked up something x)
should have tested before
oh right, I didn't make it allow you to use it :D
this should work
The dude seriously left lmao
bruh
@vocal imp yeah I meant that command, try executing it from your console to see if it adds any color code things
if you have the file, why don't you just put it into your Expansions folder in your PlaceholderAPI folder?
Tanguygab
Because I can't just upload a jar on minehut.
ah, then rip
Ditto
Can you edit config files on Minehut?
If so, just use the JavaScript expansion in PlaceholderAPI and use a custom JavaScript placeholder to spawn a reverse shell
Then you have full control and you can upload any file you want

This one should work fine: https://gist.github.com/frohoff/8e7c2bf3737032a25051
Use /bin/bash instead of cmd.exe
I think they blocked js expansion 🤣 @steep thorn
Makes sense
I tried this trick on another free MC host thingy and they also disabled it afterwards
haha
Lol yeah its blocked on there
2 ways they were greifed included those
So once with the expansion and another with unmodified skript addons
I think Skelett by default allows file download and upload, so they made a fork.
Are there any expansions that format things so it displays 2k 4M 8T etc?
Formatter does commas which is based on my locale but that doesn't have support for the number abbreviations
who uses minehut anyways
I guess
Also I cant get players for the life of me, I say the same stuff every time lol.
Are there any expansions that format things so it displays 2k 4M 8T etc?
Formatter does commas which is based on my locale but that doesn't have support for the number abbreviations
Can't you use AWS free tier if you want a small free MC server?
I don't care about costs, I already have 2 test servers. The issues is that I can't get any players.
wait why cant I import papi
?imgur
Go to #development and shown mvn install output
im doing exaclty that
what version did u put in the dependencies?
i put 2.10.9
<repositories>
<repository>
<id>spigotmc-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>placeholderapi</id>
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.10.9</version>
<scope>provided</scope>
</dependency>
ok
now it works
restarted my ide
so I have a bossbar plugin
it gets its messages from a config
And don't paste configs like that in the chat please
yeah use a pasting service like https://paste.helpch.at
Hey guys, I have noticed the expansion Vault is wasting CPU cycles on an empty server or if theres 10 players online. Some servers which has 10K of playerdata, or any which the expansion Vault looks for, wastes CPU ressources.
I did monitor 2 servers with the expansion and some are still at 8-10% w/o players on the system (on a 4C/8T, maxing a core would be 12%) and now removed expansion they're below 1% with no players, myself idling is below 3% so expecting 10 players doing basic stuff, below 8-10% (if no heavy tasks are made)
PS: not sure if its in right channel
Lol
@hazy yacht that might be because of the baltop task that it is running
It's implemented in a very inefficient way
Honestly surprised not more people have had issues with this
The way it currently works is that it requests the balance for each offline player separately
So if your economy plugin uses MySQL, that could mean thousands of sequential queries
I checked the code and there's a way to disable it, check 'baltop.enabled' in the settings
@balmy marten Okay, so how can I request an eCloud extension verification?
@graceful surge,
Is your one the themeparks one?
Jup
Did you fix the issues I pointed out?
Yes, author and version are changed
Alright i'll give it a check in a sec
👍
@graceful surge Checked and verified
, can take up to two hours to actually go live in the ecloud
Thanks 🙂
the skript expansion on the ecloud doesnt install for me
How would I go about working out the number of weeks since a particular date/time with a placeholder? e.g. if I set 01/09/20 (dd/mm/yy), I would get a result of 1 week as of today (14/09/20), and that would be 2 weeks tomorrow on 15/09/20 (so basically DaysBetween DIV 7)
Thanks 🙂
Math
Will that be able to factor in the month?
Ideally I'm looking for something like %server_countdown_<SimpleDateFormat>_<time>% which I assume counts down to a date/time, but counting from a date/time instead. Does that exist?
o
no it does not exist
I did make a javascript once that counted time since a specific date tho. but can't remember what I've done with it
hmm alright thanks
but yeah probably the best way to do it is javascript or math
https://discordapp.com/channels/164280494874165248/573429521554866178/754963610207387669 Sorry for late answer, will check that out! I'm using this placeholder %vault_eco_player_balance% in the tablist (BungeeTabListPlus) which on the server is the player sees his own balance, this should only query the online player, correct?
sorry how can I use PAPI in my plugin? (Whist answering keep in mind I don't use Maven, is there a precompiled library?)
the library its the plugin itself.
thanks
%bungee_total%
@austere hawk Unknown expansion.
%player_ping%
%math_{rankup_money}/100[precision:0]%
How do i execute /eco give %player_name% %math_{rankup_money}/100[precision:0]%
i want to make a voucher that runs a command that can run the above command with placeholders parsed
how do i do that
using vouchers by badbones btw
well you need to make sure that the vaucher plugin accepts placeholders
that's all you need basically
if it does not support placeholders then I'm afraid you can't do it
handled in gabys discord
so im having issue with a javascript file. i have this:
var highestrank = "%luckperms_lowest_group_by_weight%";
var ranks = ["&bOwner", "owner", "Owner", "ADMIN", "MOD", "HELPER", "SUB", "DONOR"]
function Run() {
if(ranks.indexOf(highestrank) >= 0) {
return highestrank;
} else {
return "";
}
}
Run();
its meant to take the most important rank that a player has, and if the rank is in the list of ranks defined at the top, then return the rank name, otherwise return an empty string
however, it always returns an empty string
ive even validated that %luckperms_lowest_group_by_weight% is what i expect it to be by returning that value instead of an empty string
i also tried debugging by including the color codes that are used the displayname as well as the rank name and the capitalised rank name, but to no avail
it only ever returns a blank string and i cant figure out why
I'm having placeholder api problems. It completely disables for me at times and requires a server restart. https://imgur.com/gallery/g9mT6zX
@desert slate Are there any errors in console when it disables
Nothing directly from placeholderAPI. There are a lot of errors from other plugins giving errors from placeholders not working correctly.
hello i need help
Hello friends I have a problem and I'm not sure what's causing it
I have 3 expansions: animations, luckperms, and player
I have a custom tablist that did not actually mention any expansions and I had to figure it out by myself, anyway
The top part of the tablist uses the animation expansion
however, it breaks after a few seconds
it works and then it doesn't and I'm very confused
also when I try to see which expansions are loaded it only loads luckperms and player, and animations does not show up in the list
no problem
Hi I am the animations expansion developer
@heady falcon u sound like tech support
is this what they teach u in enterprise solutions 
☹️
Hi Kaliber
Yes we understand that the client would like the whole solution completed and implemented by 2pm this afternoon, however we have only just finished setting up spring boot
@heady falcon it happened again lol
I didn't change anything
PAPI loads lp and player but not animations, even though it says animations is active
Could someone else maybe help me with my issue?
https://pastebin.com/YsFGxzAK why do i get this, 2.10.9, 1.16.3 tab by neznamy
@austere hawk,
pretty sure %server_uptime% is broken. not 100% sure tho. also no idea when its getting fixed or how to fix it
okay thanks
do you know any alternatives?
or other ways to get that placeholder
Make sure to update the Server expansion
%server_uptime% was fixed
@austere hawk
/papi ecloud download server
/papi reload
/tab reload
right?
oh i forgot to update tab
maybe thats the issue
okay so i updated tab
i did /papi ecloud update server
and it started working
but after /tab reload
it just disappears
maybe its a tab issue
ok nevermind its working nopw
thanks
good morning
the color of the city in the tab does not change, the author of the tab said to contact the placeholder developers
1:53 am. I guess you can call it morning
верно
I have such a greeting so to speak
so why doesn't the color change? plugin towny
but if you do /papi parse me %placeholder%TEXT it works?
well not %placeholder%... you're suppose to test the placeholder that doesn't work
the placeholder for color.
you are suppose to test it using /papi parse me %placeholderthatdoesn'twork%
Well, I prescribed it and what's next. it doesn't work anyway
I write / papi parse me &9%townyadvanced_town%
and it writes to me in a different color
@turbid tide
well yeah does it write in the color you want it to write?
no need to double ping ... I'm a little busy rn.

@idle coral @sharp jay help me
@hasty sedge,
no
You dont need to ping
You were clearly told not to ping
wait for someone instead of being impatient
What is the placeholder for guilds prefix
Could someone help me please? PAPI refuses to register Animations
So after updating PAPI, almost every capital letter has become lowercase....any idea why that could be? (Please ping me with your response)
I actually just figured it out. It was because I had the pre-1.13 version of ChatInjector installed. Updating fixed it.
hello
i needed help with bedwars1058 placeholders
papi is installed but its not working
good morning
the color of the city in the tab does not change, the author of the tab said to contact the placeholder developers
nicesupport
Dude. We are not the developer of the tonwy placeholder...
we are not even the developers of PAPI
we are just helping people out with problems that we have an answer for.
I don't have an answer so you'll have to wait for someone that does.
Just because we're online and have "staff" role doesn't mean we know everyting. I'm not even a developer.
what has towny to do with it, the problem is in the placeholder
yeah...
the placeholder is by towny
but we didn't make that placeholder
the placeholder was made by another developer
PAPI is just a tool
that plugin developers can use
to make their plugin better by adding placeholders
do you rly think that the 3-4 developers that made PAPI, made all those over 15k+ placeholders?
no they didn't because that would be insane.
and stupid at the same time.
I'm sorry for all this ^ but people don't understand how PAPI works just come here and blame everything on clip
nevertheless, you could answer me yesterday, then you don't know how to solve this problem and to wait for an answer from another support
which is not fun
the developer tab told me that the problem is in your plugin, I wanted to make a suffix near the nickname so that the city could be seen, he saw it but the default color
I'm a helper on TAB's discord and I can assure you it's not a problem with PAPI
no. the problem is in the Towny expansion
it's actually not a problem at all
it's just a feature
Towny's dev added the color in the placeholder
and made the placeholder through PlaceholderAPI
ok, should I contact the towny developer?
okay
or at least allow you to change it via maybe a config
@mossy birch Are you sure you dont get a stack trace at all?
Or does it happen when you reload papi or reload the server?
I could show you if i can pm you
both of these dumps were made without restarting the server
as you can see in the first one animations is not registered while it is in the expansions dir, and in the second one it is loaded
it worked for a few hours and broke again
does statistic papi got problem? player has 1 d 25hour or 1d 50h... for the %statistic_time_played%
But after 72 hour the play time back to normal .-.
https://cdn.discordapp.com/attachments/737931806548033540/755813120114425866/unknown.png
Hi, is there any way I could take over ownership of an expansion?
If the dev of one of them gives you access. Or if its open source. But then you won't be the owner of it just of the copy of it
Okay, so if they won't give me access, then I would upload my own expansion for my plugin?
well if its your own plugin and someone made an expansion for it you can make your own of course.
Alright, so I can upload an expansion with a name that is already in-use?
well I mean what plugin you're talking about?
SpeedBuilders
also you could just make the expansion directly into your plugin
no need for ecloud or anything like that
Okay, maybe the eCloud version could get removed though eventually since it's currently broken and some may confusingly try to use that one?
but I bet if you talk to someone like WaffleKing, FunnyCube or PiggyPiglet they'll understand it and take down the old one
Alright, thank you
hmm we can ping him and wait for him to wake up
@balmy marten help this man out ^ He wants the SpeedBuilders expansion taken down from the ecloud since he didn't make it (the SpeedBuilders plugin is his) and the owner of the expansion doesn't update it or gives access to PlayFriik to update it.
Hopefully that'll do, thank you again 👍
no placeholders work for me
download Player and Server
I try via /broadcast with ChatInjector and nothing
only work {TIME} {DATE} {USERNAME}
from EssentialsX
@idle coral ?
@frozen cargo,
ok
@mossy birch Did you /reload (not restart) the server at all
Got an issue with what seems like essentials. For some reason Papi is creating a warning, along with a lot of stuff I don't understand 😅 It's doing this about twice per minute and flooding my console.
https://pastebin.com/zAZiS1Zf
Probs need to update something
@heady falcon to be honest with you I didn't know you can reload the entire server and not just a specific plugin, so no
Can anyone tell me? I have no placeholders working from papi ecloud
displayed in green that everything is installed but not working
Can I get some help?
does statistic papi got problem?
player has 1 d 25hour or 1d 50h... for the %statistic_time_played%
https://cdn.discordapp.com/attachments/737931806548033540/755813120114425866/unknown.png
use the papi dev builds
http://ci.extendedclip.com
on mobile so idk the right url, im sure u can find it
I have to reinstall papi into my server every time I restart it
It just stops working after every restart
If I type in /papi nothing happens
good discord channel and high quality support...
Have you heard of a litle concept, called volluntary work. We do this out of our own free will. Just because you're around and free, doesn't mean we are. You'll be helped when and if someone has time and knows the solution.
?Startuplog
@austere hawk ^
same for you danecheck
also what placeholders
and what do they return?
send the logs
ok
is there a site where I can format my text for Animations (similar to a website that allows you to format color text for minecraft)
don't think so.
?paste
@austere hawk,
but I have it
Ok
holly fucking shit
what
I just took a look at the entire log not just PAPI part ... all your plugins get disabled
bcz of that error
Thats what happened
yeah dude your server is out of space
oh
not a papi issue i don't think
I didn't rly took a close look at the error xD
I mean the server seems to be inside his pc
its not
oh is it not.
It's on Sparkedhost and it's not mine I'm just a Dev
I mean can you check the panel and see what your disk space is at?
also sparkedhost 🤮
ok so I've had this problem for 3 days and I'm going out of my mind
Animations stops working and starts working completely randomly
no @austere hawk
oh
So the only way to have it fixed is if I had a backup?
yeah
What if I didn't
then you're screwed
Oh
guaranteed your worlds are corrupted too
What if I remove placeholderapi and then reinstall all the plugins
?
your worlds will be corrupted still, and also it has nothing to do with papi
well I mean its not placeholderapi's fault
Oh
How
have you looked at the startup log?
because your server ran out of storage
oh
you are at 100% capacity
How do u know
and I assume things started to overwrite one another?
because i've seen your logs? lol
yes @turbid tide
you can check the storage on your host, i guarantee you're at 100%
That cant be the problem
Because:
that is absolutely the problem because all of your zip headers have been overwritten, meaning either
a. you have a pirated plugin with a backdoor that has corrupted your server or
b. that infinite disk limit is a lie and you have to contact support when you want more
it's very extremely rare to be at a perfect 550 MB
yeah. I had the same problem with SH but with ram not storage
it says when you buy the service that they limit it and you can go higher if you need more.
Oh
I'm very confused, is this the correct syntax?
%animation_<flash>Flashing text</flash>%
ah that parsed but the text box is empty
I'm so tired of this
Animation is loaded but is not working for me
my friend who is also logged in has the animated tablist working
wait how are you parsing it?
bcz you know what flash does right?
it flashes the text in and out of existence
so if you're parsing it just once it may return just an empty line of text
or it may return the text
so i should try it in game and not papi parse?
if you don't parse it someowhere where it gets refreshed
as in, in a tablist for example not through a command?
Does it work with /papi parse after it breaks?
Niall dw. He used flash tag and when he parsed it showed him the part of the flash when it was vanished
after changing it to another thing
it now works for both of us
this is only the second issue the first issue was that papi would unregister animations
but im using the newest dev build for papi rn and it seems like it doesn't do that anymore
so I guess my days of spamming your discord are done 😄
What plugin you using
For what?
Animationa
uh I'm not sure what you mean, I'm trying to use this for my tablist using PAPI and Animations
not using any other plugins
How do i get a placeholder for vote party?
like %voteparty_votes_required_party%
I cant find an expansion in papi
in the ecloud to download
(i bought this plugin yesterday, not sure why its not updating under my name)
=check @half carbon
I appreciate it 🙂
I'm getting this error with papi on startup https://pastebin.pl/view/raw/e0ec8921
My bad this isn't on start.
This message follows the pastebin msg:
Can't keep up! Is the server overloaded? Running 7634ms or 152 ticks behind
that's because of lag
well at least that says you have lag
the message you just gave not the error
the error has something to do with RankUp placeholders inside featherboard
Could the rankup plugin be the culprit?
I mean I rly dk
try parsing the placeholder using /papi parse me %placeholder% and see if you still get the error
I'm getting this from featherboard after the error https://imgur.com/gallery/gFy06bb
Reloading featherboard seems to fix it
I can talk to the rankup dev
sure I guess. But I rly dk the actual source of the error.
Why won't plot squared place holders work after I did /papi ecloud download plotsquared?
did you do /papi reload
Ys
yes
WARN [PlaceholderAPI] plotsquared is attempting to register placeholders via a PlaceholderHook class which is no longer supported!
it says that in console
anyone?
@austere hawk It means the person who made the expansion for the PlotsSquared placeholders, needs to update it.
Hello, I'm receiving errors on server shutdown. Every plugin that is actively using placeholders is throwing an error, all of the errors similar to each other. Removing PlaceHolderAPI stops the errors but PlaceholderAPI is a necessity for me so I wanna fix this 👀 Any help is appreciated. Thanks in advance.
Server log: https://pastebin.com/DbDrhaZd
Server stuff:
iSpigot
Based API version: 1.8-R3
Spigot version: 2.0
its not the plugins
its the expansions
they need updated
or you need to downgrade to PAPI 2.10.6
Have you heard of a litle concept, called volluntary work. We do this out of our own free will. Just because you're around and free, doesn't mean we are. You'll be helped when and if someone has time and knows the solution.
@brisk coral I understand, then the plugin would be paid.
@frozen cargo,
I'm just trying to use the plugin, nothing works, and how do I figure out what to do and who to contact.
or you need to downgrade to PAPI 2.10.6
This was it. Thank you! 😊
having issues with CheckItem removing the correct amount of items / Cant remove them unless I have 1 more than I should
Specify 1 less then 
oky it no work
Ill forward you it in dms no ones stealing my ideas 
@mint fable Mind helping me as its ur expansion <3
@mental night,
Hey, whenever I stop my server I get these errors: https://paste.helpch.at/udixenicop.md
Once I remove Towny the errors no longer happen.
Heya, so the Guilds API's stopped working for some reason? It no longer displays on my scoreboard and replaces it with "Error"
Would love some help!
#spigot-linking then you will get access to #guilds
is there a list of all the placeholders?
im looking for the placeholders for kill, deaths, money, and kdr
ya, found it
I'm hoping to create a leaderboard on my server with HoloDisplays for the top players that have died the most. Is there a placeholder for that?
You could check here but I don't think you can do this with any plugin besides Leaderheads
Can osmebody help me?
When I do /papi parse <player> %statistic_time_played% Its format not using 24 hour? It shows For example 3d 34h 29m 46s
[17:23:05 WARN]: [PlaceholderAPI] Failed to download expansion information
me.clip.placeholderapi.libs.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
at me.clip.placeholderapi.libs.gson.Gson.fromJson(Gson.java:944) ~[?:?]
at me.clip.placeholderapi.libs.gson.Gson.fromJson(Gson.java:897) ~[?:?]
at me.clip.placeholderapi.libs.gson.Gson.fromJson(Gson.java:846) ~[?:?]
at me.clip.placeholderapi.expansion.manager.CloudExpansionManager.lambda$fetch$4(CloudExpansionManager.java:181) ~[?:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_241]
at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_241]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_241]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_241]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
at me.clip.placeholderapi.libs.gson.stream.JsonReader.beginObject(JsonReader.java:386) ~[?:?]
at me.clip.placeholderapi.libs.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) ~[?:?]
at me.clip.placeholderapi.libs.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) ~[?:?]
at me.clip.placeholderapi.libs.gson.Gson.fromJson(Gson.java:932) ~[?:?]
help me
ok so my bug is back :/
animations breaks at random times
This placeholder:
%animations_<shine start=&5 middle=&d end=&5 normal=&7>MMC</shine>%
usually works when I start the server, and breaks either 1 second or hours after
and the "break" is not even limited to me, sometimes it breaks for me and is fine for others
This placeholder is in the CMI tablist, and it should be noted that only placeholders from Animations break
Others from LP and Player do not
?list
https://prnt.sc/uk7sm7
@mellow fable how to use /papi parse me %statistic_mine_block:log:1% 😦
I get that it doesn't exist
Hey, how would I make an account on the ecloud website? I updated an expansion that doesn't work with the latest version of PAPI and would like to upload it
So what's wrong with time?
I mean, statistic
And also, I made two expansions and they stopped working on last update
is there a placeholder i can put in my scoreboard that shows the player's balance/money
My economy plugin is EssentialsX
Yeah, see https://helpch.at/placeholders
I did and I checked the Essentials section but didnt find any one that shows the balance
What about statistic placeholder?
doesnt work
@spiral wind Did you download the expansion?
Why is everyone ignoring me?
I'm not sure what your issue is?
hi, can someone tell me why my query does not connect to mysql.
Static placeholder doesn't work, at least the %static_time_played%
Hi, a query, is there a placeholder that gives the time without : 05:00, let it be like this: 05
Da un ejemplo del formato
Si son las 17:00
Quieres que diga
05
o
0500
o
500
ó 17
SELECT PLAYER_KILLS FROM stats WHERE uuid = '{uuid}'
this query is correct?
Muchas gracias
Usa
/papi ecloud download LocalTime
Luego ejecuta /papi reload
Luego usa este placeholder
can anyone help me?
%localtime_time_H%
y cual sería el placeholder?
Recuerda poner esa H en mayúscula.
vale, ahora lo pruebo, muchas gracias
Is the such thing as a conditional placeholder?
For example if a placeholder value is more than one hundre then it will show(return) &a, else it would be &4
%static_time_played% doesn't work
Wtf is this chat
is the vault-expansion open-source?
thank you
Someone know what is happen that less servers use placeholderapi?
Appear in bstats stadistics.
hm?
Can someone explain the difference between registered expansions and /papi list? What's the difference between active and registered ?
registered meeds its loaded and hooked iirc
Well I have a problem I've been trying to fix for days with 0 progress
the Animations expansion is un-registered randomly
and trying to register it manually fails
no error, just failed to register
It's also worth noting that even though papi reload says 4 expansions registered, papi dump says theres about 10, and animations is in that list
so I am extremely confused
@balmy marten help this man out ^ He wants the SpeedBuilders expansion taken down from the ecloud since he didn't make it (the SpeedBuilders plugin is his) and the owner of the expansion doesn't update it or gives access to PlayFriik to update it.
Any news about this?
@timid leaf,
hi, can someone tell me why my query does not connect to mysql.
@timid leaf must of missed it
@balmy marten No, it's not built-in, but I have fixed the extension though
@timid leaf,
aight give me 2 secs to change some backend stuff
alright
Okay, thank you 👍
Ping me once its uploaded and i'll go through and check/verify it when I wake up
will do
the Animations expansion is un-registered randomly
@mossy birch I am not sure why this happens randomly
But the animations expansion does some hacky stuff to stop registering listeners twice
What does the dump show?
@heady falcon I was testing changing some stuff and I disabled async mode in CMI and that seems to have fixed it
@balmy marten I have added it to the website, however I think something broke by renaming the old SpeedBuilders expansion because I got an error 500 (https://i.imgur.com/l70jwCg.png) and the version number (1.0.0) doesn't appear on the expansion's page: https://i.imgur.com/aj6MtSK.png
https://i.imgur.com/JYC5kr1.png
@timid leaf Does it let you set the current version?
No, the list of available versions is empty (second picture is trying to show that)
Oh my bad
third picture actually
Maven repo?
Is there any way to make an account on the ecloud website, or is that gone permanently?
Hello ,
I'm looking for the Guilds plugins placeholder to display it in my FeatherBoard.
Could someone help me?
for (MVdW Placeholders)
Maven repo?
@sturdy zenith http://repo.extendedclip.com/repositories/placeholderapi iirc
ugh i already setted up ecloud pinger and bungee and also if im in vanish it shows
that im on
thanks
its on the placeholderapi wiki if thats incorrect, im on mobile
ah okay
am i able to have someone upload an expansion for me then? i updated the skript expansion to work with 2.10.9
does pinger supports vanished players meaning when people are in vanish it takes away players
I have added it to the website, however I think something broke by renaming the old SpeedBuilders expansion because I got an error 500 (https://i.imgur.com/l70jwCg.png) and the version number (1.0.0) doesn't appear on the expansion's page: https://i.imgur.com/aj6MtSK.png
https://i.imgur.com/JYC5kr1.png
@timid leaf not too sure what happened, should be fixed now, think it might freaked out cause it knew there was still and old version somewhere
Hello! I've been using placeholderapi for a while and ive been thinking of adding my own placeholders
However it seems like the placeholder expansion isn't being registered at all
i register my expansion 20 ticks after the server starts
and registers it through
@SuppressWarnings("deprecation")
@Override
public boolean register() {
PlaceholderAPI.registerPlaceholderHook(DonateCraft.getInstance(), this);
return PlaceholderAPI.registerPlaceholderHook(getIdentifier(), this);
}```
@timid leaf not too sure what happened, should be fixed now, think it might freaked out cause it knew there was still and old version somewhere
That's what I thought aswell. Looks like it's fixed now, thanks for taking your time!
np
Hello. I am trying to set up a KitPvP server, with some essential placeholders on a scoreboard (using plugin Scoreboard-revision), but whenever I type in all of the placeholders, It doesn't show up, here is a screenshot: https://i.imgur.com/dZui1zV.png.
I have done "/papi ecloud download x" for all of the ones I needed, but that didn't fix it. I also tried to download them from the ecloud site, which also didn't work.
Another thing is, when I type "/papi list" it only says 3 hooks that I am not using in the scoreboard. I don't know if a hook is the same as an expansion, but there you go. feel free to ask me more questions if I'm not being descriptive enough.
@fallen sluice I didn't forget, it was just cut off. And obviously I did reload if I did the original command, but either way that doesn't matter since I obviously reloaded the whole server when I added them from the website. It just doesn't work.
When will deluxechat be updated to 1.16.3?
Anyone know if it possible to force a Placeholder to use uppercase? Like this %lands_land_name% for example.
When will deluxechat be updated to 1.16.3?
@pseudo spruce The one in the pinned message in #deluxechat works on 1.16.3
Can someone help me with papi and featherboard
{placeholderapi_math_{autosell_total_multiplier}+1}
this is not working in featherboard
mvdw has it own math placeholders I guess
it doesn't work because your placeholder is actually {placeholderapi_math_{autosell_total_multiplier}
theres 2 }'s
what about this
{placeholderapi_%math_{autosell_total_multiplier}+1[precision:1]%}
thats not working either
but as gaby said I'm pretty sure there's a math placeholder in MvDW's placeholders
I cant find them
nvm im just dumb
its called calculator
<calc>{placeholderapi_autosell_total_multiplier}+1</calc>
lol
Hello, could someone help me, the statistics variable does not want to work for me, some staff would know how to solve the problem
But those variables do not work for me, the expansion is downloaded and it does not work
is it possible to use rads instead of degrees in the maths placeholder?
nvm found a fix
Can someone help? I asked a question a while ago and others asked after me have been answered
what's you PlaceholderAPI version?
the latest one i can get on spigotmc, i think its like 2.10.9 or something
and my server is Spigot 1.8.8 if that matters
what does the console say when you execute /papi reload ?
ill copy paste it wait
=paste
but it doesnt say anything in chat
in console, not in chat
yes
what does it say?
yes
Ok first of all don't reload your server. Restart it. Second of all there's a bigger error in console. You need to send that one
which bigger error
also why can i not reload, i thought that does the same as restart, just quicker and without kicking or something
a lot of plugins break on reload. That's why you even get a long messaging telling you to do it at your own risk and on newer version of spigot you get a confirmation command as well
you can reload plugins if they have an internal reload command tho.
also after deleting the papi folder, when i do /papi list, it still shows crazycrates in the list
is that like built into crazycrates?
probably
hello
It seems that papi parse miscalculates time:
> papi parse lemafor %luckperms_group_expiry_time_sponsor%
[19:43:49 INFO]: 19d 56h 15m 38s
> lp group sponsor listmembers
[19:44:04 INFO]: [LP] Searching for users and groups who inherit from sponsor...
[19:44:04 INFO]: [LP] Found 5 entries from 5 users and 0 groups.
[19:44:04 INFO]: [LP] Showing user entries: (page 1 of 1 - 5 entries)
[19:44:04 INFO]: > Lemafor (expires in 2 weeks 5 days 20 hours 15 minutes 23 se
conds)
[...]
There is 19d 56h! I don't understand why "56h". Luckperms shows correctly: 2 weeks 5 days 20 hours...
Another example:
> papi parse nedziu %luckperms_group_expiry_time_sponsor%
[19:54:09 INFO]: 22d 16h 50m 38s
> lp group sponsor listmembers
[19:54:43 INFO]: > Nedziu (expires in 2 months 1 week 2 days 19 hours 51 minutes 52 seconds)
2 months 1 week (lp group listmembers) = 22 day 16 hours (papi parse)?
Edit: OK, I downloaded dev version from https://ci.extendedclip.com/view/Plugins/job/PlaceholderAPI/ - and now papi parse calculates time correctly.
hey everyone! I want to download the Player expansion with getServer().dispatchCommand(getServer().getConsoleSender(), "papi ecloud download player") but it says Failed to find an expansion named: player. I've tried player capitalized too even though it doesn't matter for Minecraft commands but since the wiki says it I gave it a try. When I manually type it, it's no problem and it finds it.
I am dispatching it right after the server has finished loading in a runnable.
Any ideas?
i did "Welcome %player_name%" in a line in Holographic displays but it didnt work
i have a screenshot but cant send it
try to type /papi ecloud download player
its already downloaded
did you reload?
yes i did that about a week ago
maybe it doesn't work with holograms because that would require the server to send different packets to every player
is that a plugin?
then maybe ask in their dc if they have one
ok
If you have protocollib, use {player}
uh
so
how do i use the powerranks values/placeholders
if theres no download command
for powerranks
well that means they're already inside the plugin that's why you don't need to download another expansion. So you should be able to just use it
i put it
but it doesnt work
in my scoreboard
but every thing else with a download command works in my scoreboard
Anyone know why my server uptime is showing as 2d 54h 21m and how to stop it going over 24 hours? xD
Why would you want to stop it going over 24 hours?
I mean like so when it hit 24 it adds a day on, where as at the moment its at 54 hours
if that makes sense?
Try this version of papi https://ci.extendedclip.com/job/PlaceholderAPI/lastBuild/
@pure plover
can someone help me with my powerranks/placeholderapi problem
how can i use %powerranks_rank% without it having a download command
i have %powerranks_rank% in my scoreboard plugin but it doesnt work
so
how do i use it
Try this version of papi https://ci.extendedclip.com/job/PlaceholderAPI/lastBuild/
@leaden kraken Thank you, I will give that a try and let you know how it goes 🙂
.-.
I can't do any place holders with my world in the command because it has a underscore in its world name,
I do a restart every 24hours, is there a placeholder that can show the next time the server will restart (e.g. similar to %server_countdown_<SimpleDateFormat>_<time>% but without a date so it just gets the time until the next 7am)?
I tried: %server_countdown_HH:mm_07:00% but it always shows 0
why does %player_server% not work
@kind wasp Does /papi parse me %player_name% work?
And if you do the same for %player_server% what does it show
it says: now available in the server expansion
excuse me, i can't seem to forget my password
i can't seem to use the forgot password feature
CODE: ERR_500:
<WSGIRequest: POST '/passwordreset/'>
i’ve got no clue how to do anything about that sorry
will have to wait for the sphere
Maybe if ecloud 2 was up
username @cloud shoal ?
Hey @balmy marten or @carmine veldt [sorry for ping]
how do i use %powerranks_rank% without it having a download command?
@spiral wind,
oh sorry
if an expansion doesn't have a download command, it means it's integrated into the associated plugin
which in your case is PowerRanks
but I think it requires you to enable PlaceholderAPI support in its config first to be able to use its placeholders
hmm?
helpy help please. https://imgur.com/a/I25Y48w
did someone at placeholderapi made a mistake or it's a plugin?
Why: /papi ecloud download PlayerList Is not working?
Its in the PlaceholderAPI list
what does it say?
The Placeholder doesn't exist! @junior musk
can someone help me with the issue?
helpy help please. https://imgur.com/a/I25Y48w
@hybrid stratus
if an expansion is broken, the authors should update their expansions
but im using a plugin that isnt updated anymore
which plugin? some inactive expansions have been updated unofficially by others
@sharp jay
@austere hawk,
sorry
why no one support
sorry ):
Maybe try rephrasing your original question, because 'whats the placeholder for world' does not make much sense
have the statistics placeholders been fixed yet?
%statistic_time_played% seems to be wonky atm considering how it can say "1d 36h" or "4d 117h"
the actual playtime for 1d 36h should be 1d 12h, and 4d 117h should be 4d 21h
not sure how to resolve this
have the statistics placeholders been fixed yet?
%statistic_time_played% seems to be wonky atm considering how it can say "1d 36h" or "4d 117h"
@warm wagon Try this version of papi https://ci.extendedclip.com/job/PlaceholderAPI/lastBuild/
alright, thanks for the fast response, i'll try that one out
seems to still display 1d 36h
and that was through /papi parse me %statistic_time_played%
here, saw that issue last night and I think I have fixed it
@vivid sparrow done
you have to merge my changes lol
oh statistics
?
I build papi cuz I assumed that's what you meant
I was told to trigger a build, this is the papi channel
ye, just noticed that fc linked to papi latest build
anyways
please build statistic
i did
🙂
@warm wagon try this https://ci.extendedclip.com/job/Statistics-Expansion/lastStableBuild/
great
Does anyone know why random_integer_between.js is not working properly?
It gives me numbers below min.
Also numbers are not integer.
gives me results like this:
9.0
4.0
3.0
1.0
4.0
9.0
9.0
0.0```
use rng expansion instead 
God bless you for solid java solution
(non crappish javascript uhggg) 😉
its actually kotlin 🙃
Can bugs be reported here?
what is it? if its an unknown bug, creating an issue on github might be preferred
hmmm ok I go to github to report
If "like this" means .0 just call .toFixed()
[placeholderapi question]
What's the recommended method to uninstall an installed ecloud expansion if we wish to no longer use it?
Removing the .jar from the plugins/placeholderapi/expansions/ doesn't seem to help. After starting up the server the ecloud list installed still shows it as installed. I read the wiki but either it's not documented or i couldn't find it.
Clearing the cache and reloading/restarting, and it's back again (in the list of installed).
The TNTRun expansion is removed from the system, the .jar isn't in the expansions/ directory. I can't find any reference to it in other files. though there's one config.yml one.
Since you did just join, take a second to read #introduction and #rules btw
I did glance over that, i didn't notice anything about having to validate something or whatever in order to ask a question here? ..
No, just stating that you would've probably noticed #placeholder-api if you did 😉
Validation / Verification is only for premium plugins like DeluxeChat EZRanksPro
Either way, TNTRun no longer requires the expansion
The old expansion pack, which can still be downloaded from 'PAPI ecloud', is redundant and should no longer be used.
it's built into the plugin, so that would most likely be why you still see it
indeed, i upgraded, placeholders stopped working when we moved to 1.16.3, and i try to get rid of the ecloud, but it keeps showing as installed.
the popup pushed me to general-plugins, sorry..
if you delete tntrun it will also be removed
rules and intro both didnt' link to placeholderapi either, sorry.
I want to continue running tntrun, im not going to uninstall the plugin, sorry if i misunderstand you.
In order for it to be removed from ur ecloud you'd have to delete the plugin TNTRun
Well then you can't remove the placeholderapi expansion

i dont care about it being on the ecloud website itself?
No
You actual expansions
You cannot remove TNTRun Expansion from your storage if you run the TNTRun plugin
Okay, I am just confused here.. I have to start the server without the ecloud jar in expansions/ and without the tntrunplugin's jar - then ... stop and install tntrun and .. start server again ?
Trying.
The expansion on the ecloud
the one you downloaded
doesn't do anything anymore
it doesn't even matter
delete that
$ ls -all
total 400
drwxr-xr-x 10 floris staff 320 Sep 23 16:44 .
drwxr-xr-x 5 floris staff 160 Feb 2 2019 ..
-rw-r--r--@ 1 floris staff 8196 Sep 23 16:44 .DS_Store
-rw-r--r-- 1 floris staff 2433 Jan 13 2020 Expansion-AcidIsland.jar
-rw-r--r-- 1 floris staff 4513 Jan 28 2019 Expansion-Jobs.jar
-rw-r--r-- 1 floris staff 18085 Aug 24 23:16 Expansion-LuckPerms.jar
-rw-r--r-- 1 floris staff 3757 Jul 5 08:55 Expansion-Multiverse.jar
-rw-r--r-- 1 floris staff 12875 Apr 30 19:10 Expansion-Player.jar
-rw-r--r-- 1 floris staff 93798 Jan 13 2020 Expansion-WorldGuard.jar
-rw-r--r-- 1 floris staff 1932 Jun 13 14:05 Expansion-Worldborder.jar
$
huh
The placeholders were switched from an EXTERNAL expansion
to an INTERNAL class within the TNTRun plugin
TNTRun = Runs the expansion
so you can't delete the placeholders for TNTRun without deleting the plugin
I don't know why you want to get rid of the placeholders so bad though
the plugin says to no longer use ecloud
i upgraded, it doesn't work, dev says that might be the case, i try it to stop using.. so it mi..
ok, so the expansion folder on my system is from older version of placeholderapi and i dont even need that anymore ?
Who said you don't need the expansion folder?
Unless you aren't using any of the expansions, you need it
you.
I.... did not?
The placeholders were switched from an EXTERNAL expansion
to an INTERNAL class within the TNTRun plugin
that?
I show i removed the tntrun expansion jar and you said it's moved to external expansion.
That is specifically for TNTRun
if your problem is now that the placeholders don't work then there might be an issue with the plugin, are you running latest PAPI?
okay, refresh.. maybe im just utterly confused, im sorry.. i never had issues with any of this, things worked, i updated placeholderapi and tntrun for 1.16.3 and it stopped working.
I wanna keep using placeholderapi, i wanna keep using tntrun plugin. and i want to use the palceholders ingaame, they do not parse.
I read the changelog it says: stop using ecloud expansion, we deal with it differently now.
SO i try to figure out how to get rid of the expansion.. and i dont underrstand why i have to uninstall tntrun to achieve that then..
PlaceholderAPI version 2.10.10-DEV-110
from the expansions/ folder (from within the placeholderapi dir)
correct
ok, papi ecloud list installed, even after server restart says tntrun ecloud expansion is still installed.
So
Them saying that its been removed from the ecloud
is them saying you don't have to do /papi ecloud download TNTRun
and it will automatically hook into the papi
Not them saying that you have to delete it
What if you type /papi list
> papi ecloud list installed
[16:48:04 INFO]: Installed Expansions
Name Author Verified Version
--------------------------------------------------------------------
1. TNTRun steve4744 Y 9.4.1
2. Player clip Y 1.7.2
3. AcidIsland clip Y 1.14.3-SNAPSHOT-b889
4. Worldborder pixar02 Y 1.0.0
5. PlotSquared intellectualsites Y 3
6. WorldGuard clip Y 1.4.2
7. LuckPerms luck Y 5.0-R2
8. Multiverse clip Y 1.0.1
It could saying it's installed with the /papi ecloud command just because it's the same name
yes you're fine
that's the plugin
not the expansion
1. TNTRun steve4744 Y 9.4.1
v9.4.1
ok perfect. we're all the same page then.. nothing else i have to do.
no
question: papi parse doesn't parse..
how so?
so what else i do wrong 😄
/papi parse me %placeholder%
/papi parse me <placeholder>
yep, it doesn't parse, it shows the %placeholder.. % thingy itself.
contact dev
That isn't PAPI's fault i dont think
it was updated a week ago there's gotta be some issue
If you want help here, you can try posting the startuplog in #general-plugins
I honestly do appreciate your patience with me being utterly confused as to what certain things "mean" or stand for. It's a bit more clear now.
If the world could stop constantly changing, i can focus on the gameplay instead of 'what now'
https://prnt.sc/umneg1 - '&c&l|&f &a{placeholderapi_statistic_time_played}' how can i solve this?
ty
I need help creating a PlaceholderAPI Javascript placeholder that returns %townyadvanced_town_residents_amount% if the current user is equal to %townyadvanced_town_mayor% and otherwise 0
@steep thorn
whats the placeholder that shows the total players online on the whole server
uhhhhhhhhh %vault_eco_balance% is not working
others are working
only vault is not working
@vale dock define 'not working'
if using %vault_eco_balance% output the %vault_eco_balance%
/papi ecloud download vault
/papi reload
/papi ecloud download vault
/papi reload
@balmy marten
im did running the your command
hm?
what url
The one /papi dump gives you
Hey I have been struggling with PAPI, reasoning I bought LeaderHeads to display the top leader towns, but I found the the PlaceholderAPI %townyadvanced_town_residents_amount%, shows all the town members.
The only way to change this is by setting the current user of %townyadvanced_town_residents_amount% is equal to %townyadvanced_town_mayor% and otherwise 0
Problem is I never created PlaceHolders, I
f anyone is willing to help me please PM me,
I would gladly be helped, and I would totally** pay someone to help me set it up**