#placeholder-api

150650 messages · Page 23 of 151

fallow summit
#

Hi i got problem papi can t find one hook. Can i add hook in some way manual?

fallow summit
#

i was aslo trying to register expansiion using command but papi throws error

#

i got this problem with Expansion-skript.jar

tender onyx
#

Does anyone know why killStats doesn't load after downloading it?

turbid tide
#

?startuplog

tender vaporBOT
fallow summit
#

?paste

tender vaporBOT
fallow summit
mental night
#

that’s not your startup log

fallow summit
#

is it?

austere hawk
#

hi is there any placeholder to show what kit i am currently using (essentials Kit)

silver minnow
#

No, because it's just a couple of items

#

Probably not*

austere hawk
#

no like kit name not items

silver minnow
#

?

austere hawk
#

sp there's none?

silver minnow
#

I'm confused on what you're trying to do

#

If you do /kit pvp, I'm 99% sure it won't remember who it gave it to afterwards

#

I'm going to be super surprised if it does

austere hawk
#

okay

normal kettle
#

Can I get the placeholder for the online count of more than one server?

junior musk
#

%math_{bungee_<server1>}+{bungee_<server2>}[precision:0]%

junior musk
#

depends if the plugin you use supports PAPI

mental night
#

%bungee_Total% ?

junior musk
#

that's for the amount of all servers, idk if it's what he want because he didn't specify "all" servers but yeah that can work aswell

normal kettle
#

Do i need mdv for that

junior musk
#

mdv?

normal kettle
#

the one which uses {}

#

also whats precision lol

#

nvm i got it

#

decimal points

junior musk
#

yup

normal kettle
#

epic ty

normal kettle
#

Is there a way to get a placeholder from another server?

#

Bungee

junior musk
#

not really

turbid tide
#

Yes. PAPI Bungee API. You need to know java tho and idk how reliable it is

dull meadow
#

are there any XP level placeholders available in the ecloud of papi?

turbid tide
#

-papi Player

#

In the player expansion

#

There are some

mild gale
#

what is the placeholder for all players who joined the server?

#

tag me if know.

junior musk
#

/papi ecloud download PlayerList
/papi reload
%playerlist_all,normal,yes,list%

turbid tide
#

Or just server expansion xD

junior musk
#

depends if he wants the amount or the list ¯_(ツ)_/¯

mild gale
#

wait I want the amount

#

what's the placeholder for that

junior musk
#

then %server_unique_joins% would be better

turbid tide
#

I mean can't your placeholder do %playerlist_all,normal,yes,amount% ??

warm topaz
#

who tf would want a list for total players thonk

#

thats atleast 100 players even on a small server

turbid tide
#

no idea Kalibear

#

well my server is fucking small and its over 2k players

#

xD

warm topaz
#

ikr

#

i think i had 1k

turbid tide
#

because it would count every fucking player that joined for like 1 second

warm topaz
#

🙂

idle sonnet
#

-papi

#

-papi VotingPlugin

#

-papi votifier

#

-papi Bungee

#

?

#

wtf

warm topaz
#

bot dead kek

tender vaporBOT
warm topaz
#

u can check the placeholders there

indigo anchor
#

Hello is there a way for format math placeholders? Like 1.32K + 1.33K = 1.65K

turbid tide
#

with javascript most likely.

indigo anchor
#

so can you help me? I have a placeholder %math_{MySQLBridge_survival_mine_block}+{MySQLBridge_mining_mine_block}[precision:0]%

#

and i need calculate this placeholders, values is for example the 1.32K + 1.33K

#

or i can do this placeholders to 1320 + 1330

#

but i want the format

upper harbor
#

Hello

#

Is there the BentoBox (BSkyBlock) expansion?

#

in placeholders?

upper harbor
#

How do I download the placeholders to make it work?

turbid tide
#

You don't need to download anything. All you need to have is the plugin BentoBox installed

#

also the expansion if you want to use the placeholders from an expansion

#

@upper harbor ^

#

so can you help me? I have a placeholder %math_{MySQLBridge_survival_mine_block}+{MySQLBridge_mining_mine_block}[precision:0]%
@indigo anchor I mean if you want to do it you need to know some basic javascript and some math

misty slate
#

Hey guys, really need help with soemthing,

The Placeholders for Guilds just disapeared on scoreboard? I believe Guilds is updated to latest

turbid tide
barren sandal
#

can papi be put on bungee

#

that would be epic

trim mist
#

Okay, papi bot is back online.

#

No, PAPI does not support Bungee at this time.

short flicker
tender vaporBOT
#

@pure falcon,

pure falcon
#

