#placeholder-api

150650 messages · Page 38 of 151

warm topaz
#

i guess bentobox then

#

couldnt tell u tho tbh, looks like LP is just taking the input from bentobox and throwing the error

fossil wasp
#

Help

tender vaporBOT
wet cedar
#

Who is one of the authors then? I see non

warm topaz
#

wait are u asking for placeholders to be created? because Gadgets menu already has placeholders

obsidian hull
#

Good evening all, I have a question regarding the Baltop placeholders from the Vault expansion. I have enabled Baltop placeholders in PlaceholderAPI config.yml, but still receiving no outputs for placeholders such as %vault_eco_top_balance_formatted_1%. Any help/guidance would be greatly appreciated 🙂

warm topaz
#

what is the placeholder returning exactly?

#

is it just a blank line or returning ur input back to u?

obsidian hull
#

When I request a balance it returns 0, when it is a player name nothing

warm topaz
#

did u reload papi?

#

or restart server

turbid tide
#

preetty sure baltop is broken in Vault 1.7. Even if you enable it in config.yml

#

either broken or disabled not sure.

#

just downgrade to 1.6

warm topaz
#

o lol

obsidian hull
#

I tried to reload papi then restarted when it wasn't displaying the correct values. I will try downgrading to 1.6 since I did enable it in the config.

#

Still having no luck, the only difference with 1.6 appears to be that Baltop was enabled=true in config.yml by default.
I'm going to try a different economy plugin quickly just to see if the plugin itself is causing this problem.

#

Looks like it was the plugin 'Economy' causing the issue, the placeholders are displaying the correct values now I have moved to 'xConomy'

#

Thanks for your help 🙂

blazing pagoda
#

so I have %math_{player_health}*5[precision:0]% and its just displaying the text itself, even when I parse it.

#

I have Player and Math installed

#

and it works for the person from the other plugin im troubleshooting

#

it works fine as %math_{player_health}*5% I just dont want 3 decimal places

turbid tide
blazing pagoda
#

how should I be using it now?

turbid tide
#

%math_[precision]:[rounding]_<expression>% this is how it should look but I'm not fully sure try %math_precision:0_math-here%

blazing pagoda
#

damn, cant quite figure it out

twin sluice
turbid tide
turbid tide
twin sluice
#

if it helps

turbid tide
#

try updating your deluxehub maybe.

#

seems like you're using quite an old version

vast pumice
#

I was trying to use %vault_eco_balance% for deluxehub is this the right papi?

turbid tide
vast pumice
#

thank you so much

#

that actually helped

turbid tide
#

no problem

austere hawk
#

hey, how do i remove the numbers from the scoreboard

turbid tide
austere hawk
#

yes. how?

turbid tide
#

are you developing a plugin? or do you want a plugin that does that?

austere hawk
#

i use scoreboard revision

#

can i edit it from there

turbid tide
#

I don't think you can using that plugin

austere hawk
#

which plugin can i use then

quiet gulch
turbid tide
#

why not xD

quiet gulch
#

its not

#

eeeeee

#

topic be on

austere hawk
#

so which can i use?

#

which plugin can i use to edit it

turbid tide
#

AnimatedeScoreboard is a free one

#

that allows that

austere hawk
#

and link?

turbid tide
#

paid ones are KiteBoard and FeatherBoard

austere hawk
#

how do i make %exp%

#

so it shows the exp

#

is the command %exp% or like %exp_blablabs%

turbid tide
#

%player_level% use this and first make sure you have PlaceholderAPI installed and then do these commands /papi ecloud download Player then /papi reload

austere hawk
#

and one more thing, how do i make it show how much time played

#

@turbid tide sorry if im not allowed to ping

tender vaporBOT
#

@austere hawk,

austere hawk
#

oof

turbid tide
#

use %statistic_time_played and once again first /papi ecloud download Statistic then /papi reload

austere hawk
#

thx

turbid tide
#

and please don't spam all channels.

austere hawk
turbid tide
#

I forgot a % at the end

#

%statistic_time_played%

austere hawk
#

yeah i did put that

#

can i send pic?

turbid tide
#

?imgur

tender vaporBOT
austere hawk
#

line-4:
text:
- "&a&lPlayed &f&l:"
random: false
interval: 60
score: "%statistic_time_played%"

#

anything wrong there?

turbid tide
#

you can only use numbers asscore...

#

as score*

#

%statistic_Time_played% will return something like 1h 2m 3s

#

no I'm not...

austere hawk
#

ohh

steep thorn
#

Imagine saying 'ur wrong' to a guy that's helping 🥲

austere hawk
turbid tide
#

you can use %statistic_seconds_played% and it will only show a number (seconds played)

austere hawk
#

can i do minutes played?

turbid tide
#

yes %statisitc_minutes_played%

austere hawk
#

wait it shows totalplayed?

turbid tide
#

it shows total minutes palyed yes

#

played&

austere hawk
#

okay, thanks im going to do hours

#

sorry for saying you were wrong xd

loud pier
#

Hello, I would like to know what is %objective_score_<obj-name>_[otherEntry]% ​​I have an entity with the score, how do I use it?

cloud shard
#

Hey, im hoping someone might have an idea on how i can figure this out. PremiumVanish doesnt have a placeholder that shows if someone is vanished or not other than displaying "Yes" or "No". I was hoping to use this placeholder in the tab list, but obviously putting "No" behind everyones name wouldnt work out too well. I know theres the formatter ecloud to replace "No" with "", but that would still leave "Yes". Does anyone got an idea how i can essentially formatter replace with 2 variables?

light zodiac
#

Hi
Is there a way to manually edit the value of a placeholder?
Like modify the playtime of a user

sturdy raft
#

Hello

#

Is there a way to parse two or more placeholders in one?
like

#

player has: [10 diamonds] && [1000 money]

warm topaz
#

javascript placeholder

sturdy raft
#

an example?

warm topaz
#

idk javascript myself, but its a simple if statement and u could probably do it by looking at the javascript expansion wiki
u just gotta check with the checkitem expansion for the diamonds then check the money with vault expansion (%vault_eco_balance%)

warm topaz
sturdy raft
warm topaz
#

im guessing this is to do with the javascript nashorn engine not working on java 15 and this placeholder looks like its just doing %player_exp_to_level%

sturdy raft
#

oh, that's awesome, thanks dude
I appreciate it

warm topaz
#

are u able to downgrade ur java version for the time being or no? im pretty sure the javascript expansion is almost ready anyway, but if ur desperate

#

understandable

heady urchin
#

Anyone able to help me with jjavascript placeholders

#

i have this

#
a=a.replace(/\,/g,'');
a=parseInt(a,10);
#

1st issue: after it goes over 1bil, it turns into E numbers
2nd issue: it has a .0 at the end even tho its meant to be an integer not a double

#

Can anyone help me fix it? (feel free to tag me)

flint pine
#

hey does anyone have an extension for getting a players team color? It would help me out a ton

vivid sparrow
#

@warm topaz could also use the javascript requirement type

