#placeholder-api

1 messages · Page 119 of 1

hoary lintel
#

Ah alright; would you if this was due to the newest version of PAPI, and would downgrading my PAPI version bring that functionality back?

rancid minnow
#

@hoary lintel Yes, and yes.

hoary lintel
#

Gotchya, thank you; came here to ask since Clip is the maintainer for Server ^ ^

#

Ah also; in the announcement it was mentioned:

This also means that expansions handling their own registration, might break. I'm currently going through any reported broken expansions and fixing them, but this serves as a warning to any non-public expansions that may be affected by this change.
How do I formally report a particular placeholder not working within Server or has that already been done ?

final shadow
#

You can create an issue on the expansion repo

hoary lintel
#

Done, thank you ^ ^

final shadow
#

Sweet I’ll update it after work

daring basin
#

Hello! Is there any good placeholders for "total playtime of all players"?

turbid tide
#

%statistic_time_played%

daring basin
#

Thank you! ❤️

turbid tide
#

no problem

mossy mulch
#

updated papi and 2 plugins broke hahaha, how do I download a previous jar? need 2.10.6 in particular

balmy marten
#

Version tab on spigot

#

Please let the author of the expansions/plugins know their hooks are out of date

mossy mulch
#

ah yeah that's the one. was trying in updates lmao

#

will do, thanks

final shadow
#

By chance are any mine lol

#

I know dchat and dm both broke but I’ll be updating both here in a few hours

balmy marten
#

ill train barry on some of these errors

fallen kiln
#

the deprecation of PlaceholderExpansion.register(); in 2.10.7 was just forgotten to be un-deprecated, right? or should I use something else 👀

final shadow
#

Nah it was on purpose and should show why

#

Sx just wanted to confuse people

rancid minnow
#

Fuck. You.

final shadow
#

Lol

rancid minnow
#

I had perfectly good reason to deprecate that

fallen kiln
#

why does the announcement say "PlaceholderAPI#set Placeholders. PlaceholderAPI#register & PlaceholderAPI#unregister are being removed, in favour of PlaceholderExpansion#register" then? :D

rancid minnow
#

Read the deprecation message pls

fallen kiln
#

so it's the md style "hey look you might be interested in this"-deprecated? xb

rancid minnow
#

First of all, no.

#

It's the "this method is going to be final in a future release, so it's deprecated now to warn you of that" style

fallen kiln
#

but that's not what deprecated is for

rancid minnow
#

That's exactly what deprecated is for

fallen kiln
#

"A program element annotated @Deprecated is one that programmers are discouraged from using, typically because it is dangerous, or because a better alternative exists"

#

but I can see why you'd do that, thanks

rancid minnow
#

What about the usage of it does not follow that definition

full geyser
#

Placeholders from a plugin work, then when I do /papi reload, they stop working. Server restert makes them work again

final shadow
#

Are they included in the plugin itself or is it an expansion

full geyser
#

in the plugin

final shadow
#

Assume they are provided by the plugin and the plugin doesn’t override persist

#

Since papi didn’t register the placeholders on its own and the plugin did, they are lost on reload unless the plugin that provides the placeholders tells papi to not unload them

full geyser
#

Ok ill contect the dev, thanks

lean fossil
#

Anyone having issues importing 2.10.7 through Maven? I can get me.clip:placeholderapi:jar:2.10.6 just fine, but I can't seem to get me.clip:placeholderapi:jar:2.10.7 or me.clip:PlaceholderAPI:jar:2.10.7 to import for some reason.

rancid minnow
#

That's not true.

#

The artifactId is PlaceholderAPI

#

Make sure youre using the placeholderapi repository, and not dev or public

lean fossil
#

Yeah I tried it with & without caps to no avail

#
<repository>
  <id>placeholderapi</id><url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>

and

<dependency>
  <groupId>me.clip</groupId>
  <artifactId>PlaceholderAPI</artifactId>
  <version>2.10.7</version>
  <scope>provided</scope>
</dependency>
#

I can see it when I pull it up through the repo link is what's confusing me, but it refuses to import :L

rancid minnow
#

declare the codemc repo as well

#

This is probably an issue of the transitive dependency not being resolvable

lean fossil
#

Do you have a link for it? If not I can go look for it

rancid minnow
#

Declare all of these

https://rayzr.dev/repo/
https://repo.codemc.org/repository/maven-public
https://repo.extendedclip.com/content/repositories/placeholderapi/
lean fossil
#

Thanks, I'll give that a shot

#

Still nada. I wonder if it has something to do with placeholderapi vs PlaceholderAPI in terms of it trying to pull from the old one despite declaring as the new one?

rancid minnow
#

Can you send your entire build file please

lean fossil
#

Woop- left a temporary test in that paste, Paper 1.13.2 -> 1.16.1 in the normal build which still has the same issue.

rancid minnow
#

This exact build file works perfectly fine for me

#

Do me a favour, run clean on this project

#

Open your local repo

#

And delete everything under me.clip

#

And then refresh your maven project in IntelliJ

austere hawk
#

Hi!

lean fossil
#

That pushed it through!

#

Guess it did get hung up on old repo shenanigans. Thanks for the help!

austere hawk
#

All expension work after the update but, he left one expension

#

The stats.

#

Where i fix that ?

rancid minnow
#

Yeah, if maven tries to download a dependency, and it fails, it stores a little file that tells it when it last tried to download it

#

Preventing it from trying to download it again.

lean fossil
#

Kinda wacky it did it when the artifactId was different, but hey, it's working! 😛

rancid minnow
#

This is why we gradle btw

#

It would have been a completely different undiagnosable issue

#

lol

lean fossil
#

I learnt on Maven and I've yet to convince myself to go to gradle since it's the 'other side' lol

rancid minnow
#

gradle init in the root of a maven project

#

gradle will convert as much of your pom.xml as it can

lean fossil
#

neat, I'll keep that in mind

quasi peak
#

i have that problem how do i fix that?

turbid tide
#

pretty sure I've told you before but please go to #spigot-linking and follow the instructions first

quasi peak
#

ye i need to link my account i know. but my buddy bought the plugin how am i gonna link it then if i got send the plugin?

turbid tide
#

ugh ask him to link his discord then confirm he gave you permission to use it

daring basin
#

hello!

#

%statistic_hours_played% only shows how many hours that one player played who is viewing the leaderboard

#

i whoud like ot make, so it show all hours from all members

#

is there a placeholder for that?

turbid tide
#

there is a plugin that lets you make leaderboards from that placeholder. its called LeaderHeads

upper halo
#

Hey I created a relational placeholder expansion for towny on the 2.10.6 version which worked fine and just updated to 2.10.7 but I now I get this error when parsing my placeholder:
https://paste.helpch.at/anodasuwob.sql