Hello, I'm trying to use Placeholder API for my plugin with the internal class method. I have created a class and made the identifier "townyupgrades" and the placeholder "level." I then call the placeholder in my config as %townyupgrade_level% . My code for my expansion is below. It keeps returning "No town" and I'm not sure as to why. Am I not able to use another plugin's API here? PAPI, Towny, and my plugin are all on the server during my testing.

        public String onPlaceholderRequest(Player player, String identifier){

            if(player == null){
                return "";
            }
            String level = "";
            
            switch(identifier) {
            case "level": //%townyupgrades_level%
                try {
                Town town = TownyAPI.getInstance().getDataSource().getTown(player.getName());
                level = Integer.toString(dmang.getMap().get(town.getUuid().toString()));
                return level;
                } catch (Exception e) {
                    return "No town";
                }
            }
            // We return null if an invalid placeholder (f.e. %someplugin_placeholder3%) 
            // was provided
            return null;
        }```
upper harbor
#

or can I use the placeholders in the deluxemenus to place variables? [] <> {}?

barren sandal
#

%luckperms_suffix% doesnt work in the essentials lang folder

high star
#

Essentials doesn't support PAPI yet

barren sandal
#

oh

mint fable
#

chatinjector, no?

high star
#

tru

kindred wigeon
high star
#

Ensure you're on the latest version of the plotsquared expansion

kindred wigeon
#

ahh I don't have the latest

#

is there a way to go back to the older versions?

high star
#

seeing as it seems to be using an unsupported version of the api, not really

kindred wigeon
#

ok

#

if I have the jar for a older version where do I put it?

mental night
#

you need the newest version not an older 😂

#

as your using papi 2.10.9 i assume

kindred wigeon
#

yup

mental night
#

yeh plot squares is on like v3 and is now paid plugin

kindred wigeon
#

ikr

#

I have V4

#

and I want V5 put it's paid

mental night
#

oh my bad i meant v5 not v3 but yeah

fluid heath
#

hi i have such a problem that% player_ping% works strangely when you enter it shows a ping of 500-700 but then slowly drops to 50-60 (this is my normal ping) while delays are not felt in any way and everything works well

Server version: Spigot 1.15.2
Plugin version: PlaceholderAPI-2.10.9
Number of plugins: at first it was 42 and we thought that was the problem, but even when I removed everything except the placeholder and the tab ping remained the same

https://imgur.com/TyepJM0 https://imgur.com/izbJgkP here you can see that the ping is large (sometimes 100 sometimes 1000)

https://imgur.com/QWmcVdO after 5 minutes on the server

https://imgur.com/HHSsQPo here you can see that placeholders are used

and we also use BungeeCord, but even when we reconfigured the server to work without it, the ping was the same

#

mark me if someone replies to my message (I rarely watch this channel but really want to figure out why this is happening)

turbid tide
#

I mean I'm pretty sure %player_ping% uses a player method. Like it doesn't count the ping itself. So you probably have internet spikes. I used to have the same when my internet was like 100 Mbs

#

it would just randomly go to even 4k sometimes

#

even tho I didn't feel like I was lagging

#

it goes to 4k for like 1 ms and then comes back

#

it just takes a bit to update so it will show it going down slow but it will actually be back to normal by that time

#

@fluid heath ^

#

also ping doesn't have much to do with your plugins and stuff like that. Those usually affect TPS. Idk how it works with client side packets tho. Maybe those might affect your ping

#

but ping shows how much it takes the server to get information from your pc.

#

so for example if I have 40 ping and I click, it takes 40 ms for the server to register that click

fluid heath
#

but my internet has a ping to the server of 50-60ms and this value very rarely grows higher

#

and this problem is observed in all players

turbid tide
#

what internet speeds tdo you have?

#

oh all players? then it might be the server's fault as well I guess.

#

But yeah the ping placeholder works

fluid heath
#

it works yes it can be seen however something makes him think that ping is 500+ but it is not

turbid tide
#

it is for a few milliseconds.

#

as I said. I used to have this happen as well. It will just spike for less then a second

#

and it will come back

fluid heath
#

but no it returns to normal in about 5 minutes

turbid tide
#

well that's weird. For me it would take a few seconds to return back to normal. Not minutes

fluid heath
#

can I try to show you this via the broadcast?

trim mist
#

I can't recall if it got released yet but I know we did make some changes to the Player expansion at some point in the past three months. One of those changes implemented a cache of a player's ping due to it being a heavy action to retrieve it on an NMS level. Five minutes seems absurdly long for the amount of time we actually cache it for.

fluid heath
#

ping update occurs every 20-30 seconds, I think, but ping completely returns to normal only after 5 minutes

turbid tide
#

Last update was August 1st Glare

trim mist
#

Alrighty, then that means that the changes we made to it did not get pushed live. Probably still in the testing stages.

turbid tide
#

I mean on github it did get updated 28 days ago. But not on ecloud

#

and the update was called Push to 1.8.0

#

made by you

fluid heath
#

have any idea why this might be happening?

trim mist
#

I unfortunately do not have any idea off the top of my head in this situation.

#

If I never pushed the cache changes to the eCloud that means that you're directly pulling each time it's checked on an NMS level, so, I believe that's what the client believes it's ping is.

fluid heath
#

I can show my screen so you can see the problem

trim mist
#

Feel free to imgur some pictures and I'm sure someone can look at it at some point in time.

fluid heath
trim mist
#

I'm unsure if that uses the same method.

#

I can double check that.

fluid heath
#

now I have to close minecraft because important things have appeared, if data from me is needed, I can give them only after 1 hour

trim mist
#

I'm getting ready to leave, so, that's not really a problem, I would just leave it for the time being if it's not actually causing problems.

stuck gulch
#

Hello i have problem with VoteParty placeholders

#

Thats how it looks in game + holo settings

trim mist
ancient rune
#

please help my plugin placeholder api saying this error

trim mist
#

Remove the EZRPExpansion from the expansions directory and you should be good.

ancient rune
#

however, I need this expansion

turbid tide
#

it does not

#

you do not*

#

its in the plugin now I think so you don't need an external expansion anymore

ancient rune
#

thanx

turbid epoch
#

'[console] bc %player_hasitem-mat:COBBLESTONE-amt:64-data:0%' this returns this

#

and these are the expansions i use

agile bramble
#

Hi, when I use localtime extension, it's included in PAPI, it's not own plugin, or is it? Cause when I use it, my server crashes multiple times. https://pastebin.com/mNMWh3Zn

#

And chatcontrol author told me this extension causes it crashed multiple times that I should report it to author of localtime extension, but IDK who's author

turbid tide
#

@turbid epoch Player has item is not an actual placeholder. You need to use other expansions like checkitem.

turbid epoch
turbid tide
#

that wiki is old man.

#

=wiki deluxemenus

tender vaporBOT
turbid tide
#

check this wiki. It has a more updated store example

turbid epoch
#

Ok thx

tender vaporBOT
agile bramble
#

Blitz don't you know what mine issue?

turbid tide
#

I mean I know what the issue is. Its either LocalTime or ChatControl or both of them conflicting but Idk how you can fix it so no.

turbid epoch
#

Why can't I add numerical ids on deluxe menus (1.12.2)? @turbid tide

turbid tide
#

server version 1.12.2?

turbid epoch
#

yes

turbid tide
#

because they got removed

#

in 1.12.2

#

only material names + data work

turbid epoch
#

Ok then it weird

turbid tide
#

no longer material id + data

#

its a minecraft thing

#

its not only dmenus

agile bramble
#

and where should I report it Blitz? Localtime is included in PAPI, or it's own plugin?

#

Is reporting here enough?

turbid epoch
#
  1. World edit and shop gui plus still uses them but I asume it a convertion thing on their side.
  2. I can not find planks what the hack is the material for that?
agile bramble
#

by chatcontrol author it's really issue of this extension, he already tried it solve somehow

turbid epoch
#

Oh nvm its wood

turbid tide
#

by chatcontrol author it's really issue of this extension, he already tried it solve somehow
its not its own plugin and its not its not included in PAPI. Its an expansion made by an aBooDyy.

#

if aBooDyy still maintains this expansion.

agile bramble
#

and do you suggest alternative extension?

#

or solution?

turbid tide
#

I mean there isn't one that does all that LocalTime does. You can just report the issue there and hope that aboo will take a look at it

agile bramble
#

And is he on DIs too?

turbid tide
#

ye he is. But He's been inactive lately so I can't tell you he'll respond here.

agile bramble
#

Could we ping him?

turbid tide
#

Idk if he would like that. I mean just open an issue. Its better for everyone since it will also get saved so he'll not forget to update in case he can't rn

subtle sequoia
#

Does PlaceholderAPI have Velocity support?

turbid tide
#

PAPI doesn't support any proxy at all. Not even bungee

subtle sequoia
#

Where would I pull total network count then?

turbid tide
#

you can't by default. You can only do that using some other plugins/apis

#

I don't know any but I remember seeing

#

some

#

on spigot

#

try searching something like PAPI Bridge or PlaceholderAPI bungee or something

#

but

#

just know

#

they are not tested by us

#

so if you have any problems with them you won't get help here

dim nexus
tender vaporBOT
#

@dim nexus,

dim nexus
#

o/

#

Where would I pull total network count then?

if this total network count means players online in your network, would be fine with Pinger placeholders

clear nebula
#

is there a dev build? I keep getting these errors on restart and I'm using the latest

civic hinge
#

top-monety:
location: world, 23.286, 67.001, 3.442
lines:

  • '%vault_eco_top_balance_1%'
  • '%vault_eco_top_player_1%'
#

I have got this

#

and in minecraft this not working :/

#

Help me with this

#

Pls

mental night
#

they stopped supporting baltop placeholders

#

check pinned messages in this channel

turbid tide
#

you can enable them from config tho I think

#

from PAPI config

mental night
#

@subtle sequoia %bungee_total% /papi ecloud download bungee then /papi reload

#

ah

#

@clear nebula which plugin placeholderapi?

clear nebula
#

well every plugin returns an error about an event related to placeholderapi

tender vaporBOT
rain oasis
turbid tide
#

but please do give more information because a dev build might not always be a fix. Info you should usually share is server version, plugin version, errors you get.

clear nebula
#

I'll tell u if it's fixed in the latest build

chrome bramble
#

Hi i want to know if when some player close the player with "Esc" instead of closing the hole menu it returns him to the previous menu and if there is no previous menu just close the menu

mental night
#

Isnt possible sadly

trim mist
#

You could try to add an [openguimenu] to the close commands. I'm unsure if that will work properly or not.

chrome bramble
#

But when the player closes the menu

#

No when he clicks :c

trim mist
#

Ahh

#

Well, hmm, I would think when it's closed it'd be executed, I guess that's only if they close it via clicking.

turbid tide
#

ye Waffle. Only for the [close] action

trim mist
#

Rip

#

Would you like a copy of DeluxeMenus that does execute the actions on close, Pavo?

#

This should make it execute close commands when hitting esc now.

turbid tide
#

This sounds like a scam

#

also I feel like this shouldn't be a thing for some reason

mental night
#

it should

warm topaz
#

why should it not?

turbid tide
#

just because

warm topaz
#

ok

mental night
#

ok

turbid tide
#

ok

trim mist
#

I mean, it's such a specific use-case. He can use it if he wants.

chrome bramble
#

Thank you

#

how i use it :v ?

#

I mean what is the [closeaction] or config

#

@trim mist

turbid tide
#

you can set close_commands

#

check the wiki for those

trim mist
#

Yeah

#

What Blitz said

chrome bramble
#

Thank you awesome people

trim mist
#

Blitz, honestly, that could be a per-menu option I wouldn't mind adding.

chrome bramble
#

In the jar you give me when player use esc that thing will be executed right ?

trim mist
#

I think

chrome bramble
#

I ll test it 7u7

turbid tide
#

Waffle I hope you didn't just make a loop. And now it won't close even with a [close] action

trim mist
#

No lol

#

At least, I don't think so.

chrome bramble
#

The loop can occured but only if the owner of the config make it, i think

trim mist
#

No he's saying he's hoping I didn't make it just automatically open back up a GUI if you close it.

turbid tide
#

You don't get me don't you?

chrome bramble
#

Oh

turbid tide
#

close commands execute on esc and on [close] now

#

so if you make a close command that just opens the menu back

#

you will have to alt f4

#

to close the menu

chrome bramble
#

Xd

trim mist
#

Okay but why would you do that in the close command

#

You would only open another menu

#

Not open the same one

turbid tide
#

because that's literally why everyone asks for that

trim mist
#

And if you do, then I can classify it as user error

turbid tide
#

that's what it will get used for

#

ye

#

thanks

#

for making my next 4 months easier xD

#

bcz idk if you know but user error are support's fault xD

trim mist
#

Oh shit, close commands aren't per-set are they

#

They are always the same

#

Hmm.

turbid tide
#

I preffer to tell people it doesn't work then tell them it works but it doesn't

#

xD

trim mist
#

I did a test build where I integrated Matt's chat lib into it.

turbid tide
#

nice

#

that would be cool for the gradient mostly

trim mist
#

Indeed

turbid tide
#

but it would still be cool if you add it

#

I feel like clip intentionally didn't make escape execute close commands

trim mist
#

I've got a lot of stuff ready to go like the new JS engine. I just need to sit down and talk to clip before I merge anything.

turbid tide
#

tho

trim mist
#

Oh yeah he didn't.

#

That jar was only for Pavo. I really don't plan to make that a thing.

turbid tide
#

oh ok. good

#

xD

trim mist
#

I'd never do something on purpose that causes havoc for you guys since I know people will rage at the support.

chrome bramble
#

The close commands are per menu no?

trim mist
#

No

#

Wait

#

Yes

turbid tide
#

ye they are

#

you can set them in each menu

chrome bramble
#

yES

#

XD

turbid tide
#

I mean don't get me wrong. I won't mind a few kids screaming here. I've learned to ignore them. Its just so many things to consider I feel like

brisk coral
turbid tide
#

ye nice Frosty

#

since we're talking about DMenus

chrome bramble
#

Yes xd

#

Sorry im new on the discord :c

brisk coral
#

Nah, it's not related to y'alls convo kek

turbid tide
#

ah

#

xD

#

I thought you're telling us to move there

#

like ?offtopic

#

which is not a command for us 😦

#

anyways. I think I'm off to sleep. Tomorrow I need to get up early for the exam

trim mist
#

Best of luck!

turbid tide
#

ty ty

thick swift
#

Is it possible to have multiline placeholder?
example: someone puts %placeholder% in featherboard line
and next 3 or 2 lines get replaced with some text not just current line?

vestal kiln
#

Hello i have the error

tender vaporBOT
warm topaz
#

tell the author to update the expansion

#

its using removed methods from papi

mental night
#

That esc feature doesnt seem to be working for me but i assume its because im on 1.8.9 f

grave fossil
#

Probably i'm dumb, but i can't use the %server_countdown% placeholder. I have downloaded the Server expansion. but i don't know how use it. Can you explain me?

plain walrus
#

%nicky_nickname% placeholder is not going properly to deluxechat. All other placeholders I use are working oke.

restive slate
#

I have made a plugin which works with PaPi and has also papi placeholders, how can I let you add to papi plugin using page on spigot?

austere hawk
turbid tide
#

I have made a plugin which works with PaPi and has also papi placeholders, how can I let you add to papi plugin using page on spigot?
@restive slate can you explain what page you want it added to? The wiki?

#

you want your placeholders put on the wiki?

#

If that's what you want please leave me a link to your plugin here and a list of all placeholders.

#

That the plugin adds

restive slate
#

Yes to the wiki page where are listed Alle the plugin working with papi

turbid tide
restive slate
#

Exactly

turbid tide
#

oh I see the placeholders are on spigot

#

I'll add them soon on the wiki

restive slate
#

Thanks brodm

turbid tide
#

@restive slate it doesn't have an external expansion right? Its built inside the plugin

restive slate
#

Yes, but the plugin placeholders can work if papi installed into others plugin

turbid tide
restive slate
#

Thank you <3

novel moss
turbid tide
#

ye. adding it now

#

actually adding it after I eat

novel moss
#

Yea np

turbid tide
novel moss
#

Ty

turbid tide
#

👍

gentle flicker
#

How would I go about getting my PAPI expansion verified? I have sent my plugin and the expansion on here about two weeks ago, I am not sure how long it usually takes.

turbid tide
#

oh have you told funnycube or another admin about it? Idk for sure but I think the only people that can put it there are the admins.

gentle flicker
#

Yeah, they said that they'd check it the day after but they might have been busy/might have forgotten

turbid tide
#

please do ask an admin when they are online to check it again.

gentle flicker
#

Alright. Is there any way for me to change the Expansion's name when it is on the ecloud site already?

turbid tide
#

Oh look glare is here.

trim mist
#

Question. Is there a specific reason you need it in the cloud vs the plugin itself?

turbid tide
#

He'll maybe help you

gentle flicker
#

I don't think so I guess, just thought that generally it's better to have the expansion be in a separate jar

trim mist
#

I mean it's totally up to you. I need to see the source for the expansion though.

turbid tide
#

nah

#

its better to have it in the plugin. easier for everyone

trim mist
#

I used to have it separate, but then I found me constantly having to update in multiple places.

gentle flicker
#

Do you want me to put the expansion on GitHub momentarily?

trim mist
#

Yeah sure

#

Yeah sure

gentle flicker
#

Give me a bit, I need to finish doing the laundry right now

#

I will send the link to the github on here asap

turbid tide
#

or if you don't want to publicly share it I guess you could send it to @tender vapor in DMs

gentle flicker
#

How should I do that? It would be quicker for me for sure

#

Do I just send the main class (the only class) to Barry? Or

olive current
#

Is there a placeholder where I can show players block break or walk distance? Ping me if you can help

warm topaz
#

statistic expansion

olive current
#

Thx you

fluid chasm
#

how do i fix this

sour rain
#

How do you setup the BungeeCord expansion?

turbid tide
#

you need to download PAPI on all your backend servers. Not on your proxy, then do /papi ecloud download Bungee and /papi reload once again on all of your backend servers not on your bungee.

sour rain
#

Ok, thanks @turbid tide!

tender vaporBOT
#

@sour rain,

sour rain
#

Oof

#

Sorry

turbid tide
#

no worries

sturdy cloud
#

Hello, I bought the leaderheads and I'm not sure how to configure, can someone help me? (I am Brazilian and I am using google translator)

north hearth
#

Anyone else have issues with the latest papi update breaking the javascript plugin?

trim mist
#

Are you using Java 15?

north hearth
#

oh wait, i think i'm missing the skript plugin

turbid tide
#

You don't need it for JavaScript

#

you just need to download the JavaScript expansion

north hearth
#

so, the JS is working, but it's no longer letting me fetch Skript values from within the JS exp

turbid tide
#
/papi reload```
north hearth
#