weary vine
#

Failed to download PlaceholderAPI expansions

austere hawk
#

What expansion are you trying to download?

#

"(Unknown Source)"

#

it doesn't recognise the thing you're trying to download

steep thorn
#

A raw integer or already the E stuff? It's not clear from your question...

turbid tide
turbid tide
#

You can use the javascript expansion on java 15 as long as you also have the GraalVM I think. if you don't then you'll have to wait a bit until thienbao finishes the addition of the new engine which will also work with java 15

warm topaz
tender vaporBOT
#

@warm topaz,

fossil wasp
#

@turbid tide

tender vaporBOT
#

@fossil wasp,

fossil wasp
#

Can anyone help me, support

stoic grove
#

?help

tender vaporBOT
stoic grove
#

@fossil wasp

fossil wasp
#

Hi

#

Can you help me?

#

@stoic grove

#

?

heady urchin
#

Can someone tell me if its possible to make javascript requirements go higher than 2147483647 (java integer limit)

#

Does not work if the placeholder returns more than 2147483647

stoic grove
#

@fossil wasp read the bot message...

quiet gulch
fossil wasp
#

i need help around

#

?help

tender vaporBOT
quiet gulch
#

oh my god

#

ask the bloody question already

fossil wasp
#

I understand, but I don't have a specific problem with placeholders, I think everything is fine, but specifically I need help to expand

turbid tide
heady urchin
turbid tide
#

ugh. do you even know how the js works? if not I can't really teach you javascript.

#

you'd have to declare tho the integers as big intengers

heady urchin
#

I kinda know

#

I know it starts with a as the placeholder

#

and then each line it does a different thing to it

#

thats about as far as my java or javascript knowledge goes

fossil wasp
#

@turbid tide

turbid tide
#

@fossil wasp please stop pinging people and just tell us what your problem is.

turbid tide
fossil wasp
#

All right, all right, you finish first, I'm sorry

heady urchin
#

Its all good, i think ill just get my dev to add the raw number placeholder thanks lol

#

@fossil wasp just ask what u need to ask

#

The support staff arent mind readers just post ur issue and someone will reply/tag you

fossil wasp
#

No no everything is fine, I'm just interested in something about the experience formatter related to the Pope, but finish first, no problem!

heady urchin
#

what do you mean experience formatter?

#

like the placeholder that tells you how much exp a player has?

#

If so I can help you with that

fossil wasp
#

Well it has more to do with extansion

turbid tide
#

so you're trying to show how much exp a player has?

#

use %player_level% if you want to show the levels

#

if you want to show the actual exp not just the levels you'll have to make a javascript placeholder

heady urchin
#

You don't need to do that

fossil wasp
#

Ups

turbid tide
#

player_exp shows percentage Ewan.

#

not actual exp

#

there isn't one that just shows all exp.

#

I've made a javascript tho for it. I think its on the community scripts

heady urchin
#

%player_total_exp% shows the raw number (1000000)
%formatter_number_format_{player_total_exp}% shows the number with commas (1,000,000)

fossil wasp
#

So is there a way?

#

aham

heady urchin
#

for the second one you need to /papi ecloud download formatter

#

and /papi ecloud download player

#

then /papi reload

#

and %formatter_number_format_{player_total_exp}% will work

turbid tide
#

Ewan you see that'll just be a problem because it shows all the exp you had since you last spawned.

#

so if you used some exp it won't actually go down

fossil wasp
#

No no it's okay really, the rest I know of course only the formatter fucked me up a bit, thanks

turbid tide
#

ah ok then. I understood your question wrong then. sorry

fossil wasp
#

I apologize for the constant pinning, because I asked for help because I could not specifically ask the bot such a question because obt causes problems I think it would not make sense to ask something like that to the bot I think

turbid tide
#

the bot just tells you what to do. You can ask even if no one is in this chat and someone will try and help. you don't have to ping anyone.

fossil wasp
#

So% formatter_number_format_ {player_total_exp}% is correct and so it should be?

turbid tide
#

yeah that should format your exp

fossil wasp
#

All right all right, I apologize again!

turbid tide
#

no worries. you'll know the next time

fossil wasp
#

Okay okay, thank you for the reply, I apologize once again for the constant pinning, it won’t happen again!

grim ermine
#

I can uses placeholder with waterfall ?

turbid tide
#

you just have to put PlaceholderAPI on your backend servers (spigot, paper etc.) and use them there

grim ermine
#

Okay thx

fossil wasp
turbid tide
fossil wasp
#

1.8

#

.8

#

?

quiet gulch
#

ewwwwwwwwwww

fossil wasp
#

no no

turbid tide
#

oh. seems like the Formatter expansion was built on an newer version than yours anyways.

fossil wasp
#

java

turbid tide
#

can you update the java version?

#

if not download an older version of the Formatter expansion

#

by doing /papi ecloud download Formatter 1.5.1 then /papi reload

fossil wasp
#

To use placeholders 1.9.2

#

aha

#

It's still the same

#

2.92.*

#

2.9.2*

turbid tide
#

go to plugins/PlaceholderAPI/ecloud and delete all the formatter expansions. so all the .jar in there that have the Formatter name in them and then try these commands /papi ecloud download Formatter 1.5.0 and then /papi reload

turbid tide
fossil wasp
#

Well yes, I use Pope 2.10.9

#

papi

turbid tide
#

ok then do what I said above.

fossil wasp
#

Yes I did what you said, the Pope said, but this specifically for the formatter

#

As you said about the formatter bese exp, sorry again but if you can write to me

#