Use: PlaceholderAPIPlugin.getInstance().getLocalExpansionManager().findExpansionByIdentifier(String)```
```JAVA
@Override
    public String onPlaceholderRequest(Player playerOne, Player playerTwo, String identifier) {
        Resident residentOne = getResident(playerOne);
        Resident residentTwo = getResident(playerTwo);
        if (residentOne == null || residentTwo == null ) {
            return "";
        }
        Nation nationOne = getNation(residentOne);
        Nation nationTwo = getNation(residentTwo);
        if (nationOne == null || nationTwo == null ) {
            return "";
        }
        if (identifier.equals("colored_nation")) {
            return getRelation(nationOne, nationTwo) + nationOne.getName();
        }
        return null;
    }

Where there any changes to the relational placeholder request? Couldn't find something about that in the 2.10.7 changelog

tender vaporBOT
#

@upper halo,

Possible Solution Found:

As part of the 1.10.7 PlaceholderAPI update we removed some older methods, if there isn't already an update please contact the author of the plugin/expansion and ask them to update their hooks. Reverting to PAPI v1.10.6 will fix this error whilst you wait for them to be updated.

turbid tide
#

oh man this bot will leave me without a job very soon

mint fable
#

lmao

#

barry

upper halo
#

I ran /papi parserel <player> <player> %rel_nationrelation_colored_nation% so its not an issue with an external plugin

mint fable
#

Did you read what the bot said?

#

latest build is 2.10.8-dev-66

#

so it could have a fix

upper halo
#

Ye I read the bot, just tried that dev version now the error is gone but the relational placeholder request does not work. Seems like this is broken String onPlaceholderRequest(@Nullable Player var1, @Nullable Player var2, @NotNull String var3);

willow vessel
#

I have a problem with the last update, I installed it on my server and it turns out that one of the placeholder "Animations" stopped working, try to delete and download it again but nothing.
This appeared on the console: https://pastebin.com/Vtng73QB
I decided to install the previous version and the placeholder worked again.
My server is 1.15.2

turbid tide
#

yeah the latest update of papi requires most of plugins/expansions to update. I'll ask someone to update this one as well

#

until then you'll either have to not use it and use latest version of papi or use 2.10.6 for a bit and wait until it is fixed

brittle mica
#

Hi, a few days ago I've put the %luckperms_prefix% placeholder in a deluxemenu and it was shown correctly, but now with the new update of PAPI I get a non-formatted prefix: https://gyazo.com/3ea5699400ec3e1cbe63bf589c89bc10 I've downloaded the LuckPerms expansion again

mint fable
#

it should use onRequest @upper halo

#

thought i wrote that earlier, my bad

#

(if you're using dev build it's been completely removed I believe)

#

that's what I see on github

upper halo
#

Yea thats for the normal placeholder requests but it seems like relational requests still uses onPlaceholderRequest

#

(if you're using dev build it's been completely removed I believe)
Ye true

mint fable
#

what does?

#

like in papi?

upper halo
#
package me.clip.placeholderapi.expansion;

import org.bukkit.entity.Player;

public interface Relational {
    String onPlaceholderRequest(Player var1, Player var2, String var3);
}
mint fable
#

ah that one

#

sorry ya you right

#

what expansion is that @upper halo

manic drum
#

Is there an ETA for PAPI 2.10.8? I am currently using development repository because I am not able to compile the project with 2.10.7

upper halo
#

A custom one I just made for towny

trim mist
#

We just released 2.10.7 yesterday. Why would we need a 2.10.8?

mint fable
#

can you send the whole class?

#

=paste

tender vaporBOT
#
HelpChat Paste

Please use a paste service to share configs, errors, code and long logs.
HelpChat Paste

manic drum
#

As I said, I cannot build it because in 2.10.7 there is ApiStatus that makes my project impossible to build without org.jetbrains:annotations dependency

#

So right now I am using 2.10.8-DEV-66

upper halo
mint fable
#

and can you send the updated error you get?

#

maybe a full startup log

upper halo
#

Sure sec

tender vaporBOT
#

@upper halo,

Possible Solution Found:

As part of the 1.10.7 PlaceholderAPI update we removed some older methods, if there isn't already an update please contact the author of the plugin/expansion and ask them to update their hooks. Reverting to PAPI v1.10.6 will fix this error whilst you wait for them to be updated.

mint fable
#

still using 2.10.7?

#

@willow vessel it looks like the ListPlayersExpansion is not working and animation loads fine

#

Either way, I'll tag the authors

#

@heady falcon @junior musk ^

junior musk
#

mine is PlayerList

#

not ListPlayers

mint fable
#

oh ya you swapped it

#

kind of had to, but ye

#

you should use the better one @willow vessel

upper halo
#

Ye the 2.10.8-DEV-66 doesn't have any errors it just shows the unparsed placeholder
so I assume public String onPlaceholderRequest(Player playerOne, Player playerTwo, String identifier) { } is just removed in that version

mint fable
#

it looks like it's still there for relational

#

so now I just dunno

upper halo
#

Should I make a github issue?

mint fable
#

can you update to dev and send me the issue real quick?

#

then the next step is probably an issue

#

and then the people that know what they're doing can help

upper halo
#

So 2.10.8-DEV-66 does not show any errors when I run the command /papi parserel <player> <player> %rel_nationrelation_colored_nation% and it just shows me %rel_nationrelation_colored_nation% in chat without converting it. Not sure what else I can tell xD

half spoke
#

After updating PlaceholderAPI 2.10.7 %vault_prefix% no longer displays colors.

#

Pls help fix it

brittle mica
#

Hi, a few days ago I've put the %luckperms_prefix% placeholder in a deluxemenu and it was shown correctly, but now with the new update of PAPI I get a non-formatted prefix: https://gyazo.com/3ea5699400ec3e1cbe63bf589c89bc10 I've downloaded the LuckPerms expansion again
@brittle mica help please

mint fable
#

have you by chance tested the latest dev build?

#

it looks like luck still uses onPlaceholderRequest which is deprecated so that might not work on the dev builds actually

#

it looks like luck is gonna have to update a few things

#

no idea why colors don't work though

junior musk
#

actually even my expansion doesn't work anymore 👀

turbid tide
#

well yeah probably uses the deprecated methods

junior musk
#

idk which ones ;-;

mint fable
#

rip

junior musk
#

wait wut

#

none of my expansions work

#

the only loaded ones are the expansions built in plugins

turbid tide
#

you seen the update ?

junior musk
#

like TAB or CMI

#

you seen the update ?
I'm using the dev build 66

turbid tide
#

they need to update as well

junior musk
#

ah

proven void
#

Where can i get a copy of 2.10.6

#

2.10.7 breaks several plugins

brisk coral
#

Versions tab

mint fable
#

also probably report to those authors that it breaks

#

if they're still active plugins

junior musk
#

👀 seems like both the Player and Server expansions will need update 👀

#

and in the end, my expansions does work x)

proven void
#

Yeah, Craftingstore is aware of the issue

#

Goldencrates I informed as well

mint fable
#

server just updated

junior musk
#

wow

#

ok my expansion is indeed broken lol

turbid tide
#

well you rly need to decide if it is or not xD

junior musk
#

it loads

#