and it was working when I was on the version ending in .6, once I update to .9 it breaks

turbid tide
#

Make sure your Skript plugin works and also your Skript expansion works

#

do /papi parse me %placeholder% for the skript placeholder and see if it works or not

north hearth
#

aight lemme test that out

#

dang, i can't paste screenshots here

tender vaporBOT
#

@north hearth,

north hearth
#

it just spits out what I put in, which im guessing means it isn't working?

#

ah, i found an error in console >.<

#

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

#

ah someone made a patch for it since the original dev seems to be inactive...

#

And the patch fixed it! 😄

#

Thanks for your help Blitz!

sterile dawn
#

some of my papi ecloud downloads get cleared when i restart the server.

olive current
#

Hi is there a placeholder where you don't need to reload the plugin before they update?

turbid tide
#

what?

olive current
#

Okay I have a placeholder where a player walk distance increase if he walks but the results doesn't show until I do /reload. Hope you understand this better. Is there one where the auto update by them selves.

junior musk
#

where do you use the placeholder?

olive current
#

Player stats

#

I made a gui for the players stats

junior musk
#

what's the plugin for the gui?

olive current
#

advancedhelp

turbid tide
#

is the gui updating? Because the placeholder is most likely. You just have to make sure where you use it updates as well.

olive current
#