Since I use a feather board and the command should go {placeholderapi_ and then what do I want example {placeholderapi_server_time_EE, MMM dd}

turbid tide
#

it will just break

fossil wasp
#

And do you think that featherboard does not specifically support that?

turbid tide
#

it will just break because you'd have to use {placeholderapi_formatter_number_format_{player_total_exp}} and it will break because of the double {}

fossil wasp
#

Yes yes, it doesn't matter, I definitely have a more efficient plugin called kiteboard, so I'll post it instead of fb

#

NARDEBA FOR FORMATTER %formatter_number_format_ {player_total_exp}% also defaults to supermobcoins I mean supports?

turbid tide
#

yes I think it will work for supermobcoins as well

fossil wasp
#

Okay, thank you again!

upbeat blaze
#

hey

#

I use supervanish on my server, and I was wondering what the placeholder was for players that are online excluding vanished players

proper crow
#

Does anyone know the best way to have conditional spacing? So for player name formatting I have: %vault-prefix% %deluxetags_tag% if there is no tag then there is a double space

turbid tide
#

also the code is made for you already here:

tender vaporBOT
proper crow
#

Amazing thank you

austere hawk
#

hey, how do i make in my scoreboard to show which version ur in, like %version_example%

#

anyone?

#

thank you

proper crow
#

How do I use javascript extension with essentials chat?

hexed vapor
#

My placeholders aren't working after restart.. I have updated the plugin to latest version and still is doing it..
I have to do /papi reload for the placeholders to load in I don't even have to download them but the just don't enable on startup...

acoustic elk
#

papi pinger always show Offline, but i pinged my bungee...

shadow pine
#

What is the placeholder api?

silver minnow
tender vaporBOT
silver minnow
#

ahh not that

#

lol

tender vaporBOT
proper crow
#

How do I use javascript extension with essentials chat?

turbid tide
proper crow
#

alrighty

muted cipher
#

mind if I bump this?

rare lily
#

Wait a second

#

How the hell no one tells me that I can implement VersionSpecific into the expansion??

vivid sparrow
#

what's that?

rare lily
#

Probably check getVersion(), I think?

#

Even Taskable too, are you kidding me thonking

brisk ember
#

Why doesnt PAPI hook my vault? ._.

rare lily
#

Try using /papi reload

#

Was excited while I'm trying to look for clues which I can register Graal on PAPI source, sorry

brisk ember
#

it says "no expansions were registered" :I
I got my own version of vault, working well with my own Economy plugin. But at its core its still vault. I dont know why it doesnt work

#

More funny is, thats I got a bungeecord server. And at the rest of my servers its working. Just on one of those i got %vault_eco_balance%

outer steeple
#

Where can I change the server name that is used in the placeholder %server_name%? Is it located in server.properties?

final shadow
#

No. I thought we removed that placeholder though. It’s pretty pointless when you can just write the actual name of the server

outer steeple
#

true

final shadow
#

It’s not like anything dynamic is needed for that one

outer steeple
#

I was planning on just copy pasting this config in multiple servers

final shadow
#

But if you do have it, pretty sure it’s in the papi config in the server expansion settings

outer steeple
#

but it isnt that much work to just change it every time

#

oh yeah it is, thanks!

outer steeple
raw plaza
turbid tide
#

@balmy marten you can probably help this man out ^

#

idk what the ecloud rules are

balmy marten
#

Nothing stopping you creating your own expansion and uploading it separately

turbid tide
#

@muted cipher ^

turbid tide
#

I haven o idea where. I assume in the scoreboard

raw plaza
#

But:

[03:33:29 INFO]: [Progress] Couldn't get the number from {percent. The progress will be 0%.```
turbid tide
#

what's this? {PERCENT_DONE money}?

raw plaza
#

Rankup plugin papi

turbid tide
#

well that's not how you use it ... /papi parse me &b[%progress_bar_{rankup_money_left}_c:&d|_p:&d|_r:&3|_l:20_m:100_fullbar:&a&lCompletado%&b] or whatever the placeholder is

raw plaza
#

Thks

outer steeple
#

Is it possible to add aliases for %player_world%?

rare lily
#

I think implementing Taskable in Placeholder expansion class is just useless, cause it just acts like register and unregister somewhat

#

I thought they can do like timer stuff

turbid tide
outer steeple
#

Ty 🙂 again

austere hawk
#

i have saberfactions. is that supported with placeholderapi?

wet basinBOT
#

@silver minnow Unknown expansion.

heady urchin
#

@bronze bison yo

tender vaporBOT
#

@heady urchin,

heady urchin
#

Ur progress expansion is broken

#

/papi parse me %math_({vault_eco_balance_fixed}/{ultraprison_next_price})*100[precision:0]% returns 50

#

but

#

/papi parse me %progress_percentage_{math_({vault_eco_balance_fixed}/{ultraprison_next_price})*100[precision:0]}% returns .00

hardy sage
#

anyone know how to fix hex colours not working not working with a placeholder for prefix

empty flint
#

My console shows something about Papi

#

Should I copy and paste it here?

austere hawk
#

Hi
I have a problem i don't know where ask my question, i will ask here
When i download the faction expansion, she's not detect with a papi reload. If someone can help me please ?

#

I have this message

crisp hound
#

if you restart your server does it work

austere hawk
#

No

#

I have try to reinstall the plugin but don't work

crisp hound
#

try /papi list

austere hawk
#

See my screenshot

crisp hound
#

oh yea

austere hawk
#

He is not in my papi list

#

The /papi reload don't detect him

#

But he is in the extension directory

#

I'm in 1.8.8 version

crisp hound
#

when your run /papi reload is there any error in console

austere hawk
#

Oh yes wait a second

#

I send you the error message

#

factions is attempting to register placeholders via a placeholderHook class which is no longer supported !

#

For sure that's the problem

#

I'm using the last placeholder-api version

empty flint
#

can someone help me?

warm topaz
#

@austere hawk what factions plugin?

#

?help

tender vaporBOT
warm topaz
#

@empty flint ^

empty flint
crisp hound
#

what does it show?

#

lol

empty flint
#

Already asked but no one answered smh

empty flint
crisp hound
#

» Give the helpers some details

#

can't help if we don't know the issue

empty flint
#

Should I copy and paste it here???!?!?!

crisp hound
#

?paste

tender vaporBOT
austere hawk
#

@warm topaz Faction Massivecraft

#

And i try to add the Factions extension

empty flint
warm topaz
#

i have an updated version of that expansion, ill try to find it, 1 sec

austere hawk
#

Ok nice

#

Thx

crisp hound
empty flint
#

I'm using a hosting service 🤔

austere hawk
#

it work

#

Thank you very much

crisp hound
crisp hound
#

hmm. not too sure then. might be something the hosting company needs to fix for you?

#

but the website is working fine, i just tested downloading something

viscid escarp
#

Hello

#

i Need help

tender vaporBOT
#

There is no time to wait! Ask your question @viscid escarp!

viscid escarp
#

Vault placeholder's not working

- %vault_eco_top_balance_formatted_#%
- %vault_eco_top_player_#%
#
- https://prnt.sc/zxixnr
silver minnow
#

What plugin?

viscid escarp
#

Vault

silver minnow
#

nono i mean holo plugin

viscid escarp
#

aaa

silver minnow
#

and try doing /papi parse me %vault_eco_top_balance_formatted_#%

#

same with the other placeholder

viscid escarp
#
- https://prnt.sc/zxjn67 command
- https://prnt.sc/zxjoui hologram
#

i can't send photo aw

tender vaporBOT
#

@viscid escarp,

viscid escarp
#

Do i need set %vault_eco_top_balance_formatted_#1% or %vault_eco_top_balance_formatted_1% ?

#

okay nothing

#

I fixed it

#

Thanks again

cunning elk
#

is the expansion world no longer supported?

#

it wont download for me

umbral wind
#

hi

#

Someone tells me if there is a placeholder that indicates the head. More specifically the value, that of "ey376473nsh ..."

flint nacelle
muted cipher
tender vaporBOT
#

@muted cipher,

#

@muted cipher,

muted cipher
#

uh is that a bug/false positive on editing an reply (without mention) ?

balmy marten
#

nah its cause you edited it

#

doesnt track if that message has already triggered a filter

#

anyway, dm me a username and email and i'll create the account from the backend

muted cipher
#

Any particular reason why this was disabled? e.g. just preventing too many unused ones or clones, or simply spam?

steep thorn
muted cipher
#

I suppose though they should also be verified. I guess there's only so many anyway so it would probably be easier to whitelist than filter all as well.

final shadow
#

It’s disabled because registration is kind of broken and I haven’t got around to fix it @muted cipher

muted cipher
#

fair enough

final shadow
#

My email verification stuff is all screwed up so when you register from anonymous, it throws an error after registration and doesn’t send the email. It’s an easy fix but disabling registration was the lazy way I took haha

austere hawk
#

yo the deluxetag isnt showing in chat

#

how can i make the deluxe tag show up in chat using essentials?

runic dirge
#

Who maintains the luckperms papi expansion?

#

is it luck?

rare lily
#

Yep

severe portal
junior musk
severe portal
#

But Player is the player to get the Information from and not the player how receive the message oO

junior musk
#

oh

#

then I guess you would need to make another placeholder, that returns a string based on an argument (which is the first placeholder parsed as another player)

severe portal
#

And I use the getLocale function in my own plugins to send all Messages in the right Language back to the player works fine.

#

https://github.com/PlaceholderAPI/PlaceholderAPI/wiki/Hook-into-PlaceholderAPI#setting-placeholders-in-your-plugin
Pseudo code

public void onJoin(PlayerJoinEvent event) {
    event.setJoinMessage(null);

    getServer().getOnlinePlayers().foreach(p -> {
        String joinText;
        switch (p.getLocale()) {
        case "DE" -> joinText = "%player_name% &abetrat den Server! Sein Rang ist &f%vault_rank%";
        case default -> joinText = "%player_name% &ajoined the server! They are rank &f%vault_rank%";
        }
        /*
         * We parse the placeholders using "setPlaceholders"
         * This would turn %vault_rank% into the name of the Group, that the
         * joining player has.
         */
        joinText = PlaceholderAPI.setPlaceholders(event.getPlayer(), joinText);

        p.sendMessage(joinText);
    });
}

%vault_rank% should return Bürger for German Users and Citizen for English players...

warm topaz
#

u need to break from the switch

severe portal
#

I don't need break...
I use java 11 and this was my Question: #placeholder-api message
this is only a example what was my problem..

warm topaz
#

its up to the expansions themselves for any translations, placeholderapi will only parse whatever is given to it

#

and yes u do need break, without break itll continue to fall through the switch statement, even if the case is true
(if ur doing just german and english using an if statement would be more beneficial too)

severe portal
warm topaz
#

ah

severe portal
warm topaz
#

why not?

bronze bison
# heady urchin <@!256081335762812928> yo

You can’t use curly brackets placeholders inside another curly brackets placeholder. However, the expansion has a solution for this which is using $(placeholder)$ instead of curly brackets.

turbid tide
turbid tide
austere hawk
#

is there a way to clear a placeholder

turbid tide
austere hawk
#

the placeholder im using counts how many kills you hav

#

have*

#

and i want to be able to reset it

austere hawk
#

is there a way to do that?

turbid tide
#

is it one from the Statistic expansion?

austere hawk
#

yea

turbid tide
#

all that data is saved in your main world folder in the stats fodler

austere hawk
#

ty

#

is there like an easy way to reset it

#

could i just delete all the files in the stats folder or would that break it

turbid tide
#

you can just delete all of them but it will reset all the statistics not just the kills

austere hawk
#

ik

#

ty for the help 😄

#

@turbid tide it didnt work

turbid tide
austere hawk
#

i restarted it after i deleted it

turbid tide
#

you have to: stop, delete, start

austere hawk
#

ooh

heady urchin
#

Can someone tell me how to display the full held item in deluxemenus gui

west peak
#

heyy , i need help to get placeholderAPI working on velocity , it wont load and i cant fix that in any case what did u guys think ? any idea how to geh all placeholders on to velocity ?

#

if there is no way to get that working please tell ^^

#

Unable to load plugin plugins/PlaceholderAPI-2.10.9.jar
com.velocitypowered.api.plugin.InvalidPluginException: The plugin file PlaceholderAPI-2.10.9.jar appears to be a Bukkit or BungeeCord plugin. Velocity does not support Bukkit or BungeeCord plugins.
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.getSerializedPluginInfo(JavaPluginLoader.java:134) ~[velocity.jar:1.1.3]
at com.velocitypowered.proxy.plugin.loader.java.JavaPluginLoader.loadPluginDescription(JavaPluginLoader.java:44) ~[velocity.jar:1.1.3]
at com.velocitypowered.proxy.plugin.VelocityPluginManager.loadPlugins(VelocityPluginManager.java:76) ~[velocity.jar:1.1.3]
at com.velocitypowered.proxy.VelocityServer.loadPlugins(VelocityServer.java:268) ~[velocity.jar:1.1.3]
at com.velocitypowered.proxy.VelocityServer.start(VelocityServer.java:210) ~[velocity.jar:1.1.3]
at com.velocitypowered.proxy.Velocity.main(Velocity.java:55) ~[velocity.jar:1.1.3]

#

please any idea

lofty bobcat
#

The plugin file PlaceholderAPI-2.10.9.jar appears to be a Bukkit or BungeeCord plugin. Velocity does not support Bukkit or BungeeCord plugins.

west peak
#

sure but what did i do now ? there should be a way (a version) for velocity ?

lofty bobcat
#

the source code looks to be only for bukkit

silent elbow
#

🤔

lofty bobcat
#

is port 80 open on your machine?

silent elbow
#

no

lofty bobcat
#

probably should be open for recieving or whatever your OS calls it

silent elbow
#

ah

rose dock
#

Is there a method to add placeholders in motds on essentials?

quick sphinx
rose dock
#

Like to show your played time on the server with OnTime plugin.

quick sphinx
#

I believe you can just use %ontime_time_played_total%

rose dock
#

Nope, it's not working

quick sphinx
#

hmm hold on

#

did you by chance do /papi ecloud download OnTime

#

then /papi reload

quick sphinx
# rose dock Nope, it's not working

"This was in progress (see #1945), but hasn't been touched recently due to the complexity of implementing it. I think PlaceholderAPI integration may need to wait until we're ready to do larger work on message sending in general (which could also enable JSON formatting etc)." - Jan 5, 2019

#

not sure if it has been touched since then

quick sphinx
#

You should check out other plugins like NitroJoinMessage

#

nvm placeholders dont work on that either =/

near willow
final shadow
#

@rose dock you can use the placeholder injector plugin and it will let you use placeholders in any essentials message or any message for that matter

#

Idk if it works on 1.16 but worth a try and if it doesn’t you can report back and maybe someone like myself or anyone who has time will update it

#
quick sphinx
final shadow
#

Ok did it spit out some errors

#

Also rather than that version, try the original that I made

quick sphinx
#

original is no good either

#

I just put it in expansions right?

final shadow
#

No lol it’s an actual plugin

quick sphinx
#

oh damn rlly

final shadow
#

Also you need protocollib

quick sphinx
#

nope still not working

final shadow
#

What are you testing to determine it broke

#

Was there an error

quick sphinx
#

let me see

final shadow
#

Or just tried to use a placeholder and it’s not parsing

#

Also chat injector uses brackets and not %

#

So {player_name} not %player_name%

quick sphinx
#

{vault_eco_balance} should work?

final shadow
#

Assuming you have the vault expansion yeah

quick sphinx
#

=/

final shadow
#

So no errors or anything )