but when I parse the placeholder it just throws an error

#

and even when it doesn't throw one, the message doesn't parse the & color codes anymore

mint fable
#

color codes

#

i've seen that before...

#

well fix your errors, colors might be a papi problem

turbid tide
#

you've seen color codes before;?

mint fable
#

did you try latest dev?

#

@junior musk colors are broken right now confirmed

junior musk
#

yes I'm on dev build 66

#

🤔 it does work correctly, but only the messages are broken

#

yeah anyways, I'll try to check tommorow

woeful vapor
#

hey guys im on the most recent build of papi and getting these errors in console when trying to parse a denizen tag in my tablist via the tab plugin... not sure if to report it here or there:
https://pastebin.com/1PseGDpt

tender vaporBOT
#

@woeful vapor,

Possible Solution Found:

As part of the 1.10.7 PlaceholderAPI update we removed some older methods, if there isn't already an update please contact the author of the plugin/expansion and ask them to update their hooks. Reverting to PAPI v1.10.6 will fix this error whilst you wait for them to be updated.

woeful vapor
#

sweet

main pelican
#

after the latest update colorcodes stopped working for luckperms prefixes and deluxetags

#

i use it on venturechat

final shadow
#

Yeah everything is broken atm just stay on 2.10.6

main pelican
#

oh

#

i had to switch out the {} to %% aswell

#

is that part of it?

mint fable
#

where?

main pelican
#

venturechats config

#

the placeholders werent working, so i tried putting the %% instead

final shadow
#

Nah we made a bunch of breaking changes in the new version that included removing support for parsing color codes

#

Don’t worry just stay on 2.10.6 atm

main pelican
#

alright so yeah colorcodes are broken for this update?

final shadow
#

Just wait for the next update and everything should be back to normal hopefully

main pelican
#

ill have to revert the update then, thanks for the quick support!!

#

how do i download older versions from spigot

mint fable
#

the version history tab

austere hawk
#

i checked through the wiki and couldn't find any but I'm just making sure is there one for essentials Bal? i want to add it to my scoreboard for my sky block server.

mint fable
#

it's vault

austere hawk
#

ohh

#

ok let me try 1 sec

#

why tf do i keep getting signed out of discord

mint fable
#

just sign in bro

#

duh

austere hawk
#

i know but its werid

mint fable
#

very

austere hawk
#

do yoy randomly get signed out of discord when your in the middle of using it?

mint fable
#

nope

turbid tide
#

nope

#

its just you xD

austere hawk
#

i think i download somthing werid

#

i might do a clean install of discord

mint fable
#

i bet

austere hawk
#

not sure

mint fable
#

might do a clean install of your os

austere hawk
#

lmao

#

i had 2 do that before

mint fable
#

stop downloading weird shit as well

#

smh

austere hawk
#

i dont

mint fable
#

when it says you won a free cruise, they're ||lying||

austere hawk
#

u realise you can get stuf installed without you knowing

mint fable
#

okay how?

austere hawk
#

u just can ok

#

visit websites

#

etc

mint fable
#

through other programs you installed?

austere hawk
#

stfu

mint fable
#

i'm being serious man

#

you gotta stop going to shady websites, install an antivirus if you have to, browser extensions, etc.

austere hawk
#

i fucking do

mint fable
#

welp let's go to #off-topic if you want to continue

grim gorge
#

hi, i downloaded the new papi, and in chat deluxetags_tag doesnt work. It shows {deluxetag_tag}

mint fable
#

2.10.7 has broken some things, best to revert back to 2.10.6 until the next update

grim gorge
#

oh ok

mint fable
tender vaporBOT
#

@mint fable,

Possible Solution Found:

As part of the 2.10.7 PlaceholderAPI update we removed some older methods, if there isn't already an update please contact the author of the plugin/expansion and ask them to update their hooks. Reverting to PAPI v2.10.6 will fix this error whilst you wait for them to be updated.

mint fable
#

aha @balmy marten v nice

#

or @trim mist

trim mist
#

Just an FYI, the latest dev build should fix some issues with colors not parsing in placeholders.

#

Please use it and tell is if there's still anything broken

#

If someone wants to drop a copy of the jar here, that works too

junior musk
#

||wasn't the jenkins already pinned? 🤔||

sonic trellis
#

I made placeholders for armor slots using the javascript extension that show the percentage of durability that is left for each slot and changes the color of the number based on the percentage. I'd like to share them so that other people can use them if they would like, where would I submit them?

rancid minnow
#

@sonic trellis I believe you can PR the javascript placeholders repo

#

I dont particularly believe this will provide exposure

sonic trellis
#

Thanks

acoustic spruce
#

hello update the plugin and this happened to me

#

help 😦

limber ice
rancid minnow
#

Maybe complain to bungeetablist? @limber ice

limber ice
#

why it works fine on 7 of my servers, just not the one I update papi to 2.10.7

rancid minnow
#

You just answered your own question

#

bruh

#

This thing has 150 open issues

#

LMFAO

pine kettle
#

There is any placeholder can format a gradient hex color like this ?

grim knot
#

Dustin my money is thats Adventure text

#

placeholders dont really handle colour formatting

pine kettle
#

It seen like I will code it myself

rancid minnow
#

I mean

#

Its technically possible

#

But its not very realistic

pine kettle
#

Yes. Im just lazy to do it,

rancid minnow
#

@mint fable yo tell barry to put the damn link to the gradient expansion in here

tender vaporBOT
#

@rancid minnow,

Hey!

Please respect the rules, be patient and don't ping staff members!

rancid minnow
#

I have no idea which command it is

mint fable
#

-papi

#

it's not barry

#

it's the placeholderapi bot

rancid minnow
#

gross

mint fable
#

wtf did you do

rancid minnow
#

why

#

WDYM

#

I didnt do shit

mint fable
#

you made it ugly

rancid minnow
#

How is that my fault

#

there

#

fixed

#

It only resolves for a single value atm @pine kettle

mint fable
#

who the hell puts spaces c'mon

pine kettle
#

This expansion working with any chat plugin support placeholderAPI ?

mint fable
#

nah but it makes no sense

#

especially because we did talk about placeholders having spaces

#

just not the identifier right?

rancid minnow
#

Yes?

#

The bot is broken

mint fable
#

'tis

rancid minnow
#

It splits on space, instead of on %[^%]+%

mint fable
#

@balmy marten u there?

rancid minnow
#

bad bot

#

Its also kinda weird cause like

mint fable
#

or just new line

rancid minnow
#

"Placeholders (One per line)"

mint fable
#

it should be new lined

rancid minnow
#

lol

#

Exactly

#

Kinda sad

mint fable
#

but people also don't follow that I don't think

#

nah nvm

#

the ecloud placeholders are weird lookin

brave oyster
#

When I am using papi on my server color codes dont work with the new update

rancid minnow
#

@brave oyster download the build from jenkins

brave oyster
#

TY!

brave oyster
#

I have registed the plugins like it says to do

austere hawk
#

@brave oyster

#