Oh okay thx you will check

junior musk
#

I think you have to enable refresh-guis: false in the AdvancedHhelp's settings.yml file

olive current
#

Lets check.

#

Thx you that helped al lot .

austere hawk
#

Hello, i have a problem with Papi. the latest version dont work, other plugins cant use them, an older version (2.9.2) are useable by holoblock, but not with my Scoreboard plugin. And the Placeholders wont work too. HELP

warm topaz
#

those plugins probably need to update to use the new api then

#

ask the author to update them

austere hawk
#

they are absoluty updated. and it dont work with the older versions too

warm topaz
#

can u send a startup log please

#

?startuplog

tender vaporBOT
austere hawk
#

yeah, wait a sec

#

?paste

tender vaporBOT
austere hawk
#

ok, can i post the hastebin link here?

warm topaz
#

yes

austere hawk
#

i hope, thats all

warm topaz
#

sorry, with placeholderapi 2.10.9 installed

austere hawk
#

ok, wait

#

here

warm topaz
#

yea so holoblock does need to update its placeholderapi hook

#
java.lang.NoClassDefFoundError: me/clip/placeholderapi/external/EZPlaceholderHook```
austere hawk
#

yeah, but the scoreboard dont work too, no placeholder work

warm topaz
#

which placeholders?

austere hawk
#

%player_name%, %player_ping%, &server_uptime%

junior musk
#

/papi ecloud download Player
/papi ecloud download Server
/papi reload

#
[15:15:19] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[15:15:19] [Server thread/INFO]: No expansions were registered!

you didn't register those two expansions, so yeah they won't work

austere hawk
#

Ohh, LUL, nice thx

#

i dont know that.

#

Thats nice thx

austere hawk
#

ok, another question, whats the ecloud name from Jobs Reborn?

junior musk
#

I think it doesn't have one

#

it should be directly included into the plugin

austere hawk
#

ok, it wont load in the Scoreboard

junior musk
#

are you using those placeholders ?

austere hawk
#

yes

junior musk
#

which ones?

austere hawk
#

%jobsr_total_workers% and %jobsr_name_(jname/number)%

junior musk
#

idk for the workers but the second should be %jobsr_name_#% where the # is the name of a job or a number

austere hawk
#

ok

junior musk
#

also make sure those placeholders work with /papi parse me %placeholder%

austere hawk
#

ok

#

i try it, my dedi crashed

junior musk
#

👀

#

wtf, how?

austere hawk
#

dont know, what happen, i think, the hoster mkae updates

junior musk
#

ah

austere hawk
#

jeah, the server died. i tell it the hoster xD. i try it later

austere hawk
#

Hi, anyone has any idea why the item requirement does not work for me? it has a custom name and lore

full kettle
#

Why is %server_countdown_dd.MM.yyyy_01.01.2021% outputting 13d 25h 27m 37s?

#

-- the output for %server_time_dd/MM/yyyy% is 31/10/2020

#

My date is correct but the countdown is not

warm topaz
#

use the papi dev builds

#

i think u can find a link on the spigot page

odd jay
#

Hello!
Where could I find the dev builds of PAPI?

warm topaz
#

i think u can find a link on the spigot page

odd jay
#

I couldn't find, only the github

tender vaporBOT
warm topaz
#

iirc

odd jay
#

It seems to be the place, but I still don't find the exact place to download the lastest build

warm topaz
odd jay
#

Oh sorry! I'm a little dumb xD
Thanks a lot!

lean crystal
#

Not sure if this is the place to ask, but I'm having issues with the SpigotAPI placeholders - specifically statistic. The %statistic_time_played% placeholder doesn't seem to format properly. Its currently displaying playtime as "1d 25h 37m 30s" - any ideas how to fix this?

turbid tide
#

Download the latest dev build of papi

#

Link above in Kaliber's message

lean crystal
#

Perfect, thanks

#

Thats build 110 yeah?

#

as that still seems to have the same issue

pure plover
#

Sorry if this is the wrong channel, anyone having issues with vault loading? I have downloaded it and ran the /papi reload command but it still doesn't think it is there. I have even tried putting the file in the directory

silver minnow
#

try restarting the server 🤔

#

or

#

do /papi parse me %somevaultplaceholderhere%

#

and replace that with a placeholder

pure plover
#

Just noticed this message, even though Placeholder API is up to date and it should be downloading the latest version of vault:

ERROR expansion class VaultExpansion is outdated:
01.11 02:22:27 [Server] INFO Failed to load due to a [NoClassDefFoundError], attempted to use net/milkbowl/vault/economy/Economy

high star
#

Do you have the plugin vault installed?

#

Cause if not, the vault PAPI expansion won't work

scenic ingot
#

Hello why Skript expansion dont work? I downloaded it and it didnt send message on the console

lusty granite
#

Hello I have a problem with the PAPI update.
I'm using PurpleIRC for IRC tchat.
That works perfectly with PAPI 2.10.6.
(FRM-CREA> [builder_epic] <M_Patate83> Test)
But if I put PAPI 2.10.9, PurpleIRC send me
(FRM-CREA> [% world%] <% name%>% mess)

I do not understand why ? Do you have an idea ? Thank's for help.

turbid tide
#

probably the plugin uses PlaceholderHook. Something that was removed on PAPI 2.10.7

#

the dev of the plugin/expansion needs to update it to support latest version of PAPI

#

have you tried the dev build of PurpleIRC?

#

if not then here ^

#

@lusty granite ^

scenic ingot
#

My skript expansion dont work. Somebody help me? On console i got this message [11:10:58 WARN]: [PlaceholderAPI] Loaded class ch.njol.skript.Skript from Skript v2.5.1 which is not a depend, softdepend or loadbefore of this plugin. [11:10:58 WARN]: [PlaceholderAPI] skript is attempting to register placeholders via a PlaceholderHook class which is no longer supported!

turbid tide
#

There's a more updated version of the Skript expansion. Idk for sure if its on the ecloud or not tho.

#

This expansion uses PlaceholderHook whchi was removed since PAPI 2.10.9

scenic ingot
#

Can i do something?

#

Same happens with Vault [PlaceholderAPI] Loaded class net.milkbowl.vault.economy.Economy from Vault v1.7.3-b131 which is not a depend, softdepend or loadbefore of this plugin.

turbid tide
#

that's not a problem

#

from the first message only the second one is a problem

#

those are spigot messages

#

they just let you know it hooked. Nothing bad happening there.

scenic ingot
#

I downloaded add-on to skript-placeholders but my own created skript placeholders dont work

turbid tide
#

Ye. Because the Skript expansion doesn't work.

#

There's a newer one somewhere but I can't find it

scenic ingot
#

sadge its really important to me

#

Really i cant do anything with that?

turbid tide
#

Well there is something you can do just wait a few minutes so I can find the new expansion

scenic ingot
#

In last month placeholders on skript worked for me that was on version 1.16.1 maybe its version fault?

turbid tide
#

@north hearth sorry for bothering but you said you found a patch for skript. Do you mind sharing the link?

scenic ingot
#

Now i am using 1.16.3 and dont work

turbid tide
#

No peter. Its Skript expansion's fault

junior musk
turbid tide
#

oh.

scenic ingot
#

Where i must put it? On plugins or expansions?

junior musk
#

the link was in an issue of the outdated expansion's github

turbid tide
#

tang please help me

junior musk
#

Where i must put it? On plugins or expansions?
in your Expansions folder

turbid tide
#

my laptop is burning

#

and crashing

junior musk
#

in your PAPI fodler

#

my laptop is burning
and crashing
damn that's exactly what my laptop has 👀

#

I think it's because of a broken fan

scenic ingot
#

in your PAPI fodler
@junior musk And i need to delete wrong skript expansion ya?

junior musk
#

yup

scenic ingot
#

Thanks for help guys!

#

It worked

junior musk
#

👍

lusty granite
#

probably the plugin uses PlaceholderHook. Something that was removed on PAPI 2.10.7
@turbid tide thank for link , I put PurpleIRC 1.0.-355 ( latest ) but it does not work.
But I find this strange because PurpleIRC does not use PAPI?

tender vaporBOT
#

@lusty granite,

lusty granite
#

i also have the latest version of multichat ( 1.9.5) and vault (1.7.3)

turbid tide
#

well I mean those don't rly matter

#

you can either ask the developer of PurpleIRC to update so it works with latest PAPI version or downgrade PAPI to 2.10.6

ornate falcon
#

Does anyone know if there is a way I can have a prefix for all players that is only visible for staff.
Basically i want the world each player is in to be prefixed in the tab list but I only want the staff to be able to see the prefix. So to the rest of the players it looks like the prefix isn't there.

turbid tide
#

javascript placeholders is what you need

junior musk
#

wouldn't it need relationnal placeholders?

#

and is the js expansion even supporting those?

turbid tide
#

well actually now that I think about it yes.

#

so its not rly possible using js either

junior musk
#

maybe this could help

turbid tide
#

I was thinking of something else

lusty granite
#

Ok I'll see with PurpleIRC (they don't even have a discord, back to IRC ^^) Is there no problem staying in 2.10.6? For the moment ?

turbid tide
#

for the moment there should not be

#

but its always recommended to be on the latest.

lusty granite
#

Ok, thank for yout help 🙂

ornate falcon
#

Relcon seems to work but the second text field doesn't seem to be displaying what i'd expect

#

This is the placeholder i'm using:
%rel_relcon_player_tab.reload_{player_world}_ %

#

It shows the world correctly when someone has the permission but when they don't it defaults to:
You don't have permission to see this

turbid tide
#

try putting a text there instead

#

of the sapce

#

I mean

#

space*

ornate falcon
#

I have done and i get the same result

junior musk
#

try to check PAPI's config

#

maybe it has a way to change it?

ornate falcon
#

It probably does

#

It says on the readme it will default to that if no value is set, but there is clearly something in that field soo idk

turbid tide
#

try viewer instead of player

#

relcon_viewer

drifting nimbus
#

Is there a placeholder for TPS?

#

If so, what expansion?

warm topaz
#

server expansion

steep thorn
#

Does anyone know if Statistic expansion works under PaperSpigot 1.7.10?

#

I had some guy that was complaining it didn't work, but his english was horrible so I couldn't figure out whether he did something wrong or whether it just isn't supported

turbid tide
#

ugh I know it has been fixed for 1.8 but I don't think anyone tested it on that version.

junior musk
#

wait, there's a Paper version for 1.7.10? 👀

turbid tide
#

xD

junior musk
#

the oldest on their website is 1.8.8

turbid tide
#

ye if you search PaperSpigot 1.7 on google it will autocomplet to 1.7.10 and you'll find it on yivesmirror.com

junior musk
#

ah, yeah ok

dusky merlin
#

Hi, Autorank do not works for me, its normal ?
(1.16.3)

violet yoke
#

i can't make constant lenght

frozen stream
#

Someone using PrisonRanks + PlaceholderAPI?

iron sierraBOT
#

The 'everyone' mention is disabled so you can't annoy people.

turbid tide
#

@violet yoke %progress_bar_{sap_default_currenthealth}_c:&a■_p:&e■_r:&7■_l:10_m:{sap_default_currentmaxhealth}_fullbar:&aCompleted!%

violet yoke
tender vaporBOT
#

@violet yoke,

violet yoke
left ember
#

hello i want to change the format time : replace "d" to "j"
for this : %essentials_kit_time_until_available_Guerrier%

#

mp if you want a screenshot for the problem

austere hawk
#

so hi is there Placeholder For FactionsX

sinful horizon
warm topaz
#

u have to get an account created manually by funnycube. he should be able to assist you whenever he wakes up

sinful horizon
#

why though?

warm topaz
#

¯_(ツ)_/¯

#

security possibly? or to make sure not just anyone could chuck a load of random stuff onto the ecloud (that probably doesnt even relate to papi)

sinful horizon
#

ah that makes sense, but isnt that what the expansion verification system is for?

warm topaz
#

kinda, expansion verification is used so the expansion can be downloaded ingame instead of from the website

sinful horizon
#

ah I assumed that all expansions just had to be verified before they could be uploaded

serene raven
#

hello, im having an issue where my vault placeholders are blank

#

i've made sure i have the ecloud expansion

warm topaz
#

are u using papi's parse command?

#

/papi parse me %vault_placeholder_here%

serene raven
#

yes, its still blank

#

any vault balance is 0, and names are just blank spaces

mental night
#

what ver is papi are u running

#

version

serene raven
#

it works just fine on my survival server. i am running version 2.10.9

#

same version on survival

warm topaz
#

which placeholder are u using?

#

also run /papi dump and put it in a paste please

#

?paste

tender vaporBOT
serene raven
#

%vault_eco_top_balance_commas_#%
%vault_eco_top_player_#%

warm topaz
#

do u have the baltop setting enabled in papi config?

#

u need to enable this manually, as it can be very resource intensive until a new solution is found

serene raven
#

i just enabled it, gonna restart and see if that works

warm topaz
#

👍

karmic wave
#

Hi is there any placeholder how you can see the placeholders from another players

warm topaz
#

otherplayer expansion possibly

#

or parseOther expansion

#

cant remember which ones which

wet basinBOT
#

@warm topaz Unknown expansion.

turbid tide
#

Parse other better

warm topaz
#

yea that looks right

serene raven
#

works just fine now!

#

ty

warm topaz
#

np

karmic wave
#

Okay thanks I take a look

#

Thanks this is exactly where I was looking for

lusty swan
#

uhh my papi cant access the cloud and i think its causing all my servers to crash and force restart

#

is this a possibility

mental night
#

papi does not have that type of strength muma does

lusty swan
#

what is muma?

mental night
#

dw i’m joking, but don’t think it should be, what plugin is it or is it a custom expansion

lusty swan
#

uhh currently i have no idea

#

im working on a network and its crashing and restarting with no error indicators that its a plugin other then papi cant connect to cloud on some servers

#

every server except the bungee cord server wont run

trim mist
#

Turn off the cloud in the config.

warm topaz
#

causing the server to crash susEyes

lusty swan
#

would that fix it?

warm topaz
#

all expansions can be downloaded from the ecloud manually anyways

#

u can try it out

trim mist
#

It wouldn't cause a server to crash by simply not being able to ping it.

#

It just throws an error saying can't connect.

lusty swan
#

yeah no dice

warm topaz
#

yea thats what im thinking

#

very weird if it is papi tho 👀

mental night
#

speaking of errors what ones are you getting

lusty swan
#

uh let me paste bin

trim mist
#

at xyz.spaceio.customoregen.CustomOreGen

#

Whatever this plugin is breaking it.

#

It needs to update it's PlaceholderAPI hooks.

lusty swan
#

i removed it and its still crashing

#

but even so this is just one instance on one server

tender vaporBOT
trim mist
#

Grab me this after removal of that plugin ^

lusty swan
#

none of my servers except my bungee server are working however

#

and they all have mostly all different plugins short of them all running stuff like bps preiumim and jazz

trim mist
#

How does any of that matter?

warm topaz
#

is papi on the bungee server??

trim mist
#

You came here saying PlaceholderAPI is causing your server to crash. I am telling you what I need from you in order to assess the situation.

lusty swan
#

and no i was asking if it had that sort of power

#

or if it could in general

tender vaporBOT
lusty swan
#

dont get me wrong i appreacite all the help you guys are offering

#

and @warm topaz no

#

im basically using a bunch of diffrent setups via mc market where i bought but at the same time they just crashed out of nowhere

#

i went to contact my host and they said papi could be causing it

trim mist
#

Yeah I have no idea what would be causing this, but, everything PlaceholderAPI related looks fine!

lusty swan
#

😄 its okay

#

well yess and no im trying to organize a tourney and this isnt plesant Lmao

mental night
#

yeh never trust setups on mc market

#

i would never run a server with a mc market setup

lusty swan
#

i was trying to get quotes for customs but i couldnt afford people quoteing me $500+

#

and i was trying to explain to people i have bought a ton of preimum plugins i just dont have the time to set everything up

mental night
#

mhm yeh setups cost a lot but tbh shouldn’t cost anymore than $180 for a good quality one

lusty swan
#

i need multiple 😄

mental night
#

Ahh

#

hub shouldn’t cost more than $20 they are the easiest thing going 😂

#

that’s if you include the build obv

lusty swan
#

so now im just tweaking and reworking through setups to make them unique

mental night
#

👍 good luck

lusty swan
#

sheesh i really need it right now reversed_fingerguns

mental night
#

🤣

severe galleon
#

Is there any known reason why the PAPI parse command would work for a specific placeholder but the placeholder doesn't work in a hologram? (It just stays as its %blablabla% text on the holo)

#

I should have the details of the PAPI version and holo plugin name in a minute...

#

ProtocolLib v4.5.1 and HolographicDisplays v2.4.4

trim mist
severe galleon
#

It wasn't installed. My plugin is supplying the placeholders and the user of my plugin is failing to get them resolved. They didn't have HDE installed, so that's probably the answer. Thanks heaps.

severe galleon
#

Confirmed as working now, thanks Glare

rich flint
#

So if I was trying to evaluate an expression and find any placeholders at all within it, what do i do in the API?

signal knot
#

Hello with DeluxeMenus and in Placeholders I can't find my MMOCore plugin and I would like to display the character level, with DeluxeMenus and I can't see it. Do you know how I can do it?

wet basinBOT
#

@turbid tide Unknown expansion.

turbid tide
#

So if I was trying to evaluate an expression and find any placeholders at all within it, what do i do in the API?
@rich flint /papi parse me %placeholder% will tell you the value of that placeholder for you.

left ember
#

hello i have a problem for the time format for papi

#

the format for my kit is : 1d 47h !!:

#

how i can change this

turbid tide
#

download the latest dev build for PAPI

left ember
#

you think ?

turbid tide
left ember
#

ok i try

#

thanks you bro

#

its ok

rich flint
#

I meant in java api

safe vault
#

is there any placeholder for online players without vanished ones?

warm topaz
#

possibly the essentials expansion if u have essentials installed, not sure

safe vault
#

well %essentials_vanished% gives if player is vanished not number of vanished players

warm topaz
#

are u using any specific plugin for vanishing?

safe vault
#

no im using ess

warm topaz
#

hm doesnt look like it then unfortunately, unless im missing smth

safe vault
#

hmm

mental night
#

if u got the chance i'd recommend checking out premiumvanish but it is paid

#

=pl PremiumVanish

tender vaporBOT
safe vault
#

i am now using SuperVanish

#

but i have one more complicated problem

#

I have normal spigot (not bungee) server with two survival worlds and i would like to get number of online players in specific world without vanished players, is that possible?

mental night
#

mhm not sure havent looked that far into it

gloomy crater
#

currently trying to parse a score of an objective using the ScoreboardObjective extension, but for some odd reason it keeps parsing the score as a 0, while it should parse 1.
Source-code of the plugin's scoreboard im trying to parse: (linked the line of the scoreboard name as well) https://github.com/garbagemule/MobArena/blob/5ebdf45f6a734d47813b8ba932d12c0e623c2f0d/src/main/java/com/garbagemule/MobArena/ScoreboardManager.java#L137
I have tried %objective_score_NAME%, where NAME should be kills, ma-kills or Kills.

pine kettle
#

Spamming when I stop server

turbid tide
#

only when you disable the plugin? Anyoways your factionstop expansion is using PlaceholderHook I think.

tulip glacier
#

Is there a placeholderapi module which lets me return "true" if another placeholder is more than or equal to a number, and false otherwise?

turbid tide
#

javascript

tulip glacier
#

thanks!

pine kettle
#

only when you disable the plugin? Anyoways your factionstop expansion is using PlaceholderHook I think.
@turbid tide I tried the lastest dev build and it fixed. Thanks

turbid tide
#

👍

tulip glacier
#

Is there anything I'm doing wrong here? I have this javascript:

var mcmmoLevel = args[1];

var mcmmoPlaceholder = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%mcmmo_level_" + mcmmoSkill + "%");

function isMcmmoLevel(level) {
  if (mcmmoPlacholder >= level) {
    return true;
  } else {
    return false;
  };
};

isMcmmoLevel(mcmmoLevel);```
saved in the correct directory, but when I run this command: `/papi parse me %javascript_mcmmo_level,swords,10%`, I just get the same placeholder back.
turbid tide
#