#

?

quick sphinx
#

not that I can see

#

but it's not parsing

#

it just says {vault_eco_balance}

#

works in NitroJoinMessage but not in EssentialsX Motd

final shadow
#

Paste the startup log

quick sphinx
#

It only says 2 things about chatinjector and thats loading chatinjector and enabling chatinjector

quick sphinx
near willow
#

Im have:
Essentials, Listplayers, localtime, math, player, quests, server, skinsrestrorer, skript, statistic, vault, viaversion

quick sphinx
#

Did you try and download a expansion when this happened or can you not open your server?

near willow
#

On /papi reload error, I recently downloaded ListPlayers and it hasn't worked since then and now I'm trying to remove it

#

no that's not it: /

quick sphinx
#

you could try deleting the papi config and if that lets you run the server you can reinstall all of your expansions

near willow
#

I'm doing it right now

#

The error is caused by the skinrestorer

#

Thanks a lot, I had a problem with this for a long time and nobody answered me here

quick sphinx
#

no problem lmk if you have any other problems

west peak
#

did anyone know the AFK placeholder from PlaceholderAPI ?

dusky merlin
#

Hi ! i have a problem with a placeholder

i need check FakePlayer with this Placeholder %parseother_{username}_{placeholder_without_percent_signs}% you have a idea for that working ?