can u do /papi parse me %player_name%

#

also check if u are in the latest placeholderAPI version

brave oyster
#

It shows my name so would the problem be the plugin?

#

I am

austere hawk
#

most likely yes

brave oyster
#

ok ty

austere hawk
#

did u try reloading the plugin(scoreboard plugin) ?

brave oyster
#

yes

#

It just weird as It work on my other servers on the network but not this one

heady falcon
#

I plan to upgrade the animation expansion... it will be a while until I do

#

New features appear first in my other plugins then slowly seep down into the non-premium ones

#

And gradients really need cleaning up, with performance improvemnts

#

Infact I'll start today

somber igloo
#

I am using maven for dependency management, added the latest PlaceholderAPI version (2.10.7)

rancid minnow
#

@somber igloo Its probably worth noting that those javadocs are not for latest

#

Oh my god..

#

Did you check the version of this???

#

Its for 2.2.0

#

lmfao

somber igloo
#

hmm

somber igloo
#

this is this register method in PlaceholderAPI, not PlaceholderExpansion

rancid minnow
#

...

#

what?

somber igloo
#

nvm

#

I am blind

rancid minnow
#

true

rare lily
#

confused noises

rancid minnow
#

lol

somber igloo
#

It says to use this on the wiki and in the latest release though

vivid sparrow
#

Sx, does the javadocs get downloaded with the api?

rancid minnow
#

@somber igloo Yes, that is correct.

somber igloo
#

It's a bit confusing that you're telling people to use a deprecated method

#

thanks though, I'll update it again later when you change it

rancid minnow
#

In lieu of a better way, I decided to deprecate the method to bring attention to it

#

The method will be final

#

And it should not be overridden

#

And look at that

#

You know that now.

#

Which means what I did worked as I intended

brave oyster
#

The new papi is not working nicely with all of my plugins

rancid minnow
#

@brave oyster complain to the authors of those plugins

brave oyster
#

But why would it not be placeholderapi's problem because it was working before and they updated it and broke stuff

rancid minnow
#

@brave oyster Do you complain to spigot when a plugin doesn't work on a new version?

#

Serious question...

brave oyster
#

First please stop @ ing me very time. and second no because its not spigots fault if mc changes code

rancid minnow
#

@brave oyster Your logic doesn't make sense...

#

If a plugin targets a specific version, and it uses specific methods from that version

brave oyster
#

@rancid minnow stop fucking @ ing good god

rancid minnow
#

It is up to the author to update that code

#

To match what is available in that new version

native moth
#

hi, i'm having some trouble with papi and deluxechat. when sending a chat msg, a console error appears. as far as i know in-game everything works just fine but that error still doesn't look good ^^' you guys have an idea?

Could not pass event ChatToPlayerEvent to DeluxeChat v1.16.0
PlaceholderAPI no longer provides a view of the placeholder's map!
https://paste.helpch.at/elamaweyif.pl

thanks barry bot <3

tender vaporBOT
#

@native moth,

Possible Solution Found:

As part of the 2.10.7 PlaceholderAPI update we removed some older methods, if there isn't already an update please contact the author of the plugin/expansion and ask them to update their hooks. Reverting to PAPI v2.10.6 will fix this error whilst you wait for them to be updated.

mint fable
#

what's the relational situation @rancid minnow ? use the dev build for that or 2.10.6

rancid minnow
#

The what?

thick fulcrum
#

Hello, I have Factions plugin in my server but somehow I can't download the factions placeholders.. (It used to work two days ago). - /papi ecloud download factions

minor hamlet
#

how to add a cusom economy plugin to papi so i can use it in the scoreboard?

#

like it shows money how much i have

#

on the scoreboard

median kindle
#

Would someone know about a placeholder that asks if a player is close to the person?

#

Like %close_(username)_4_blocks%

vivid sparrow
#

how to add a cusom economy plugin to papi so i can use it in the scoreboard?
@minor hamlet ask the author to hook into papi

junior musk
#

Would someone know about a placeholder that asks if a player is close to the person?
@median kindle I made an expansion to get a list of players in a radius of blocks around you

#

PlayerList

#

%playerlist_online,nearby,no,list,<radius>%

final shadow
#

So a few hundred people have no issues or don’t care? Lol

junior musk
#

¯_(ツ)_/¯

#

my PlayerList expansion doesn't have any problems (except one but it was a mistake I made with arguments that I just fixed and updated x) ) and the plugins I use on my test server already supports the new version so personnaly I'm fine to update

median kindle
#

And how can I make a placeholder of the player you typed in a commandprompter

#

It should be a thing

junior musk
#

?

median kindle
#

I’m using commandprompter

#

And I want it to detect if the player you typed in the chat

#

Is around you

junior musk
#

ah

#

I don't think that's possible

#

I mean, it can but not with my expansion

median kindle
#

I’ll ask the commandprompter owner to add the player placeholder

#

He is very nice

runic lintel
#

i need help

tender vaporBOT
#

There is no time to wait! Ask your question @runic lintel!

#
FAQ Answer:
» Give the helpers some details
» Ask suitable questions
» Be polite
» Wait

Source

stiff helm
#

i need help

tender vaporBOT
#

There is no time to wait! Ask your question @stiff helm!

stiff helm
#

The placeholders arent working in my scoreboard

#

I have placeholderapi and the factionsuuid plugin

#

they are just not working

#

i even copy pasted the place holders to make sure i had the right spelling This is the skript i have: every 5 seconds:
loop all players:
wipe loop-player's sidebar
set name of sidebar of loop-player to "&c&lFACTIONS"
set score "&c&lFactions:" in sidebar of loop-player to 15
set score "&fName: %{factionsuuid_faction_name}% " in sidebar of loop-player to 14
set score "&fLeader: %factionsuuid_faction_leader% " in sidebar of loop-player to 13
set score "&fMoney: %{faction-balance}%" in sidebar of loop-player to 12
set score "&fPower: {power}" in sidebar of loop-player to 11
set score "&c&lAbout:" in sidebar of loop-player to 10
set score "&fName: %loop-player%" in sidebar of loop-player to 9
set score "&fMoney&8: &f%loop-player's balance%" in sidebar of loop-player to 7
set {_prefix} to "%colored loop-player's prefix%"
replace all "[" and "]" with "" in {_prefix}
set {_suffix} to "%colored loop-player's suffix%"
replace all "[" and "]" with "" in {_suffix}
set {_name} to "%colored loop-player's name%"
replace all "[" and "]" with "" in {_name}
if length of {_suffix} is greater than 2:
set score " %{_prefix}% &8+ %{_suffix}%" in sidebar of loop-player to 5
else:
set score "&fRank: %{_prefix}%" in sidebar of loop-player to 6
set score "&c&lServer&8:" in sidebar of loop-player to 4
set score " &fIP: TrippiMC.minehut.gg" in sidebar of loop-player to 3
set score " &fStore: trippimc.tebex.io" in sidebar of loop-player to 2
set score " &fDiscord: /discord" in sidebar of loop-player to 1
set score " &fOnline:&f %number of all players%&8/&f100" in sidebar of loop-player to 0