I don't think you can return true or false. Also you don't need to put ; after }

tulip glacier
#

ah, should I return the string instead?

turbid tide
#

ye

tulip glacier
#

Hmm, same issue

turbid tide
#

oh wait...

#

wait nvm

#
var mcmmoPlaceholder = PlaceholderAPI.static.setPlaceholders(BukkitPlayer, "%mcmmo_level_" + args[0] + "%")

if (parseInt(mcmmoPlaceholder) >= parseInt(args[1])) "true"
else "false"
``` try this
#

this is the entire script

#

or should be

tulip glacier
#

nope, still not working

#

it just returns itself

turbid tide
#

/papi ecloud download JavaScript /papi reload

#

do it even if you did it already

#

just to make sure you have the latest version of the expansion

tulip glacier
#

it's still doing that

turbid tide
#

then please tell me how have you saved the javascript in javascript_placeholders.yml

tulip glacier
#

like this:

  file: mcmmo_level.js
turbid tide
#

oh wait

#

try /papi parse me %javascript_mcmmo_level_swords,10%

tulip glacier
#

that worked!

#

huh, so apparently the first argument shouldn't have a comma?

turbid tide
#

make sure it returns true/false when it needs to

tulip glacier
#

yup returning correctly

turbid tide
#

well the arguments are meant to have commas inbetween them

#

not before them

tulip glacier
#

The first example in the advanced tutorial says to have a comma before it, but the other examples don't. I was going off the first example, that probably should be fixed.

#

Thanks for your help!

turbid tide
#

hmm I'll fix it later I guess.

#

now that I think about it I think it should have worked with , as well

#

maybe it broke in a newer version or something

celest pike
#

Having errors with the latest PlaceHolderAPI version, will spam Could not pass event PluginDisableEvent to PlaceholderAPI v2.10.9 (for alot of plugins) in console on restart

tender vaporBOT
celest pike
trim mist
#

net.prosavage.factiontop.hook.PlaceholderAPIHook

#

Whatever FactionTop is is breaking it. I would go talk to that developer.

celest pike
#

Thanks, will do

turbid tide
#

there's a dev build

#

for the plugin

violet yoke
#

hi i have problem, how i can make progress bar with 2 variables? i have skillapi and i use this placeholders https://www.spigotmc.org/resources/skillapi-placeholder-plus.45628/
and i need to use %sap_default_currenthealth% / %sap_default_currentmaxhealth%

This not work : %progress_bar_{sap_default_currenthealth}_c:&a■_p:&e■_r:&7■_l:10_m:{sap_default_currentmaxhealth}_fullbar:&aCompleted!%

turbid tide
#

You need to make sure that /papi parse me %sap_default_currenthealth% and %sap_default_currentmaxhealth% return an integer and not a double. So: 10,11,12 etc. Not 10.20 or 10,20 or 1,3 etc.

violet yoke
#

i have this 😐 what i can do?

novel moss
#

Theres no image...?

violet yoke
#

now u see?

novel moss
#

Yeah better xd

violet yoke
#

good

turbid tide
#

Javascript placeholder

violet yoke
#

can u tell me more about it? im newbie really :/

mental night
#

or maybe math expansion idk

young sable
#

can i get json from url with js expansion?

rare lily
#

I don't think you can

young sable
#

Which engines supported with this expansion? Anyone knows?

rare lily
#

Nashorn

gloomy crater
#

@violet yoke use the math expansion: %math_{placeholder_here}[precision:0]%

#

and just add that maths placeholder inside the custom bar placeholder

austere hawk
#

How can i get the PLayer Ping, i cant find the Placeholder

mental night
#

%player_ping%

austere hawk
#

dont woork

#

ecloud Player is downloaded

novel moss
#

Did you /papi reload

austere hawk
#

yes

mental night
#

What version of placeholderapi are you running

novel moss
#

Do /papi parse me %player_ping%

rancid turret
#

heyo how do I update "DSRVExpansion"
[17:12:06 ERROR]: [PlaceholderAPI] expansion class DSRVExpansion is outdated:

novel moss
#

Ask the dev of that expansion to update it

rancid turret
#

ah lol ok thank you

novel moss
#

Xd np

mental night
#

wait

#

mrpista

#

what ver of mc u running

#

Player expansion should be up to date

#

unless of 1.16.4 i assume

#

Oh is dsrv blocking player

novel moss
#

? Hes not talking about player

mental night
#

oh rofl

#

im being an idiot

novel moss
#

Its the other guy

#

Xd

mental night
#

ignore me im getting mixed up with the other user

#

yeh

#

haha my bad

novel moss
austere hawk
#

Do /papi parse me %player_ping%
@novel moss Dos it work with CloudNet Tab ?

novel moss
#

what does one have to do with another?

#

just do the command and ss the result

austere hawk
#

in my scoreboard it works, but not in the Tab

novel moss
#

wait

#

cloudnet doesnt support papi im pretty sure

#

cause i dont use that plugin

mental night
#

id recommend that tab plugin

silver minnow
#

:P

heady vine
#

i need help

tender vaporBOT
#

There is no time to wait! Ask your question @heady vine!

heady vine
#

thats cool

#

but yea

#

So i want my hub to show how many there is on my sb server

#

but it wont work

#

only says 0

turbid tide
#

you used this? ^

heady vine
#

Yes

#

%bungee_<skyblock>%

#

like that

turbid tide
#

no <>

heady vine
#

i did with it

turbid tide
#

also it only updates every 30 seconds.

#

you need to do it without <>

heady vine
#

oh

#

sowwy then

round oar
#

does anyone have a idea why this placeholder wont parse?
%animations_<healthbar symbol=■ fill=&c empty=&7 size=10 max=20>%player_health%</healthbar>%

rich flint
#

Ok so, the setPlaceholders method....

#

If the string doesnt contain a placeholder, will it NPE?

grand dove
maiden stone
#

How can i install PlaceholderAPI to bungeecord?

brisk coral
#

You can't

#

It's not a bungee plugin, yet

maiden stone
#

mkay

round oar
#

Papi Papa

sour flower
#

so, a total of 28 placeholder hooks are active... but one of them doesn't work at all... even when restarting the server ;-;

upbeat yew
#

Do you guys know if exists a plugin or extension for placeholderapi that can list (count) players in multiple words to one number like this placeholder %listplayers_in_world_<worldname>% But it's listing players only from one world right? I need to list players in multiple worlds, please help...

sturdy sluice
#

i dont know if theres a specific extension for that, but you could use the Math expansion

#

so %math_{listplayers_in_world_<world1>}+{listplayers_in_world_<world2>}%...

novel moss
#

so, a total of 28 placeholder hooks are active... but one of them doesn't work at all... even when restarting the server ;-;
@sour flower well send us the error/log or something we cant guess

#

?paste

tender vaporBOT
sour flower
#

There are no errors for it.

novel moss
#

And which one doesnt work? You are so vague like you are hiding a dead body inside your server lol

sour flower
#

I've already said something yesterday

#

It's a custom plugin.

#

But no one helped me xD

novel moss
#

Then your expansion for the plugin is broken

gloomy crater
#

I am currently trying to parse the red score of an objective, made by a plugin, using the ScoreboardObjective extension, but for some odd reason it keeps parsing the score as a 0, while it should parse a 1: https://imgur.com/a/zy9RInR (the red one after my name)

The objective of the Source-code of the plugin's scoreboard im trying to parse: (linked the line) https://github.com/garbagemule/MobArena/blob/5ebdf45f6a734d47813b8ba932d12c0e623c2f0d/src/main/java/com/garbagemule/MobArena/ScoreboardManager.java#L137
I have tried %objective_score_NAME%, where NAME would be one of the objectives in the code: kills, ma-kills or Kills.

fluid heath
#

Hello, I am with my %player_ping% placeholder problem and I checked a few things and I think this is due to the plugin (99% sure that everything is fine with the server settings since I reset them) here is a list of things I did

1.removed all plugins except placeholderapi completely
2.downloaded a clean kernel from the spigot site
3. completely deleted all server settings files so that they created again
4. made the server on my computer and the ping was still about 2000 ms

the problem itself is only in the display, that is, in fact, there are no delays, I can play as if my ping is not higher than 50 ms, but it is displayed as 2000 ms and this is not pleasant (

Could you tell me what else can this be connected with?

some screenshots:
https://imgur.com/kEaUNrI
https://imgur.com/RGfvHBj
https://imgur.com/n35EgGU

fluid heath
#

anyone will answer?

silver minnow
#

anyone will answer?
@fluid heath Where does it say 2000 ms ping?

#

the second image says 162..

fluid heath
#

the screenshots do not have this, but I assure you it was before and this problem still exists

#

https://imgur.com/9vyxhEZ here, for example, 300 ping, but these numbers are always different and can be either 2000 or just 100, but I have a real ping to the local server 4

silver minnow
#

the issue might be the TAB plugin

#

@fluid heath

fluid heath
#

there is a screenshot where you can see that the TAB plugin is disabled and it cannot change the result of the command to display the placeholder

silver minnow
#

mc vanilla does not have colorful yellow and orange lines

#

@fluid heath

#

iirc if its localhost, you should have <1 ping

fluid heath
#

well I took this screenshot with the video that I recorded before deleting all the plugins in my first message you can see that the plugin was removed and the ping to the local server 100+ which simply cannot be

silver minnow
#

by "local server" you mean localhost?

fluid heath
#

no ping on the local server from 1 to 4 for me

silver minnow
#

what is the local server?

fluid heath
silver minnow
#

so localhost

#

do you connect using localhost?

#

what port is the server running on? @fluid heath

fluid heath
#

I also have a server that is located in Germany and the ping to it is from 40 to 50 no more, but there it first 300 then slowly drops to a normal value (you need to wait about 5 minutes)

silver minnow
#

what port is the server running on?

fluid heath
#

server-port=25565

silver minnow
#

ok

fluid heath
#

server-ip=

silver minnow
#

connect to the server using localhost

fluid heath
#

I do not think that this will change the situation in any way, since in the network game menu the ping is displayed correctly when hovering over the icon, but I will try now

silver minnow
#

o

#

right i forgot about that

#

try removing TAB plugin

fluid heath
#

it is disabled now, that is, I renamed jar to jar1 and it is no longer a java file, so it does not work at all

silver minnow
#

did you restart the server?

#

Also, I'm not 100% sure if changing it to jar1 will disable, but try restarting and seeing if it's still enabled or not

fluid heath
#

restarted a bunch of times and jar1 is not an executable file, so this will work, which I have already checked)

silver minnow
#

okay

fluid heath
silver minnow
#

ok

#

hmm it might just be a glitch, can you take a screenshot of the tab again?

fluid heath
#

tab

#

the 2nd administrator whose Internet is worse than mine on a server located in Germany, the ping was more often just a few thousand, and I sometimes have hundreds, sometimes thousands, I don't know what to do with it

silver minnow
#

woah

#

okay

#

so this isn't PAPI's fault... sorry, I have no idea how to fix this, the only thing I can think of at this point is to just look for some forums/webpages on google :/ @fluid heath
sorry once again 😦

fluid heath
#

hmmm you gave me an idea

silver minnow
#

?

fluid heath
#

I will check if this is related to PAPI by deleting it and looking at the tab these stripes will be absent if the problem is not in it

grand dove
#

If someone could glance at this for me, I would be grateful for the help and education. https://pastebin.com/wtuSsbKW.
Additional data, in case it is needed (sorry, just discovered this): https://paste.helpch.at/copemihowa
So, I'm trying to resolve the hooks in these messages. Is there something I need to do in console to handle this, or are these problems on the plugin authors' end?

thick drift
#

Hey, above the npc i have it showing how many players online but everytime the server restats thats stops working and you have to add it to the npc again, is there anyway i cna make it so it will always work even when the server restarts?

silver minnow
#

@thick drift what plugin?

thick drift
#

wym what plugin we use citizen npcs

#

and then add the %bungee_skyblock%

silver minnow
#

well I was just making sure...

#

what happens after server restart?

#

does it say %bungee_skyblock% after a restart?

thick drift
#

it just doesnt work after that

#

no it says players online: 0 and stays like that

#

never changes

#

unless you add the %bungee_skyblock%

silver minnow
#

what if you do /papi parse me %bungee_skyblock%

thick drift
#

says 0

silver minnow
#

then how do you fix?

thick drift
#

by editiing the npc and deleting the %bungee_skyblock% then adding it again

turbid tide
#

bungee expansion has a update interval of 30 seconds by default

silver minnow
#

what if you do /papi parse me %bungee_skyblock%

turbid tide
#

you can change that in plugins/PlaceholderAPI/config.yml

silver minnow
#

also my discord lagggyyy

thick drift
#

whats should i change the bungee to?

#

anything?

#

its not fixed my issue tho

rare lily
#

About JSExpansion, should I really make an option for user to choose data type selection between json and yaml?

turbid tide
#

why? what are the pluses and minuses?

thick drift
#

?

#

my issue is that when i restart the server i have to rename the npc and put in bungee_skyblock% everytime

mental night
#

i would recommend using holographicdisplays + holographicextension to display placeholders rather than that actual npcs themselves

vital dew
#

any solution for this?

bright fjord
fading wave
#

Hello, I would like to know if it is possible to have the information of all the mobs killed?

turbid tide
#

%statistic_kill_entity:<mob>,<mob2>%

fading wave
#

yep but it's not all mobs ?

turbid tide
#

you need to list all mobs there

#

to get a total

#

%statistic_kill_entity:<mob>,<mob2>,<mob3>,<mob4>,<etc>%

fading wave
#

ok ok 😭

#

thanks

mental night
#

hf

waxen kestrel
#

Hello,

I try to show the name guild in the chat format with essentials, but it's not workling
fondateur: '{guilds_formatted} &7{DISPLAYNAME} &c» &c{MESSAGE}'
In chat they send "{guilds_formatted}"

turbid tide
#

@waxen kestrel #spigot-linking please if you want help with the Guilds plugin. thanks

fading wave
#

Hello, There is a problem when I put %playerpoints_points%
Its removing all the other lines below
How can I go about fixing this problem?

fading wave
#

?