west peak
#

anyone know the placeholder for AFK in Placeholderapi ?

#

%afk% dont works , i use essentials for that normally but with my velocity tablist its dont working

silver minnow
#

what afk plugin?

#

@west peak for essentials its %essentials_afk%

west peak
#

thanks a lot booooys 😄

austere hawk
#

Anyone able to help with a java script place holder?

tender vaporBOT
austere hawk
#
function flyStatus(){
    if("%essentials_fly%" === "no"){
        return "&c&lDisabled";
    } else {
     if("%essentials_fly%" === "yes"){
        return "&c&LEnabled";
    } 
}}
flyStatus();```
#

Doesn't work ^^

silver minnow
#

what if you do /papi parse me %essentials_fly%

austere hawk
#

%essentials_fly% when flying

#

but does say no if im not

silver minnow
#

oh what

#

so if you're flying

#

it shows the placeholder?

austere hawk
#

Wouldn't it be /papi parse me %javascript_flyStatus%

silver minnow
#

well I want to see what the essentials fly would output

austere hawk
silver minnow
#

weird

#

hm

austere hawk
#

Is it possible to just have an else statement for yes since if you're not not flying well, you are

#

if that's possible

#

but I have no knowledge at all of js so 🤷

#

oh wait

#

it works

#

I was doing essentials.fly

#

it gives yes for flying, no for not

#

?

keen crown
#

how do i make a placeholder all caps?

silk mulch
#

Hey y'all, hoping I might be able to find an answer here:
Setting up a Hunger Games plugin for a tournament, and have gone through the steps to install every other plugin needed, but for some reason I cannot get Placeholder API to even be recognized by the server. I'm familiar with installing plugins, and have gotten all the other plugins on my server to work, but running /plugins doesn't even detect PAPI. /papi isn't a recognizable command, and I really have no idea why this isn't working but the other plugins I've installed are working fine. Am I missing something obvious?

cunning elk
#

is there a newer version of expansion tokenmanager?

#

the latest on ecloud is from 2019

#

[PlaceholderAPI] tokenmanager is attempting to register placeholders via a PlaceholderHook class which is no longer supported!

lusty mesa
#

i have a problem

#

where i can talk?

#

_.-

#

oh thanks

lusty mesa
#

a

#

nvm -

#

pls help, i want an economy on my server

cunning elk
#

%tokenmanager_tokens% isnt parcing

cunning elk
lusty mesa
#

in aternos?

cunning elk
#

vault is a plugin

#

that allows you to have an economy

#

Vault + Essentials would give you an economy

lusty mesa
#

Ok, Because MultiEconomy dont helped me

lusty mesa
#

Thank you

austere hawk
#

How can I connect it with my bungee network?

limber ice
#

@austere hawk connect what with your bungee network?

austere hawk
#

yes, I want to make scoreboard in lobby with online players on survival and pvp server

limber ice
#

I know it can be done, just not sure what the best way to do it

#

I assume there might be a scoreboard plugin that will have all the features built into it you need

#

I use a global tab plugin

#

@austere hawk

subtle cove
#

BungeeCord
/papi ecloud download Bungee

Allows you to show, how many players are online on the entire network, or just on a specific server.

%bungee_total%
%bungee_<servername>%

sacred fable
#

Hello this is epic what version am i supposed to use for 1.8

#

because the newest version of placeholderapi doesnt work for 1.8

subtle cove
#

Latest does work for 1.8

#

Send the error

wet basinBOT
#

@limber ice Unknown expansion.

sacred fable
#

this is the error

#

i think

#

i am sorry

#

i reliased i didnt download the expansions it was foolish for me to ask before i assesed my problem sorry about that

bronze pike
#

Quick one - anyone know where to find the dev builds?

#

Never mind ._.

delicate vapor
#

Hey

#

can i ask something

#

@bronze pike?

#

Or someone else?

#

@idle coral?

tender vaporBOT
#

@delicate vapor,

delicate vapor
#

Is it possible to use custom placeholders?

sinful meteor
#

wdym?

delicate vapor
#

im trying to use placeholders in my chat.

#

like before my ign

fickle tide
#

I've created a javascript file in Placeholderapi checking the name of the Land from Lands plugin, i want to set if there is no land created for that user it leaves space, but instead it shows None
I've tried with "None" and "&8None" as it contained color

delicate vapor
#

so what you want to say with this message?

#

you tried it?

fickle tide
#

well if there is no land to leave like '' and if there is land to display it

rain delta
#

Is there a placeholderapi extension that has placeholders that are numbers that start at 0 that I can add to with a command like /placeholder1score add 1

zealous arch
#

Why do the extensions uninstall after reboot?

trim mist
#

Which ones?

zealous arch
tender vaporBOT
#

@zealous arch,

zealous arch
#

Ok, I suppose

#

Already fixed, thanks tho

high kernel
high kernel
#

Hello?

muted cipher
#

You might need to reload your maven project (depending on your IDE) and run the maven install task to setup your local maven repo (atleast I think that's how it works, I do it very infrequently myself).

bronze pike
shell ravine
#

Someone who knows a placeholder that it shows the player head of the player in a GUI menu?

vivid sparrow
#

head-%player_name%

shell ravine
#

that as item name?

#

it wont work for now

tall beacon
#

Why the placeholderAPI's newest version isn't support Skript ?

#

doesnt't work

sturdy raft
#

hello, is the ckeckitem expansion can check the slot of the item, the damage or it's broken or not?

mint fable
#

you can't check a specific slot, but you can check if it's in their hand or not

#

and yes you can check damage

#

?checkitem

tender vaporBOT
mint fable
#

click the link to learn more

rare lily
#

Idk about or what the Taskable implementation in PAPI is there for, I just thought it would run in tick

#

But no, its functionality is just like register and unregister..

green sleet
#

Where do I report bugs for papi expansions specific to certain plugins? Most are made by clip that I'd like to report bugs for.

austere hawk
tender vaporBOT
#

@austere hawk,

austere hawk
#

It still shows a Alex head

#

Oh sorry Barry!

austere hawk
#

Oh all i had to do was
/papi ecloud download Player

#

Nevermind I suppose ^_^

austere hawk
shell ravine
#

thanks! i fixed it 😄

wise scaffold
#

heya

#

What could cause the LocalTime extension to get blocked in Docker? It's just a simple http request to an api, isn't it?

#

Just use %math to devide it by 8?

#

Pleasure, you might have to tweak the precision a bit and also make sure this only works in the overworld otherwise it'll definitely make no sense. Y level should stay as is.

silver minnow
#

make sure you have the math and player expansion

junior musk
#

did you try with /papi parse ?

silver minnow
#

also try / and not the division symbol

junior musk
#

also,make sure you use the latest version of the math expansion because the format you use is the new one

#

what do you mean?

#

I guess you would need to ask the author to add a way to disable the help cmd per world

#

or another way is to disable the permission per world through your permission plugin

stone fern
#

Is there a placeholder for bal top positions?

warm topaz
#

vault expansion ^
make sure u have downloaded the expansion and u have the leaderboard enabled in the placeholderapi config to make the placeholders work

stone fern
#

Ah wonderful thank you

junior musk
#

/dm execute ?

#

I don't think you can use conditions tho

hoary sierra
#

/ how do i fix it

long crater
#

vault placeholders don't work anyone know why?

hoary sierra
#

did u download it?

#

idk if you need to but try /papi ecloud download vault

hoary sierra
#

@long crater

subtle cove
#

Is it possible to use internal plugin placeholders on a deluxemenu?

warm topaz
#

deluxemenus can use any placeholder from placeholderapi

long crater
#

yes I downloaded it @hoary sierra

#

/papi parse hallowhead1 %vault_eco_top_balance_commas_1%

#

always returns 0

warm topaz
#

do u have the leaderboard enabled in the papi config

hoary sierra
long crater
#

um

long crater
#
    baltop:
      check_delay: 30
      cache_size: 100
      enabled: true
    formatting:
      thousands: k```