stiff helm
#

jeez

#

how long is this gonna take

final shadow
#

as long as it takes

#

were not on the clock

pastel carbon
brisk coral
#

Downgrade to 2.10.6 for now until MRL get's updated

final shadow
#

actually use dev-78

stiff helm
#

if any of you know skript

brisk coral
#

We don't do skript here, nor support it.

#

They have their own discord fingerguns_reversed

final shadow
#

well frosty it still wont load the hook lol

#

but it will print a nice message now

brisk coral
#

smh clip

stiff helm
#

But are my placeholders wrong

#

thats why i put that there

brisk coral
#

Noice clip

stiff helm
#

wtf is this support team

#

ignoring my questions

#

bad

final shadow
#

be patient or figure it out yourself

cold rover
#

maybe it doesn't work bc papi it's %XX% not %{XX}% nor {XX} ?

stiff helm
#

I tried that before

#

didnt work

#

and now somehow the scoreboard isn't even showing

hazy breach
#

.

trim mist
#

Stop.

hot nova
#

I'm getting a NoSuchMethodError from placeholderapi in 1.8.9

#

Caused by: java.lang.NoSuchMethodError: org.bukkit.command.CommandSender.spigot()Lorg/bukkit/command/CommandSender$Spigot;

final shadow
#

that sucks

hot nova
#

I can send the full error, if that would help, might be something I did on my end.

#

Maybe I implemented the expansion wrong idk.

final shadow
#

no what you provided is enough

#

some commands use player.spigot() which must have not existed in your version

trim mist
#

Why are we using that? O.o

final shadow
#

were not going to add backwards compatibility going forward so its your best bet to use whatever old and outdated version of papi that works for you

#

tough choice but that is what it is

hot nova
#

Well, I have a premium resource that supports all versions, so it's probably best if I drop backwards compatibility as well.

brisk coral
#

Glare, I was gonna say rgb, but there's no rgb yet fingerguns_reversed

hot nova
#

As my plugin is primarily based around placeholders.

final shadow
#

id update to at least 1.12-1.15

#

oh actually

#

use the dev build first

hot nova
#

Where can I find that?

final shadow
hot nova
#

Ight, ill try it out

final shadow
#

report back my man

hot nova
#

ah I think I fucked up the expansion

final shadow
#

u made it?

hot nova
#

hm?

#

also it seems to work hang on.

#

the expansions still use .register() right?

final shadow
#

yes

#

just dont override it

trim mist
#

Okay well I can see why that error happened, but it's easily avoidable.

tender vaporBOT
#
📋 Your paste, LukeBen
https://paste.helpch.at/utibukacah

A member of staff has requested I move your message to a paste,
Most likely beacause it contains a config/error/code snippet.

final shadow
#

yes

#

just call yourHook.register()

trim mist
#

What even

#

Okay

#

Sure if it works it works

final shadow
#

pretty sure it does

hot nova
#

hm did you change the plugin name to all lower case?

plush loom
#

Think he did yeah

hot nova
#

kk the dev build fixed it thanks

grim frost
#

i think papi 2.10.7 not working on 1.13.2

#

oh didn't see "This update has the potential to break your hooks / current placeholder providers if you are using outdated methods that are no longer supported"

final shadow
#

use the dev build @grim frost

grim frost
#

oh where can i find

warm topaz
#

pinned messages

grim frost
#

thakns

final shadow
grim frost
#

oh no, i think problem is in my plugin

final shadow
#

damn time to update!

grim frost
#

oh papi is supporting tab complete for download ecloud

#

thats awesome

final shadow
#

try /papi parse me %player...

grim frost
#

i know that command

#

its really helpfull for debug

final shadow
#

did u see how it tab completes placeholders now?

grim frost
#

oh

#

i saw it

#

is that working for only eclouds

#

not working for my plugin

final shadow
#

should add them

#

override that and provide them

grim frost
#

oh i get it

final shadow
#
@Override
public List<String> getPlaceholders() {
  return return Arrays.asList("%one%", "%two%");
}
median kindle
#

would sokme know if its okay

#
var permission5 = "%marriage_gender%";

function anything() {
  if (permission5 === "unknown") {
    return "&7Unknown";
  if (permission5 === "male") {
    return "&bMale";
  if (permission5 === "female") {
    return "&dFemale";
  } else {
    return "&7%marriage_gender%";
  }
}
anything()
#

i want it to change the output to those ones

brisk coral
#

You can use a switch

median kindle
#

how

#

hahah

warm topaz
#

switch (permission5) {
case "unknown":
blah

brisk coral
#

How about you heck out Kali smh

warm topaz
#

🙂

median kindle
#

what

#

i didnt understand anything

brisk coral
#

Google java switch case

#

And you'll see what the above means

median kindle
#

its too hard

#

can i use mine?

#

or its not good

#

i think i have to remove this: } else {
return "&7%marriage_gender%";
}

brisk coral
#

Wdym it's too hard

median kindle
#

i dont understand javascript sowy

brisk coral
#

I mean have you tested the above?

median kindle
#

no i didnt yet

#

@brisk coral it doesnt work

#

can any java scripter help me

lofty pine
#

Literally all my placeholders are broken in every plugin

#

Since the last update..

#

What should I do?

frozen yarrow
#

Ask all those plugins to add support for the new system.

lofty pine
#

Funny, some are no longer being updated like bossshoppro

frozen yarrow
#

As per the announcements here, I believe they’re pushing an update tomorrow that will let the old method work but mark them as deprecated, and then OFFICIALLY remove them again here shortly in the next big push, just to give plugins time to update.

lofty pine
#

I have tried the latest devbuild that should have this ready, but it doesn't actually work

frozen yarrow
#

Unfortunate ):

#

Using plugins no longer maintained is always a gamble

rancid minnow
#

Would be nice to actually know what methods youre talking about.

lofty pine
#

Well for sure on the latest devbuild, in plugins that did not update to 2.10.7, it still doesn't seem to work

#

ChatControl updated to 2.10.7, but it also doesn't parse the placeholders for some odd reason

#

Rollbacked to 2.10.6 for now and it seems to work again

final shadow
#

Time to find some new plugins

#

Papi is red in cc description

#

Lol

#

Not clickable either

lofty pine
#

Well, bosshoppro for example barely gets updates. It's stable AS-IS, but is now completely broken in for example my /stats or /servers menu

#

As for ChatControl, the developer sent me a custom build with 2.10.7 support, but the placeholders also didn't work

#

I did rename the folder since it's now lower case

rancid minnow
#

Uhhhhhh

lofty pine
#

I tried 2.10.8-DEV as well.

final shadow
#

Use the latest dev and report bugs so we know where we stand

rancid minnow
#

If failing to hook into another plugin causes several parts of that plugin to not work, then it is not stable

#

This is another reason plugins should use cloud expansions

#

It just makes infinitely more sense

final shadow
#

Glad we provide a good selling point tho

#

Sadly he can’t sell it right now

#

😂😂

lofty pine
#

I have tried it on 2.10.8-DEV, but no single plugin had working placeholders, hence I rollbacked to 2.10.6.

#

Only one error in the console about the vanish placeholder

final shadow
#

Thousands of broken placeholders

#

Lol!

carmine veldt
#

clip is the lowercase name thing just on dev builds or was that released?

final shadow
#

Literally made my day

balmy marten
lofty pine
#

Clip doesn't like chatcontrol I see 😛

#

It's shit lately, but yeah.

final shadow
#

Nah I don’t mind

#

I don’t like the foolish person behind it

#

It’s all good tho

lofty pine
#

Me neither, been a long-term user but lately it's full of bugs and false promises.

carmine veldt
#

kangarko gets too much hate. When hating on him, just remember, he aint songooda

final shadow
#

How did that not get blocked

#

Do @everyone I need to see something

trim mist
#

Cause he spelled it diff

balmy marten
#

no.

lofty pine
#

This was the only error I got with 2.10.8, I doubt that is the reason NONE of my placeholders work though.

carmine veldt
#

i don’t think I have access to the mention clip

lofty pine
carmine veldt
#

not gonna type it just incase

#

discord is funky u kno

final shadow
#

Nah I need u to

carmine veldt
#

no

warm topaz
#

dont let pig get banned Kappa

trim mist
#

Again

final shadow
#

/sudo bacon @everyone

tender vaporBOT
#
📋 Paste Converted!
https://paste.helpch.at/gotiporugi

A member of staff has requested I move your pastebin.com paste to our paste.helpch.at!

lofty pine
#

I mean, since the last devbuild was suppose to work with the old methods, I am not sure why it still doesn't work in plugins like bossshoppro in that case

final shadow
#

Nah all good but I did go through today and add back a few methods some use to register placeholders and if on the latest dev build it tells you they are using the wrong stuff you should definitely provide the info to them and us

#

I did actually remove some registration methods for good

#

They still exist but won’t work

carmine veldt
#

clip I wouldn’t throw an exception

final shadow
#

It should print messages in your log

carmine veldt
#

just a big red warning

#

cuz exceptions make people think it’s broken

#

a warning is a warning

rancid minnow
#

You literally added back methods that do nothing but throw an exception

warm topaz
#

silly people

rancid minnow
#

It literally solves NOTHING

#

You end up with the same fucking thing

carmine veldt
#

clip I thought u were restoring their functionality?

rancid minnow
#

An exception being thrown

lofty pine
#

I see, yeah in some active maintained plugins that is possible, in some olders like I mentioned that is harder to do. Some plugins are AS-IS that still work stable but are now then broken.

final shadow
#

Literally same thing as deprecating a method that everyone uses

rancid minnow
#

Bruh...

final shadow
#

Don’t come at me

rancid minnow
#

You gained nothing

final shadow
#

Same as u

rancid minnow
#

You added back the method, but just made it throw an exception

#

This is the same fucking outcome as before

carmine veldt
#

k if no one adds it, I’ll try add it back tomorrow or tonight

rancid minnow
#

There was 0 reason to add them back

#

Now instead of the expansion manager catching it, and saying in a simple message that it wont load because its using something that doesnt exist

#

You get a fucking stacktrace

lofty pine
#

So I guess I have to stay on 2.10.6 till you guys figure this out 😛

#

Also noticed 2.10.8 /papi reload doesn't have a message anymore (only in console)

turbid vessel
#

hi - '&aOrt: %player_compass_world%' is not working for colors 😦 i want - '&aOrt: &6%player_compass_world%'

#

i need help 🙂

#

all other placeholders working with this formate

#

and %statistic_mob_kills% is not working

#

Server Version 1.12.2

mint fable
#

papi 2.10.7?

#

try the latest dev build

turbid vessel
#

2.10.6

#

okay i try now 2.10.7

mint fable
#

no, try the latest dev build

turbid vessel
#

PlaceholderAPI-2.10.7

#

this?

mint fable
#

check the pinned messages

turbid vessel
#

k

mint fable
#

my bad i thought it was on the plugin page

jade flume
#

does Statistic support offline players?

turbid vessel
#

placeholderapi-2.10.8-DEV-76 ah okay^^

mint fable
#

i don't believe so @jade flume

#

that's an mc thing i think

turbid vessel
#

need i just delete the old papi jar file or more?

mint fable
#

ya

turbid vessel
#

k

jade flume
#

i mean i asked here before but u said that i need it with leaderheads

#

to make a

#

leaderboard

mint fable
#

i believe leaderheads caches the value itself

jade flume
#

oh

mint fable
#

once the player logs in once

turbid vessel
#

scheisse.... all my Placeholders are removed

mint fable
#

i've never personally used it, but I know many have

turbid vessel
#

😭

mint fable
#

@turbid vessel as in?

turbid vessel
mint fable
#

?startuplog

tender vaporBOT
#
FAQ Answer:

Startup Log Location
Your latest startup log can be found in the logs folder of your
server directory, labeled as latest.log.
Please copy the contents and paste them to a paste service.
Type ?paste for more information.

mint fable
#

can you send that over

turbid vessel
#

yes

jade flume
#

/papi ecloud download Player ????

mint fable
#

it shouldn't have deleted anything

#

you might just need to update them though, (which can be done with that command)

turbid vessel
#

?paste

tender vaporBOT
#
FAQ Answer:

Paste Services
When asking for help with a config/menu/code issue please use one of these:
(However we do prefer if you used our paste :))
HelpChat Paste - Usage
Hastebin

turbid vessel
#

@mint fable 🙂

mint fable
#

hmm

turbid vessel
#

dont say hmm this make me cry^^

mint fable
#

it doesn't look like you have the expansions

turbid vessel
#

and sorry for my bad english

mint fable
#

/papi ecloud download <expansion>

#

so do that for player

#

vault

turbid vessel
#

i download a lot expansions^^

mint fable
#

your statz expansion is in the wrong folder

#

it needs to be in plugins/placeholderapi/expansions

turbid vessel
#

/srv/daemon-data/Privat/plugins/PlaceholderAPI/expansions/

mint fable
#

yep

#

right now you have it in /plugins/

turbid vessel
mint fable
#

can you type /papi reload

turbid vessel
#

same then before 🙂

mint fable
#

and then /papi list

#

you might have outdated expansions

#

so you have to get new ones

turbid vessel
#

okay

mint fable
#

when you download statistic, use this command /papi ecloud download statistic 1.7.0

turbid vessel
#

okay

jade flume
#

%leaderheads_name_statistic_player_kills_alltime_1% is that right?

turbid vessel
#

i never see that before sorry

mint fable
#

smh

#

ya it looks right to me

jade flume
#

it was returning to ""

#

now

#

its

#

the placeholder

#

it self

turbid vessel
#

./papi reload have no feedback in my chat^^

jade flume
#

after this command 😦

mint fable
#

wym no feedback?

#

it doesn't say reloaded?