#

found it nvm

#

you rock

long crater
#

is the check delay in seconds or minutes?

paper kayak
#

when I use %worldguard_region_has_flag_<FlagName>% it always returns yes, it doesn't matter if it's in deny

austere hawk
green dragon
turbid tide
green dragon
#

hi guys, how can i create an holographic leaderboard by sorting players by a specific placeholder?

turbid tide
#

and those allow it as long as the placeholder is an integer

#

so 1000 not 1000.00 or 1,000 etc.

green dragon
#

cool ! how can i register a placeholder for my plugin? can i just use the API?

turbid tide
#

yeah. the wiki explains everything

#

its pretty simple

green dragon
#

aight, tysm!

long crater
#
    baltop:
      check_delay: 30
      cache_size: 100
      enabled: true
    formatting:
      thousands: k```

that check_delay is minutes?
turbid tide
#

try making it 1 and update your balance and see if it auto updates

#

if not then it probably is in minutes

long crater
#

okay, thanks.

turbid tide
#

I'll try and check the code as well see if its minutes or what

long crater
#

thank you 🙂

turbid tide
#

its seconds

long crater
#

that doesn't make sense than

#

minutes would

#

as I set it to 30

#

changed a balance and waited

#

it was like 30 mins

#

but I am trying to lower the number, but can't seem to

turbid tide
#

that's strange because according to the code its seconds

#
taskDelay = expansion.getInt("baltop.check_delay", 30);
balTopTask.runTaskTimerAsynchronously(expansion.getPlaceholderAPI(), 20, 20 * taskDelay);```
#

first line means that it gets the delay from config and it defaults to 30 if it doesn't find it

#

and its used here , 20 * taskDelay

#

its 20 * because it takes ticks so it changes 30 seconds to 30*20 ticks

#

which is 30 seconds or 600 ticks

long crater
#

I believe you

#

maybe it's because I have it in a holographicdisplay

#

nothing in here for refresh tho

#

so it should follow the papi one

final shadow
#

No

#

Hologram placeholders do not update on their own

long crater
#

oh so it won't update at all than.

final shadow
#

You need to add a special placeholder to it for it to refresh on its own

#

I assume you are using holographic extension or whatever it is

#

On the documentation it has the placeholders for refreshing

long crater
#

I was trying to remove holographic placeholders

#

and I removed extensions

#

no way to do it without them?

final shadow
#

No

long crater
#

dang

#

I guess I can get extension and remove placeholders

#

thanks

#

just need to figure out a way to show playtime tops

turbid tide
#

you use holographic display and and holographic extension?

#

then add {fast} at the beginning of the line

long crater
#

I don't use exxxtension

turbid tide
#

what do you use then?

long crater
#

I use, hologrpahic displays & placeholdes

turbid tide
#

holographic placeholders?

long crater
#

I am trying to get rid of placeholders, because it's pretty performance heavy and is causing issues with essentials

#

yes.

turbid tide
#

you should switch to HolograhpicExtension

#

with ProtocolLib

long crater
#

as I mentioned than, the only thing i have to figure out is how to show playtime top leaderboards

#

as hplaceholders has a playtime thing

quiet dune
#

Hello. Can you show me example with WorldGuard expansion placeholder %worldguard_<Any WG Placeholder>_<Priority (Lowest number = Highest priority)>%?
How I need to use this?

<Any WG Placeholder> - what?
region_name? worldguard_region_name? %region_name%? %worldguard_region_name%? {region_name}? How?

turbid tide
#

%worldguard_{worldguard_region_name}_1%

#

I think this is how you use it

#

you can also try: %worldguard_worldguard_region_name_1%

#

%worldguard_{region_name}_1%

#

and %worldguard_region_name_1%

quiet dune
#

Nothing
/papi parse me ... returns this placeholder

turbid tide
#

one of them will work xD

acoustic elk
#

how i can exclude vanished players from %server_online%?

trim mist
#

If you're using Essentials for vanish, I'm pretty sure there's a placeholder for that.

acoustic elk
#

nope

#

it isnt

#

only %if_vanished% that answer yes/no

vivid sparrow
#

%essentials_safe_online%

trim mist
acoustic elk
#

no wrong writed

trim mist
#

It... says... essentials?

acoustic elk
#

is something like this exist for cmi?

trim mist
#