turbid vessel
#

no

#

and normal stay in the chat succefull reloadet or somting like this (sorry for my bad English i speak better German^^)

mint fable
#

server version @jade flume ?

turbid vessel
#

can i share my screen? I have Nitro the Quality is not bad

jade flume
#

1.8.8

mint fable
jade flume
#

statistic is fine

#

working fine

#

but the leaderheads placeholder is not

mint fable
#

and did you enable it?

jade flume
#

oh now it gives me a space

#

the top killer is me but idk what wrong

mint fable
#

wym

#

is it not showing you?

jade flume
#

No

#

It doesn't

mint fable
#

what if you relog

jade flume
#

I restarted

mint fable
#

are you excluded?

#

/leaderheads excluded

jade flume
#

No players are..

mint fable
#

man i got no idea

#

does it work on signs

jade flume
#

I doesn't work when i do papi parse me

mint fable
#

but does it work on signs

jade flume
#

Didn't test

#

That

mint fable
#

that's why I asked

jade flume
#

I can't type that

mint fable
#

😉

jade flume
#

In a sign

#

I guess

mint fable
#

what?

jade flume
#

Imma test it in hologram

mint fable
#

no

#

you keep testing the same thing

#

stop testing the placeholder

#

test the leaderheads sign

jade flume
#

K

turbid vessel
#

i make the old Placeholder Plugin back and all (just not the) - '&aMobs Getötet:&6 %statistic_mob_kills% &a!' is working again 🙂

mint fable
#

did you type /papi ecloud download statistic 1.7.0

#

also from your screenshot, it looked like you had 2 jars in your folder

jade flume
mint fable
#

what is that

jade flume
#

ss

mint fable
#

...

jade flume
#

ScreenShot

mint fable
#

what of

jade flume
#

of the sign

#

gave me

#

0 kills

#

but in the scoreboard..

mint fable
#

that's on a sign?

jade flume
#

yes

mint fable
#

hmm

#

@steep thorn

#

i got no idea what's going on here

jade flume
#

lmfao

mint fable
#

Robin made it ^

#

so we'll see if we get blessed with help today

jade flume
#

made what

mint fable
#

leaderheads

jade flume
#

oh

#

i mean its not that important

mint fable
#

'tis most important

jade flume
#

wait wait wait

#

i now know why

mint fable
#

uh oh

#

i mean yay

#

why

jade flume
#

xd

#

i have a custom spigot

#

fork

mint fable
#

oh?

jade flume
#

maybe its the reason

mint fable
#

maybe

#

but the placeholder works

#

in papi

#

so

#

idk

jade flume
#

imma switch to spigot

#

may fix it

#

YES IT WAS

#

GG

#

THX

mint fable
#

now the ping was all useless

#

so sad PepeHands

jade flume
#

oh 😦

#

sorry Robin 😦

mint fable
#

👍 glad you found the issue

amber dirge
#

thanks piggy 🐷

west portal
#

why is PlaceholderExpansion#register deprecated, if it's recommended to use it in latest update?

final shadow
#

Yes

west portal
#

very helpful

brisk coral
#

Yes

west portal
#

after update neither onPlaceholderRequest nor onRequest get fired

balmy marten
west portal
#

there's not a word about new methods not actually working

balmy marten
#

Create an issue on the repo and someone will look into it

west portal
#

what's the point of this chat then if it just redirects back to github

balmy marten
#

It's more or less for the user end

#

Things that can be quickly sorted

#

I can't help you with your issue as I don't deal in the papi code

west portal
#

i see

main pelican
#

is it safe to use on venturechat now?

#

i saw they had an update that said its compatible now

brisk coral
#

Then yes

austere hawk
#

Does PAPI check for updates on cloud downloaded expansions?

final shadow
#

Only onEnable or in refresh

austere hawk
#

O
Thanks

#

Hello everyone! Does anyone know what the placeholder is for voteparty in featherboard? {voteparty_votesneeded} doesnt work for me

#

Also, whats the name of the papi? I tried /papi ecloud download Voteparty but it doesnt excist

brisk coral
austere hawk
#

@brisk coral I didnt purchase it. The owner did. Im the developer of the server.

brisk coral
#

?notowner

tender vaporBOT
#
FAQ Answer:

Not the owner of the server?
If you're not the owner of the server and you're the one requesting the support you'll need to first get the owner who purchased the plugin to join and run through the verification system listed in #spigot-linking, once linked they just need to give us the thumbs up that you're with them.

austere hawk
#

Alright then ill wait. hes sleeping rn xD

brisk coral
cunning ginkgo
#

hey

#

how much placeholderapi i can dowlnoad

#

14?

warm topaz
cunning ginkgo
#

%playtime_player% why isn't work

#

also %playertime_time% not work

turbid tide
#

ugh you have the plugin PlayerTime/

#

you need a plugin for that expansion to work

cunning ginkgo
#

?

#

why

#

PlayTime
/papi ecloud download PlayTime
%playtime_player%
%playtime_time%
%playtime_timesjoined%
%playtime_serveruptime%

#

i did

#

and isn't work

#

@turbid tide

turbid tide
#

but you need the PlayTime plugin

#

not just the expansion

cunning ginkgo
#

how he calld

#

i have essentials

austere hawk
#

Hey, I need a little help. I've been busting my ass for the past hour trying to make a java file to give me the time until midnight tonight. Kind of a cooldown, I'd like to give a temporary permission that expires at midnight every day ^^

red inlet
#

how can i make custom placeholders using placeholderapi?

turbid tide
#

@cunning ginkgo you don't need essentials

#

that's not a essentials placeholder

red inlet
#

ive got placeholderapi integrated already

turbid tide
warm topaz
#

@red inlet are u trying to make a separate expansion or add placeholders to a plugin?

#

^

cunning ginkgo
#

but on my last server i didn't has that and is worked

turbid tide
#

but on my last server i didn't has that and is worked
@cunning ginkgo I don't believe you

red inlet
#

@red inlet are u trying to make a separate expansion or add placeholders to a plugin?
@warm topaz im making my own plugin and need to add a few placeholders for messages

turbid tide
#

just use %player_time_played%

#

instead

#

Elitestars then check the wiki I sent

#

this is the correct link

austere hawk
#

@turbid tide with this %server_countdown_dd.MM.yyyy HH:mm_18.07.2020 12:00% I can't set today's date? which will change every day ^^

turbid tide
#

oh

#

I see

#

you said a java file ... so I thought you want to code it

#

or something

austere hawk
#

I misspoke:p

turbid tide
#

you can try %server_countdown_dd.MM.yyyy HH:mm_{server_time_dd.MM.yyyy} 12:00%

#

try this

austere hawk
#

return 0

#

hum

turbid tide
#

oh

austere hawk
#

ok if i set 12:00 to 23:59 he return what i want :p

turbid tide
#

do 24:00

#

not 23:59

austere hawk
#

ok ^^

turbid tide
#

for exatct time

#

just realised as well :))

austere hawk
#