Not sure. I think the author of CMI handles his own placeholders. Gotta go ask him.

wet basinBOT
#

@warm topaz Unknown expansion.

trim mist
#

Yeah we don't maintain anything for CMI since it's closed source. So, you'll have to hop on over to where CMI support is and pick their brain.

junior musk
#

CMI got its expansion built in the plugin

#

/cmi placeholders to see all of its placeholders or check its wiki page

fickle tide
#

Is it possible to remove hours in this placeholder ?
%player_first_join_date%
Like i want it to show only date

trim mist
#

Probably can use some kind of JS expansion to manipulate it.

grizzled pumice
vivid sparrow
heady urchin
#

@final shadow can u fix the javascript requirements for deluxemenus

tender vaporBOT
#

@heady urchin,

heady urchin
#

cant go over the integer limit of like 2.1b or something

vivid sparrow
#

javascript limitation != something broken

silver minnow
vivid sparrow
#

he should if he uses js'

silver minnow
#

oh

#

maybe

long crater
#

anyone know a way to have a playtime top leaderbaord?

heady urchin
#

@vivid sparrow it is broken

tender vaporBOT
#

@heady urchin,

cunning elk
#

Any papi builds I should update to due to paper's integration of adventure?

#

Please ping when replying

flint nacelle
# acoustic elk is something like this exist for cmi?

Online_player placeholder work , but i think only in cmi stuff like there own tab och other stuff it has build in.

It has other placeholder too, but it seams only work if player parse it. Has not have time to bug test it.

cunning elk
#
    var opcao;
    var hasKit = "%essential_has_kit_";
    if ( args.length === 1 ) {
        opcao = args[0];
        var finalArgument = hasKit.join(opcao + '%');
        if (finalArgument == 'yes') {
            return 'Sim';
        else { return 'Não';}
        }
    }
}
haskit();```
What am I doing wrong?
vivid sparrow
#

you have to parse the placeholder with PlaceholderAPI.static.setPlaceholders(BukkitPlayer, whatever)

tender vaporBOT
#

@cunning elk,

cunning elk
#
    var opcao;
    var finalArgument;
    var hasKit = "%essential_has_kit_";
    if ( args.length === 1 ) {
        opcao = args[0];
        finalArgument += hasKit + opcao + '%';
        if (finalArgument == 'yes') {
            return 'Sim';
        }
        else { return 'Não';}
    }
}
haskit();```
#

but it is only returning me Nao

#

even for instances that if i parse the essentials_has_kit placeholder, will return yes

vivid sparrow
#

because placeholders that are being formed in code something + something else aren't being parsed unless you use the the output of PlaceholderAPI.static.setPlaceholders(BukkitPlayer, something + something else)

cunning elk
#

how do I do that? Im sorry

#

im new to coding so its very new to me

vivid sparrow
#

val result = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%essentials_has_kit_" + args[0] + "%")

cunning elk
#
    var opcao;
    var finalArgument;
    var hasKit = "%essential_has_kit_";
    if ( args.length === 1 ) {
        opcao = args[0];
        finalArgument += hasKit + opcao + '%';
        val result = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%essentials_has_kit_" + args[0] + "%")
        if (result == 'yes') {
            return 'Sim';
        }
        else { return 'Não';}
    }
}
haskit();```
#

like this?

vivid sparrow
#

yeah

cunning elk
#

got an error

#
javax.script.ScriptException: <eval>:1:173 Expected ; but found result```
#
    var opcao;
    var finalArgument;
    var hasKit = "%essential_has_kit_";
    if ( args.length === 1 ) {
        opcao = args[0];
        finalArgument += hasKit + opcao + '%';
        val result = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%essentials_has_kit_" + args[0] + "%");
        if (result == 'yes') {
            return 'Sim';
        }
        else { return 'Não';}
    }
}
haskit();```
#

i did add the semicolon to the end of your argument btw

keen crown
#

hi im a noob in js

#

need some help

#
function islands() {
    if "%superior_island_location_name_leader%" = "Togglingspeed";
    return "Your Island";
    else return "%superior_island_location_name_leader%";
}

islands();```
#

i need it so when the placeholder returns the players name

#

it would return "Your Island"

vivid sparrow
#

==

keen crown
#

ah okay

#

thanks <3

vivid sparrow
#

Np