😄 perfect now, trying to use this with luckperm xD

turbid tide
#

well I mean it will probably work if you are using it from a plugin that parses placeholders

austere hawk
#

i use deluxemenu ^^ (the best :p)

turbid tide
#

yeah then you'll probably be able to use it

austere hawk
#

not in the state 😦

#

[LP] Set test to true for n54b for a duration of 7 hours in context server=56m, world=56s.

#

I think I have to be able to eliminate the space when he gives me the resutat of /papi parse me %server_countdown_dd.MM.yyyy HH:mm_{server_time_dd.MM.yyyy} 24:00%

turbid tide
#

ugh

#

I see

#

you will probably have to use javascript expansion

austere hawk
#

yea i think too ^^

#

and no 😄

#

just like that

#

- '[console] lp user %player_name% permission settemp test true "%server_countdown_dd.MM.yyyy HH:mm_{server_time_dd.MM.yyyy} 24:00%"'

#

juste add " " and its perfect 😄

#

[LP] Set test to true for n54b for a duration of 7 hours 52 minutes 21 seconds in context global.

turbid tide
#

usually devs don't watch this channel as much

#

nice n54b

austere hawk
#

ty for help 😄

final shadow
final shadow
#

we are testing live in room 1

balmy marten
#

@Azim#6620 When you get a chance can you test the latest dev build of papi and see if it fixes your issue?

dusty dove
stable mist
#

Hello there is a problem with latest version

#

of papi

turbid tide
#

read above please

stable mist
#

it wont load my placeholders

turbid tide
#

clip's message

stable mist
#

@turbid tide still broken

#

xd

dusty dove
#

XxSkytoonexX
Orf1
Jesen
BoolyStudy
CarlosVitor
AhmedSaints

tall torrent
#

Hi! I have a problem with Javascript Expansion, I'm trying to create a variable with %quests_player_current_quest_names% but it creates an error because it outputs a list of current quest names with \n for the placeholder itself. I tried .replace() but it doesn't work :/. Does anyone have solution for this? ;_; Thanks

Error Log: https://paste.helpch.at/apefihowiy.bash

lofty pine
#

So latest papi dev build should work with non updated plugins?

final shadow
#

83 should

#

unless they are super outdated and use PlaceholderHook

junior musk
#

@tall torrent apparently you forgot a " somewhere

tall torrent
#

@tall torrent apparently you forgot a " somewhere
@junior musk it has " :(( idk why the result is like that with that placeholder

lofty pine
#

83 failed to build

junior musk
#

send the js file

tall torrent
#
var questlist = "%quests_player_current_quest_names%";
function PlayerQuest() {
    return questlist;
}
PlayerQuest();```
@junior musk
junior musk
#

I don't see the problem =/

brisk coral
#

I'm confused as to what you're trying to do here

balmy marten
#

83 failed to build
@lofty pine looking into it

#

@lofty pine try 84

lofty pine
#

Thank you, I will try it soon!

hollow plank
#

i followed the wiki for creating expansions but when i'm registering my expansion it's telling me that the register method is deprecated so is there a new way to register expansions with 2.10.7?

mint fable
#

can you link the page you followed?

mint fable
#

ah yes, you are correct

#

you need to switch to onRequest(OfflinePlayer, String)

final shadow
#

Use the latest dev build which is a likely candidate for release tonight

#

Those deprecation warnings are gone

mint fable
#

is onPlaceholderRequest staying?

final shadow
#

No

#

OnRequest

mint fable
#

but why remove the deprecated

#

or do you mean just the "not loading" part

final shadow
#

Nah register is no longer deprecated

mint fable
#

what about onPlaceholderRequest

final shadow
#

That’s deprecated use onRequest(offlineplayer, text)

mint fable
#

ye ye

#

that's the one on the wiki, gotta switch it over

#

somebody changed it in one place but not the other 2

#

updated wiki 👍

final shadow
#

ty

#

looks like 2.10.8 is going to be good so far

mint fable
#

I didn't revert back to register because I think the new canRegister should still work right?

#

ye it will

final shadow
#

canRegister is just to override if you have requirements based on if the expansion should be registered or not

#

ex: making sure fields are initialized etc

#

always gotta call register()

mint fable
#

oh?

#

nvm, papi will call it

final shadow
#

ya it will call canregister

#

but not register

loud pine
#

the latest dev build appears to have broken venture chat

mint fable
#

you're using {placeholders} right?

loud pine
#

never mind looks like I had build 74 not latest, oops

#

now supervanish is unhappy again, supervanish liked build 74 but not the release version... lol

turbid tide
#

there is a dev build

#

in the pinned messages

#

use that

loud pine
#

That is the one I'm using.

austere hawk
#

@austere hawk is my developer can you guys give him support perms or whatever

#

I think he had a placeholder question i was asleep

turbid tide
#

@austere hawk when you're trying to use them into mvdw placeholders you need to use them like this `{placeholderapi_placeholder} so in your case I think it is {placeholderapi_voteparty_votes} or something which is actually not a placeholder

#

check the wiki for all the placeholders

#

=wiki voteparty placeholders

tender vaporBOT
#
Wiki Result:

Placeholders - HelpChat Wiki
VoteParty provides PlaceholderAPI placeholders that you can utilize inside any
plugin that supports PlaceholderAPI. You can also use any PlaceholderAPI ...

turbid tide
#

just change %% to {} and add placeholderapi

austere hawk
#

Thanks!!

#

It doesnt work

#
  • '&b➛ &7Voteparty {placeholderapi_voteparty_votes}'
#

this is the whole line

turbid tide
#

where are you trying to use it?

#

in featherboard?

austere hawk
#

yes

#

Wish I could send screenshots

#

Can i send you a screenshot in dm to show what it looks like with the placeholders?

brisk coral
#

?imgur

tender vaporBOT
#
FAQ Answer:

You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.

turbid tide
#

go to plugins/placeholderapi/expansions and make sure there is no voteparty expansion

#

also yeah use imgur to send screenshots here

austere hawk
#

there is no voteparty expansion in there

#

the first picture is what it looks like right now. the second picture is what I want it to look like

#

the first picture is made with this line:

#
  • '&b➛ &7Voteparty {placeholderapi_voteparty_votes_required_party}'
turbid tide
#

- '&b➛ &7Voteparty &f{placeholderapi_voteparty_votes_recorded}{placeholderapi_voteparty_votes_required_total} @austere hawk

#

I think this is it

trim mist
warm topaz
#

read up glare

#

?notowner

tender vaporBOT
#
FAQ Answer:

Not the owner of the server?
If you're not the owner of the server and you're the one requesting the support you'll need to first get the owner who purchased the plugin to join and run through the verification system listed in #spigot-linking, once linked they just need to give us the thumbs up that you're with them.

warm topaz
#

that stuff ^

austere hawk
#

@turbid tide going to try it right now

trim mist
#

Okay, where's the owner?

junior musk
trim mist
#

Ahh okie

#

Just work up

#

Woke

warm topaz
#

good morning