keen crown
#
        <eval>:2:8 Expected ( but found TogglingSpeed
    if "TogglingSpeed" == "Togglingspeed";
        ^ in <eval> at line number 2 at column number 8```
#

got this issue :P

junior musk
#

put it in ()

vivid sparrow
#

you need ()

keen crown
#

where at?

junior musk
#

the if statement

keen crown
#

if "%superior_island_location_name_leader%" == "Togglingspeed" ();

#

like this?

junior musk
#

nah

keen crown
#

sad

junior musk
#

from After the if to the end of the line (which doesn't need a ; )

vivid sparrow
#

If (x == y) return ..
else return ..

keen crown
#

ah i get it now

#
        <eval>:4:4 Expected an operand but found else
    else return "TogglingSpeed";
    ^ in <eval> at line number 4 at column number 4```
#

new issue :P

junior musk
#

send the entire script

keen crown
#
function islands() {
    if ("%superior_island_location_name_leader%" == "Togglingspeed");
    return "Your Island";
    else return "%superior_island_location_name_leader%";
}

islands();```
junior musk
#

remove the ;

keen crown
#

from?

junior musk
#

line 2

keen crown
#

yay

#

I just get my name returned lol

#

and how do i do it so instead of my name its the players name whos parsing it

vivid sparrow
#

BukkitPlayer.getName()

keen crown
#

👍

cunning elk
#
    var opcao;
    var finalArgument;
    var hasKit = "%essential_has_kit_";
    if ( args.length === 1 ) {
        opcao = args[0];
        finalArgument += hasKit + opcao + '%';
        val result = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%essentials_has_kit_" + args[0] + "%");
        if (result == 'yes') {
            return 'Sim';
        }
        else { return 'Não';}
    }
}
haskit();```
#

what am I missing?

#

I have to reparse the placeholder to then use it in yes or else

rare lily
#

There are only 3 tasks left on JSExp 1.7 now: data saving, exception handling and classloader stuff

cunning elk
#

is there a way to sink placeholder information?

#

I wanted to add a players total player time from each server and display total time played in our network

turbid tide
#

Don't think so. you'll probably need a plugin that just keeps track of the playtime.

#

I mean I think there is an API that allows you to have Bungee placeholders but IDK how it works.

tender vaporBOT
#

@cunning elk,

cunning elk
#

im sorry

#

blitz, would you know what im doing wrong here?

cunning elk
#

it only returns else

#

so 'nao'

turbid tide
#

huh 1 sec

#

yes I think I know what it is

#

I'll send you the fixed one

#
function haskit() {
  if (args.length < 1) return "No Arguments"
  var hasKit = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%", "essentials_has_kit_" + args[0] + "%")
  return result == "yes" ? "Sim" : "Não"
}
haskit();```
#

try this

vivid sparrow
#
function haskit() {
  if (args.length < 1) return "No Arguments"
  var result = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%essentials_has_kit_" + args[0] + "%")
  return result == "yes" ? "Sim" : "Não"
}

haskit();```
dim harbor
#

does anyone know why my placeholders arent working

#

i installed a placeholder package and they dont replace

fallow nymph
#

pogg I'm here

#

so umm is there a way to list all the placeholders a expansion registered?

trim mist
#

If it's from the ecloud, yes, if not, probably not unless the author lists it somewhere.

fallow nymph
#

off

#

it's a custom plugin and the dev is not responding oof

trim mist
#

Can always decompile it and look.

fallow nymph
#

well the thing is

#

the plugin broke

#

since it was like an extension to a public plugin to add it into papi

#

and the plublic plugin updated and it seem to have broke

#

I'm not sure it's because of the update or the plugin itself

#

so I was thinking to list it in-game

#

there's like so many layers that it could be broke on

#

plugin to extension
extension to papi
papi to Mvdw
Mvdw to FB

dusty gyro
#

why can't I find mycommand's placeholder ecloud expansion?

sonic trellis
#

Is there an expansion that adds placeholders for user keybinds? In case someone has a different sprint key, etc.

vivid sparrow
#

Suggest it on github

final magnet
#

Was wondering what the placeholder to link deluxetags with essentials chat

tender vaporBOT
outer steeple
#

How can I use a placeholder inside a plceholder?

turbid tide
#

bracket placeholders

outer steeple
#

like in this one: %Advancements_completedAmount_<player>%

turbid tide
#

{placeholder_Here}

outer steeple
#

ah

turbid tide
#

if that one supports it tho

outer steeple
#

probably not

turbid tide
#

not all placeholders support bracket placeholders

outer steeple
#

it doesnt say so

turbid tide
#

I mea it doesn't have to say. A lot of them just support them by default but not all of them

outer steeple
#

i tried doing %Advancements_completedAmount_{player_name}% but didnt work

turbid tide
#

yeah probably doesn't support them then

#

can you maybe try and return the results of each placeholder? Instead of total being a number make it a string and just concatenate the placeholders to it. see what it returns

mint fable
#

ex: /papi parse me %premiumvanish_bungeeplayercount@survival1%

#

I also assume the server name has to match caps exactly

#

so if it's Survival vs survival you might need to use that

turbid tide
#

cj he said here it works

#

its clearly a problem with the script

#

but idk what

acoustic elk
turbid tide
#

why what?

#

why is it not the latest?

#

go to plugins/placeholderapi/expansions and delete all the BungeeExpansions jars

#

you probably have multiple

#

and then redownload

acoustic elk
#

thanks

mint fable
#

does %premiumvanish_bungeeplayercount@survival2% also work?

tender vaporBOT
#

@cunning elk,

cunning elk
tender vaporBOT
#

@cunning elk,

turbid tide
cunning elk
#

that was the problem

#

thank you so much

turbid tide
#

no problem

storm sorrel
#

Hey!
When I want to download Vault with placeholder, everything works but at the time of the / papi reload in order to activate it, I have this mini error in my console and the Vault placeholder does not work

[19:24:05] [Server thread/INFO]: T3scioR_ issued server command: /papi ecloud download Vault [19:24:05] [Thread-50/INFO]: [PlaceholderAPI] Fetching available expansion information... [19:24:08] [Server thread/INFO]: T3scioR_ issued server command: /papi reload [19:24:08] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing... [19:24:08] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information... [19:24:08] [Server thread/ERROR]: [PlaceholderAPI] expansion class VaultExpansion is outdated: Failed to load due to a [NoClassDefFoundError], attempted to use net/milkbowl/vault/economy/Economy

cunning elk
#

Place the jar in expansions and restart

storm sorrel
#

I tried this and even manually downloading it doesn't work :/

steep thorn
storm sorrel
#

I just looked and ... I had incorrectly installed Vault and therefore the plugin itself did not work. I'm sorry for the inconvenience

#

I have another problem, I have correctly installed vault but this time the expansion is installed well in the folder yet it does not work

rich flint
#

Uh

#

So I get

#

This weird error

#

And i cant show it here

#

Ping me plz

#

What is this

lilac oxide
#

Is there a way to remove pre-formatted color codes from a placeholder? (an expansion or something)

#

preferably without js

quick sphinx
#

how do I round to 2 decimal points using math?

tender acorn
#

what is the kill place holder?

quick sphinx
tender acorn
#

ye

quick sphinx
#

%statistic_player_kills%

#

do /papi ecloud download statistic

tender acorn
#

Ohhhhh

#

i think that is why my score board is not showing the kills

#

cause i did that but now i downloaded the thing

#

Thanks!

quick sphinx
#

try to make it round to 2 decimal points using %math_[precision]:[rounding]_<expression>% any help?

#

nvm solved

young lynx
#

hello

hollow ledge
#

what command /papi should I use to put "easyprefix" on the scoreboard?

turbid tide
austere hawk
#

when i put placehorders in chat it doesnt show the value

turbid tide
austere hawk
#

its bw1058

#

bec for aj leaderboards

#

i need to type the placeholder in chat

#

to be able to register

#

it

#

it says u have to writea valid placeholdder

turbid tide
#

have you read their wiki? The ajleaderboards wiki I mean

#

it tells you how to use it

austere hawk
#

yes

#

if i type any placeholder

#

i ccant send images

tender vaporBOT
#

@austere hawk,

austere hawk
#

smart

hollow ledge
#

How can I show the number of people online in a world on the scoreboard?

austere hawk
#

oof

#

ye

turbid tide
austere hawk
#

i download player ecould

#

and typed player in chat

#

it dint displayed my name

turbid tide
#

do /papi parse me %player_name%

#

tell me what it says

austere hawk
#

ye

#

it displayes name

#

then

turbid tide
#

well then the problem is your chat plugin

#

it doesn't parse placehodlers in the messages

austere hawk
#

i dont have any chat plugin

#

tho

turbid tide
#

well yeah then the placeholders clearly won't work in chat

#

The placeholder should only output the number for the player, and nothing else.

#

this is to create leaderboards ^^^

#

you can't do leaderboards with their names.

#

only with numbers

austere hawk
#

like

#

this one %bw1058_stats_firstplay%

hollow ledge
#

Should I put some /papi ecloud download?

turbid tide
turbid tide
austere hawk
#

nothing

#

xdd

#

when i pase then it returns

turbid tide
#

it returns what?

hollow ledge
#

Why does it say that there is no one connected? I am

turbid tide
#

maybe you used the wrong world name

hollow ledge
#

no, i wrote the name of the world

turbid tide
#

what's the exact world name?

hollow ledge
#

"Eventos"

#

its a world of multiversescore

turbid tide
#

%server_online_Eventos%

#

if its eventos and not Eventos that matters as well

hollow ledge
#

oh, thx xD

#

i
yes, that was it, I had written "<Eventos>"

#

thxsm