#placeholder-api

150650 messages · Page 29 of 151

mint fable
#

👍 lmk

flint nacelle
#

strange it work even if i get it wrong lol 🙂

mint fable
#

I haven't done anything with the extended/upgraded with strict btw

#

it basically just ignored the potionextended_ part I bet

flint nacelle
#

I check now and potionextended,potionupgraded is no problem (is detect both "boosted" and extended is it should with one placeholder, but normal potion can I not separate from the rest (it detect all tree type with what I can use for normal potion and only way around i have see is set two other to "no" )).

mint fable
#

I gotta add in strict

#

hmm

#

maybe I'll just make it true/false

flint nacelle
#

👍

mint fable
#

can you test that? it's now potionextended:<boolean>

#

(true/false)

mint fable
#

@flint nacelle this

flint nacelle
#

will test

flint nacelle
#

if i use potionextended:true or false it ignore it (only read potionextended).

mint fable
#

hmm

#

ya that was my bad woops forgot to actually implement it

flint nacelle
#

🙂 no problems

mint fable
#

give that a go

snow wagon
#

Hello how to activate PlaceHolder ?

mint fable
#

What do you mean?

snow wagon
#

Well when I but% player_name% in my menu it doesn't work

mint fable
#

run those commands

snow wagon
#

Thanks

flint nacelle
#

ups, it work 🙂 PlusOne will test it more, soo far it work as expected.

mint fable
#

noice i will update

flint nacelle
#

Smaller bug I find , potionextended:false work fine but not potionextended:true (this work however potionextended and give right output). same i think with potionupgraded (no it work if i´m not miss somthing in my speed test).

mint fable
#

o no

#

i wish i could delete versions ugh

#

ok updated

flint nacelle
#

👍 will test so fast i have time 🙂

flint nacelle
#

I have test new version and it seams work (all part of the new potion,will report if I find any nasty bugs 😉 ). PlusOne

mint fable
#

👍

austere hawk
#

hello i found a bug in a placeholder of statistic
%statistic_time_played%
This Shows Total hours and not resting after i played 24H

it should be resting the hours and adding another day as played
what can i do ?

turbid tide
#

ah or maybe the Static expansion build

rich glen
#

[12:52:08 WARN]: [PlaceholderAPI] listplayers is attempting to register placeholders via a PlaceholderHook class which is no longer supported! have been getting this after updating my plugin to 1.16.4

#

and this is how I register it

        if(manager.getPlugin("PlaceholderAPI") != null)
        {
            new Placeholders(this).register();
        }
turbid tide
#

the listplayers is opensource? or are you making another one?

#

because I have to let you know there is an expansion called that

#

already

rich glen
#

oh, I just realised it's in a different class

#

it's a different thing, it's custom, mine

#

just the name may be similar

turbid tide
#

ok ok. ye so you figured out what the problem is?

rich glen
#

this is it.

turbid tide
#

ye return PlaceholderAPI.registerPlaceholderHook(getIdentifier(), this);

#

PlaceholderHook is outdated

#

no longer supported on papi 2.10.7

rich glen
#

how do I change it?

turbid tide
#

I mean you have to follow the wiki to see how you're suppose to register a hook now. new Placeholders(this).register(); ah I just realised Placeholders(this).register() there is already a register method so you'rs takes over I guess

#

so basically use the provided method from PAPI instead of yours

#

this is the one provided by PAPi public boolean register() { return this.getPlaceholderAPI().getLocalExpansionManager().register(this); }

rich glen
#

yeah, I opened the project, bumped the papi version

#

noticed it says the old register method is gonna get deleted

turbid tide
#

yeah it was deprecated for quite a while

#

and they finally decided to remove it

flint nacelle
#

I have a problem, should cooldown placeholder save data even when you do server restart?

austere hawk
#

admin

#

please add command to download placeholders from PowerRanks

#

i must have it

[EDIT 13:15]
okay i find command to enable placeholderapi in powerranks 🙂

balmy marten
#

Seems like the placeholders are built into PowerRanks now

#

hence why theres no expansion

flint nacelle
#

Like it is now, it not save data on restart and the file it save in is not same as it should save in.

raw plaza
#

I can get player top kills and show their skull/head? [Placeholder and Skull of player at same time]

steep thorn
#

@raw plaza show the skull where? DeluxeMenus?

raw plaza
#

Yes @steep thorn

#

Show Top Kills by skull at the moment

steep thorn
#

Do you have a placeholder for that?

raw plaza
#

Yes

steep thorn
#

@raw plaza have you checked this?

#

It shows you how you can use a placeholder for the skull items

raw plaza
#

Thks

barren verge
#

/papi parse me %math_{math_{playerlist_online,perm,yes,amount,cutscene}*1000}-40%

this gives this error
The provided value was invalid!
Reason: Unknown operator '!' at position 31

#

theres no '!' tho

turbid tide
#

@barren verge can you do /papi parse me %playerlist_online,perm,yes,amount,cutscene% and tell me exactly what it says?

barren verge
#

1

#

if I do with only *1000 it works

turbid tide
#

try /papi parse me %math_{playerlist_online,perm,yes,amount,cutscene}*1000% now

barren verge
#

if I add -40 operation it doesnt

turbid tide
#

maybe you can't use placeholder in placeholder in placeholder.

barren verge
#

actually I can do 1 math_ placeholder

turbid tide
#

but that's just a guess

turbid tide
#

ah

#

makes sense

#

actually

barren verge
#

but I dont need it thinking baout it

turbid tide
#

ye you don't

barren verge
#

lol

#

Im dumb

#

XD

#

thx btw

turbid tide
#

%math_{playerlist_online,perm,yes,amount,cutscene}*1000-40%

#

this will work

#

just as well

barren verge
#

yep

#

thx for ur time btw

turbid tide
#

also you might want to use [precision:0]

#

%math_[precision:0]{playerlist_online,perm,yes,amount,cutscene}*1000-40%

#

that's your choice

barren verge
#

whats that?

turbid tide
#

but that will remove the .00

#

because rn this will return 9960.00

barren verge
#

ah ok

turbid tide
#

👍

barren verge
#

thx again

turbid tide
#

no problem

flint nacelle
#

I have cooldown script from placeholder-javascript and it reset the time when i do a serverrestart , is it purpose to tho like that?

barren verge
#

probably

austere hawk
#

bruh can you guys fix the console error

#

no actual functionality affected but its really annoying

#

everytime i stop my server papi screaches in console

turbid tide
austere hawk
#

no the one with townychat

turbid tide
#

Can I see it?

austere hawk
#

also sorry about how i started to convo i confused this with deluxechat thought this was something that had been around for awhile

#

but if this is your first time hearing it my bad

turbid tide
#

Oh that one... Nothing we can do. Well technically PAPI could remove that check entirely but the Towny expansion dev could as well just add the method

#

Actually don't think PAPI can remove the check

austere hawk
#

should i talk to townychat dev

turbid tide
#

Probably

#

All they have to do is add 3 lines of code

#

Well

#

Dk if they made the expansion ass well

austere hawk
#

!papi

#

-papi <expansion>

soft tapir
#

Anyone know why placeholders arent working, when ever I do /papi ecloud command it always comes back with

No cloud expansions are available at this time.

warm topaz
#

?ecloudblock

tender vaporBOT
soft tapir
#

@warm topaz Still placeholders dont work any papi ecloud command I run says

No cloud expansions are available at this time.

turbid tide
#

well

#

the ecloud command doesn't work

#

because most likely

#

your host doesn't allow connections to the ecloud

#

so download the expansions manually

soft tapir
#

I did, it still isnt working tho and I rebooted

#

Unless I need to rename the jar file

turbid tide
#

you don't

#

send me a screenshot of how your plugins/placeholderAPI/expansions folder looks like

#

do /papi reload

#

and check the console

#

see what happens

soft tapir
#

Alright

#

It's fixed..

#

xD

mental night
#

smh limit

mint fable
#

Can I get some testers to test the checkitem 2.0.0?

#

I added give_

#

to give items 👍

#

Should work with nameequals mat amt data custommodeldata enchantments potiontype potionextended potionupgraded.

Will return yes if all items are deposited successfully and will return the number of items missed if not.

#

potion only works if it's a potion I believe

#

so far I've tested all and it did work so...

flint nacelle
#

Can test :) Wich versions shall I try on?

elfin spruce
#

Hi, how can I create a placeholder for Guilds?

steep thorn
#

@elfin spruce what do you mean with 'create'?

#

Develope one, use one?

elfin spruce
#

develop one to modify the original Guilds "prefix" placeholder

#

that is, add a placeholder with a different format for Guild Tag

#

As well as the config it offers to use "%guilds_formatted%" with options "Left and right braket"

#

Example: [GuildName] or without brakets GuildName

#

But in prefixes

#

I want to add it like this: [GuildPrefix] with the color that the user chooses when using the command

steep thorn
#

'the color that the user chooses using the command'

#

Seems like you want a custom plugin?

elfin spruce
#

You can choose the color you want in your guild, both name and prefix, originally, just by using &6 or another color code

#

Example: /guild prefix &9Prefix

#

I don't want a custom plugin, all good!

#

But yes a custom placeholder

steep thorn
#

You could use Javascript placeholders for this, seems pretty doable.

#

But why would you need a custom placeholder, couln't you just insert the brackets etc. in the place that you're planning to use the custom placeholder?

elfin spruce
#

I could do it, but the brackets that I would add would be with a color that I would choose, and I want the placeholder to load the brackets of the color that the user chose its guild prefix

#

Example:
/guild prefix &6Cool
The placeholder %guilds_prefix% It will show only the prefix name and color, example: &6Cool

Instead I want a placeholder that adds the brackets to the same color that the user has chosen
Example: &6[Cool]

#

If I did this, it would be a single color choice for all the brackets

#

Without using any programming

austere hawk
#

hi
i own three server
one for lobby
two for survival
can player create guild in lobby and use the guild prefix in survival server?

turbid tide
steep thorn
turbid tide
#

please send it here

#

?imgur

tender vaporBOT
turbid tide
#

@austere hawk ^

#

and please don't use all channels. Just one is enough

#

use imgur to send the image

#

huh?

mental night
#

:?

turbid tide
#

well then paste the error

#

?paste

tender vaporBOT
turbid tide
#

^

carmine veldt
#

You should probably wait until you're on computer before asking for support next time

silver minnow
#

or download discord

#

um what are the errors?

#

k

turbid tide
#

send it using HasteBin

silver minnow
#

?paste

tender vaporBOT
silver minnow
#

right there

#

wait

#

isn't helpchat paste the same as hastebin tho

tender vaporBOT
#

@austere hawk,

manic sky
#

holy

#

thats a lot of yaml errors

#

this isnt just papi

#

its also viaversion

#

and many other plugins

#

have yaml errors

mental night
#

idisguise...

#

jesus

#

just the amount of errors

manic sky
#

what version is your server?

#

you are using

#

the 1.13 version

#

of idisguise

#

for 1.12.2

#

...

#

yeah you are

#

[20:41:30] [Server thread/INFO]: [iDisguise] Loading iDisguise v5.8.2

silver minnow
#

uhhhh you're minecraft version doesn't support iDisguise, you need an outdated version of iDisguise due to your minecraft version being outdated

manic sky
#

look at the page

#

it tells you the version

#

don't just download random plugins

#

and not worry about the versions they are supported for

silver minnow
#

especially since your minecraft version is 1.12

manic sky
#

then download the correct version..?

silver minnow
#

Conclure is just saying to use plugins only if it supports the version (or use the correct version)

manic sky
#

I'm not saying to remove them

#

And also a lot of your plugins have issues, they aren't enabling at all

#

its not going to work

#

you are still going to get yaml errors

#

you have to fix those as well

#

[20:41:28] [Server thread/ERROR]: Could not load 'plugins\CommandNPC-1.9.1.jar' in folder 'plugins'

[20:41:29] [Server thread/ERROR]: Could not load 'plugins\ViaBackwards-3.2.0.jar' in folder 'plugins'

[20:41:29] [Server thread/ERROR]: Could not load 'plugins\ViaRewind-1.5.3.jar' in folder 'plugins'

#

Did you verify?

#

Did you use a yaml validator

#

sigh

tender vaporBOT
silver minnow
#

ok

manic sky
#

full log

silver minnow
#

did u input the yaml files?

#

or the console logs

#

?

manic sky
#

:d

silver minnow
#

?yaml

tender vaporBOT
silver minnow
#

in this, what did you put in the parser

#

;-;

#

you have to put the config files

manic sky
silver minnow
#

the ones with errors

#

not the logs that tell you that there are errors

#

lol

#

both dyno and barry

#

can you send your latest.log again

#

2

#
org.bukkit.plugin.UnknownDependencyException: Citizens
```might want to download Citizens if you want CommandNPC
#

unless

#

citizens isn't enabling

#

nvm

#

um

#

Citizens isn't in the log

#

Did you install the Citizens plugin..?

#

-_-

manic sky
#

wtf??

#

Bro

#

?????????????/

silver minnow
#

.....

tender vaporBOT
#

There is no time to wait! Ask your question @austere hawk!

manic sky
#

Why are you pinging us

carmine veldt
#

banned

turbid tide
#

lmao

junior musk
#

genius

turbid tide
#

he had demons in his pc ...

#

poor guy

carmine veldt
#

he needs jesus

junior musk
#

seems for like he had demons in himself tbh

manic sky
#

Lol

mental night
#

;-;

#

bloody people

austere hawk
#

Complete beginner. I want to display the balance of a person on the right. I have Essentials and LuckPerms installed. Was told I need PAPI and Vault extension. A kind soul redirected me here.

#

Would appreciate it if someone could tell me what to do.

mint fable
#

You also need some sort of scoreboard plugin

#

to download the expansions run
/papi ecloud download <expansion>
then
/papi reload

#

example: /papi ecloud download player

tender vaporBOT
mint fable
#

you can view all placeholders on the list above this

#

@austere hawk

austere hawk
#

Tysm.

mint fable
#

I put an example

#

you can see more info on the placeholder-list

#

As the person that told you said, you need the PAPI and Vault Extensions

#

(expansion)

#

PAPI is just an API that allows other plugins/expansions to add placeholders to your game

austere hawk
#

Oh so the vault is an example of an expansion?

mint fable
#

yep

#

same for player

mint fable
#

uh

#

in-game

#

or in console

austere hawk
#

Ah k.

#

And what do I need to do to set them up?

mint fable
#

have you gotten titlemanager?

austere hawk
#

Yup.

#

Cj, you there?

#

@mint fable ?

#

Sorry for the ping

mint fable
#

ya, so once you get that setup you just add the placeholder into your scoreboard

#

Have you checked out the list to see all available placeholders?

austere hawk
#

Why does it take so much work to add a scoreboard lmfao.

silver minnow
#

not really

#

just install a scoreboard plugin and put whatever text you want

#

can't get simpler

austere hawk
#

I'm confused

silver minnow
#

if you want placeholders then just download expansions

#

then put the placeholders in

austere hawk
#

Ok so I do this in game.

#

to download the expansions run
/papi ecloud download <expansion>
then
/papi reload

#

Right as Cj said

austere hawk
#

Then what?

silver minnow
#

download vault expansion

#

then reload papi

austere hawk
#

/papi ecloud download vault

#

this right

#

then /papi reload

silver minnow
#

yes

austere hawk
#

then?

mint fable
#

add the placeholder to your scoreboard

austere hawk
#

howww

silver minnow
mint fable
#

go into the titlemanager folder and edit the config

warm topaz
#

%placeholder%

silver minnow
#

%vault_eco_balance_commas%

austere hawk
#

woah

mint fable
#

You have configured plugins, right?

austere hawk
#

What does that mean.....

silver minnow
#

welp

mint fable
#

...

austere hawk
#

As I said I'm a beginner.

silver minnow
#

hm

mint fable
#

go to your plugins/titlemanager/ folder

austere hawk
#

Okay..

#

Then?

silver minnow
#

what files are there

mint fable
#

^

austere hawk
#

config.yml

silver minnow
#

and

#

that's it?

austere hawk
#

animations

silver minnow
#

aHa

mint fable
#

I think it's in config

silver minnow
#

1 more?

austere hawk
#

playerinfo.sqlite

#

smth

silver minnow
#

o

#

we just need yml files

#

😄

mint fable
#

but titlemanager is a very in-depth plugin

silver minnow
#

yes

mint fable
#

In config.yml you'll find the setup for the scoreboard

silver minnow
#

open up config.yml

austere hawk
silver minnow
#

and scroll down to scoreboard

mint fable
#

nothing to be scared of, you've never configured a plugin before and titlemanager just has a TON of config options

#

so it could easily be overwhelming

#

if you want to continue using titlemanager (even though simplescore will most likely work for your needs) you can always refer to the wiki here: https://tmdocs.tarkan.dev/

#

or their discord (linked on plugin page)

austere hawk
#

it took me 4 hrs just to get here 😦

austere hawk
silver minnow
#

;-;

austere hawk
#

could ya send an ss

silver minnow
#

no

austere hawk
#

welp

silver minnow
#

i havent configured a plugin in a while

#

so i dont remember

#

what it looks like

austere hawk
#

YOOO

#

I found scoreboard.

#

Pog.

#

@silver minnow @mint fable

mint fable
#

are you still using titlemanager

austere hawk
#

YES

#

in config.yml

mint fable
#

well you see the lines?

#

just change them to what you want them to be

#

remove/add/whatever

austere hawk
#

Sets the scoreboard (sidebar) that is sent to the player

scoreboard:

Toggles this feature

enabled: true

The title displayed at the very top of the scoreboard

WARNING! (1.12 or below ONLY) The title must consist of 32 or less characters (this includes color codes)

title: '${shine:[0;2;0][0;25;0][0;25;0][&3&l;&b&l]My Server}'

The lines of the scoreboard (Maximum of 15 lines allowed)

lines:

  • '&b&m----------------------------------'
  • '&b> &3&lPlayer Name:'
  • '&b%{name}'
  • '&r'
  • '&b> &3&lPing:'
  • '&b%{ping} MS'
  • '&r&r'
  • '&b> &3&lServer Time:'
  • '&b%{server-time}'
  • '&b&m----------------------------------&r'

A list of worlds that the Scoreboard should not be shown in.

disabled-worlds:

  • 'my-disabled-world'
  • 'my-disabled-world-nether'
#

that^

mint fable
#

?codeblocks

tender vaporBOT
mint fable
#

btw ^

#

but why send it? just edit the lines

austere hawk
#

which lines...

#

Oh.

#

I get it.

#
  - '&b> &3&lPlayer Name:'
  - '&b%{name}'
  - '&r'
  - '&b> &3&lPing:'
  - '&b%{ping} MS'
  - '&r&r'
  - '&b> &3&lServer Time:'
  - '&b%{server-time}'
  - '&b&m----------------------------------&r'
#

This right.

mint fable
#

yes

austere hawk
#

what do i edit in it ;-;

mint fable
#

what program are you using now?

#

notepad?

austere hawk
#

interface on a website

mint fable
#

oh brother

austere hawk
#

..

mint fable
#

there's a lot to explain here

austere hawk
#

should i give up..

mint fable
#

are you able to edit it on the website or just view it

austere hawk
#

i can edit.

mint fable
#

then edit it on the website

austere hawk
#

yea.

#

but what do I edit .-.

mint fable
#

how do you want your scoreboard to look?

austere hawk
#

what would the scoreboard show? the balance right.

mint fable
#

||I still suggest simplescore||

#

are you in-game?

#

right now the scoreboard shows all that nonsense

#
  - '&b&m----------------------------------'
  - '&b● &3&lPlayer Name:'
  - '&b%{name}'
  - '&r'
  - '&b● &3&lPing:'
  - '&b%{ping} MS'
  - '&r&r'
  - '&b● &3&lServer Time:'
  - '&b%{server-time}'
  - '&b&m----------------------------------&r'```
#

it shows the name, their ping, the server time

#

cut out whatever you don't want, and add what you do want

#

Including the placeholders we mentioned earlier

austere hawk
#

I still have to do this,

#

/papi ecloud download <expansion>
then
/papi reload

#

one sec.

#

One more thing @mint fable

#

This would show their balance of the economy in essentials right.

mint fable
#

yes

#

essentials uses vault for economy

austere hawk
#

Is there a plugin to get money?

#

Like to break wood that gives you money etc.

mint fable
#

uh

#

=plugin jobs

austere hawk
#

And to get jobs like breaking wood from a villager.

tender vaporBOT
mint fable
#

I think jobs has a pretty good default config as well ^

#

so you could use that probably with minimal configuring

austere hawk
#

And is there a plugin to sell stuff?

#

with a villager interface?

#

@mint fable ?

mint fable
austere hawk
#

But when I google stuff, I find outdated stuff :/

mint fable
#

villager shop is what I googled

austere hawk
#

@mint fable

#

/papi ecloud download vault doesnt work.

#

Unknown command.

#

wait one sec.

austere hawk
#

@mint fable done.

tender vaporBOT
#

@austere hawk,

austere hawk
#

I cant see the scoreboard Cj

#

I see the time, the ping.

#

And how can I shorten the scoreboard?

#

And how can I shorten the welcome text.

steep thorn
#

@austere hawk that question does not seem Papi related, use another channel*****

silver minnow
#

channel*

brazen breach
#

Hey guys 😄 I seem to have a problem with PlaceholderAPI.. Can anyone help? ❤️

mint fable
#

What's the issue?

brazen breach
#

Can i post a picture here?

turbid tide
#

?imgur

tender vaporBOT
brazen breach
#

ah okay, 2 sec

#

there we go

#

I see the "Could not fetch placeholder %votingplugin_total_alltime% from plugin PlaceholderAPI. Is the plugin properly installed?"

mint fable
#

do you have votingplugin installed?

brazen breach
#

yeah

#

That's the weird part

#

And that plugin is working fine

mint fable
#

it's possible you don't need the expansion

brazen breach
#

How do I remove it? :/

turbid tide
#

go to plugins/PlaceholderAPI/expansions

mint fable
#

hmm you do

turbid tide
#

and delete the one that is called VotingPlugin or something

#

probably there's a command for that but no idea what it is

brazen breach
#

aw

#

Okay i'll try, thank you so far!

#

😄

turbid tide
#

then do /papi reload

brazen breach
#

oh so I don't have to close the server to delete it?

mint fable
#

you still need it

#

maybe you just need to update it

#

run /papi ecloud download votingplugin

#

and /papi reload

brazen breach
#

okay ill try that first

mint fable
#

lookin good

brazen breach
#

Hmm, does the orange line mean anything?

#

oh okay cool

mint fable
#

just a warning

#

you see the WARN

turbid tide
#

nah just spigot showing unnecessary warnings

mint fable
#

I believe the expansion is a bit wrong

#

should be fixed, but should be fine

#

I wouldn't say "unnecessary"

brazen breach
#

yeah okay, thanks a lot guys! Seems like it isn't spamming the first pictures lines anymore

turbid tide
mint fable
#

it's because it doesn't override getrequiredplugin

#

but it also doesn't override onrequest

#

so I'm confused

brazen breach
#

Seems to be working anyway xD

mint fable
#

odd

brazen breach
#

I appreciate it hehe

mint fable
#

but good

brazen breach
#

😄

mint fable
#

lol I see a lot was put into it

#

so much so that it's class is actually called VotingPliuginExpansion.class

#

😂

brazen breach
#

x)

mint fable
#

😮 @override is not required

#

at all

#

this proves how little I know about annotation in java

turbid tide
#

:)))

mental night
#

blitz looking thic ;)))

brazen breach
mental night
#

Contact ur host

brazen breach
#

Yeah, it was them

#

Ty tho 😄

austere hawk
#

Hi, I'm getting an error or I don't know if it's an error

Placeholderapi version: 2.10.6
/papi ecloud download statistic I'm writing gives the following message

No cloud expansions are available at this time.

The reason I can't use the higher version is because the dev36 script gave an error.

turbid tide
#

?ecloudblock

tender vaporBOT
turbid tide
#

read this @austere hawk ^. Also update PAPI. 2.10.9 is out and there's also 2.10.10 dev builds

austere hawk
#

Shall I download the latest version?

turbid tide
#

its what we recommend yes. But we can't say that will fix your problem. The best solution we have is manual expansions download as the bot said

austere hawk
#

I am using the dev36 script. When I update the placeholder Api it gives the following error.

#

Caused by: java.lang.ClassNotFoundException: me.clip.placeholderapi.external.EZPlaceholderHook

#

@turbid tide

turbid tide
#

oh yeah so you have an expansion or plugin that uses an outdated hook

#

ah by the looks of it the skript expansion

#

idk if there's a more updated version of that expansion

austere hawk
#

Why can't I install in version 2.10.6 / papi ecloud download statistic @turbid tide

#

?

mental night
#

ur using outdated placeholderapi

austere hawk
#

yep

#

script developer returns 36 errors

#

skript dev36

#

I'm using low version because of this bug

steep thorn
#

@austere hawk because of 'which bug'? The error is because of your outdated version

austere hawk
#

Placeholderapi 2.10.6 /papi ecloud download statistic not working

#

No cloud expansions are available at this time.

steep thorn
#

That has nothing to do with Skript though

#

I don't know why that errors occurs, I suggest resetting the entire PlaceholderAPI folder and reinstalling latest dev build

austere hawk
#

Tried and gave the same error again

compact swallow
#

for the server extension, where does it get the name of the server

austere hawk
#

Hi, need a little help. I'm thinking now. So I use LeaderHeads, the placeholder gives me a nickname, can I somehow set the text color based on this data, depending on the user's group? Coloring his nickname in the band color

ashen sphinx
#

is papi 2.10.9 working for paper 1.16.4? if not where can I find dev builds of papi that work for paper 1.16.4?

mint fable
flint nacelle
flint nacelle
#

is it a way to but in a . or , in a placeholder? when it are large numbers is always help if you can split it.

carmine veldt
mint fable
#

@flint nacelle you around to test? just added loreequals and it works with give

#

loreequals:<string> Separate lines with |

#

as long as this test works I'll push 2.0.0

flint nacelle
#

yes can test 🙂 witch server versions will you I shall test?

mint fable
#

I tested with 1.16.4

#

so I feel testing with 1.8 or 1.9 would be fine

#

that's a good range

flint nacelle
#

will check 🙂

flint nacelle
# mint fable so I feel testing with 1.8 or 1.9 would be fine

So test 1.9.4 all functions work can give lore and name, colours and text style work fine. 8.8 give gives fairly unstable results. gives numbers when using n. simply says that I did not receive the item (no errors), but if I relog in get the item but an item some has the properties from the item I give before. portion does not work (do not know if it is completely different name for this). But work fine if you use colors and k, l, m and lore, name can you change (test normal items). change lore row work fine.

tender vaporBOT
#

@flint nacelle,

#

@flint nacelle,

regal parrot
#

hello i would like to display the number of golems killed but i can't find the correct entity name for mc 1.8.8 can you help me?

#

"Could not get the statistic 'KILL_ENTITY' for 'IRON_GOLEM'"

turbid tide
regal parrot
#

for 'IRONGOLEM' i have invalid entity

turbid tide
#

ye so IRON_GOLEM is right then the problem is something else

regal parrot
#

ok :/

turbid tide
#

make sure you're on the latest version of PAPI and same for the Statistic expansion

regal parrot
#

papi : 2.10.9
statistic : 2.0.0

regal parrot
#

[Statistic Expansion] Could not get the statistic 'KILL_ENTITY' for 'IRON_GOLEM'
java.lang.IllegalArgumentException: The supplied EntityType does not have a corresponding statistic

turbid tide
#

huh that's very weird

#

you're on what server version again? 1.8 or 1.8.8 ?

mental night
#

for mc 1.8.8

mild gale
#

what is the placeholder for all online players?

mental night
#

playerlist expansion

mint fable
#

i think potions uses damage numbers so it might be mat:potion,data:8201 in 1.8 or something like that @flint nacelle

mint fable
#

👍

#

as for the item glitching thing, I got no idea...

#

gives numbers when using n. simply says that I did not receive the item (no errors), but if I relog in get the item but an item some has the properties from the item I give before very odd behavior

flint nacelle
#

oo I see I was too lazzy, I mean &n my bad.

mint fable
#

ohhh

#

I don't think you can underline item names in 1.8

#

i don't know why, but I just feel that it wasn't possible

flint nacelle
#

Yes it seams like it way it buged, in 1.9.4 it work fine. But other like &k &o &l work, but the output is strange for &n you shuold not get a item.

mint fable
#

ya, I'll check into that

#

just tested, &n seems to work fine on 1.8.8 for me

#

in name and lore

flint nacelle
#

strange

mint fable
#

maybe it's something else on your server/client?

flint nacelle
#

new installed client and server (1.8.8 paper new from papermc).

mint fable
#

paper could be the issue

flint nacelle
#

Strange seams like the server or client needed a restart, for it work now.

mint fable
#

okay so

#

give with data was broken, just fixed that too

flint nacelle
#

yea that not work. give error.

mint fable
#

latest version

#

tested in 1.8 and 1.16 to work

#

just wanna make sure most bugs are out when I upload it

#

excluding the ones when people use invalid materials/potions/etc. 😉

flint nacelle
#

I run this command, some times it not notice that there is an empty slot. Know that there is some vanilla bug that does not register a slot even always (do not know about what is causing the error). I deletes an item that the plugin added and runs it again for a new item and it says yes without adding an item (does not happen every time)

papi parse my name %checkitem_give_amt:1,mat:potion,data:8257,nameequals:&n test,loreequals:&6&n test if it work|&6or if it not%

mint fable
#

what version?

#

also did you copy that from in game? it says loseequals

#

i gotta head to work, will be back later

flint nacelle
tender vaporBOT
#

@flint nacelle,

flint nacelle
regal parrot
#

Sorry Blitzzzzz i'm using 1.8.8

pulsar pendant
#

How do I use Skript with a variable? I tried this: %skript_percentage{player}%

This is the variable trying to place it with {-percentage%player%}

#

Oh is it normal to say "There is no expansion loaded with the identifier: Skript" when I try /papi info Skript, I downloaded it via /papi ecloud download Skript and did /papi reload which said no extensions registered and also tried restarting the server

silver minnow
#

@pulsar pendant

pulsar pendant
#

Still no registered

#

It is only detecting tab plugin

#

which I didn't even download the extension for it, it automatically added it

turbid tide
#

?ecloudblock

tender vaporBOT
turbid tide
#

you tried this ^ ?

pulsar pendant
#

No, but the file is in the extensions folder

#

will try

turbid tide
#

delete it

#

and download it again manually

pulsar pendant
#

is it ok to have _bGsPupR at end of the name file?

turbid tide
#

yeah idk if that matters

pulsar pendant
#

Still nothing after /papi reload

turbid tide
#

ok restart your server

#

and send the startup log

#

?startuplog

tender vaporBOT
turbid tide
#

^

pulsar pendant
#

Yeah, was about to, since I just saw an error showing in the log

turbid tide
#

ye I think you are using PAPI 2.10.7 or higher with the old Skript expansion. But I need the logs to confirm

pulsar pendant
#

Most likely the case, I have PAPI 2.10.9

turbid tide
#

ye

#

that confirms it

pulsar pendant
#

So, how do I get the newer one? I am only finding 1.0.0

turbid tide
#

ye its just a fork. i forgot who made it. It'll take a while to find it

pulsar pendant
#

Oh. Thanks!

turbid tide
#

oh

#

didn't know its on ecloud

#

you can try it

junior musk
turbid tide
#

seems like its been updated last year

junior musk
#

ah

turbid tide
#

does the fork not work?

#

the one from the ecloud?

pulsar pendant
#

with /papi reload the same message

turbid tide
#

try the one from Tangu's link

junior musk
#

December 23, 2019
surely won't

#

try to download the jar from the GitHub link I sent and put it in your Expansions folder in your PlaceholderAPI folder

turbid tide
#

delete the other skript jars from the expansions folder as well

pulsar pendant
#

It works

#

Thanks

turbid tide
#

👍

#

or maybe @vivid sparrow saw you're online xD

turbid tide
#

ty

empty rose
#

Im new to all of this... how would I start this process? I downloaded it, but I am unsure how to use it

empty rose
#

So I downloaded it bec I am starting a factions server and I want the score board to show on the side all of this information, But I can't seem to get the scoreboard to show

turbid tide
empty rose
#

ahhhh Ok, ok

#

do you know of any good ones?

turbid tide
#

Scoreboard Revision is a free one

#

but good ones if you can afford of course are KiteBoard

#

for example

#

is *

silver minnow
#

titlemanager 3.0.0

junior musk
#

or TAB Premium ¯_(ツ)_/¯

turbid tide
junior musk
#

it does

turbid tide
#

also can you even buy it anymore?

junior musk
#

you can

turbid tide
#

well with paypal I mean

junior musk
#

ah yeah

#

but you can with a credit card on Polymart

turbid tide
#

ah

#

ok

junior musk
turbid tide
#

xD

empty rose
#

ty all!

turbid tide
#

👍

safe rock
#

Hello

#

i got a error

#

[19:53:37 ERROR]: [PlaceholderAPI] expansion class TownyChatExpansion is outdated:

#

[19:53:37 ERROR]: [PlaceholderAPI] Failed to load placeholder expansion from class: pw.valaria.placeholders.mcmmo.bridge.McMMOPlaceholderExpansion

#

That the error i get on my server

#

how to fix it? 😄

turbid tide
#

the problem is that those expansion are outdated. Someone needs to update them. Idk who has access to update them tho. Until they are updated you could downgrade to PAPI 2.10.6

safe rock
#

uhm you need to help me here

#

is it the plugin PlaceholderAPI

#

that give me the error

#

and do you got a link i need to downgrade to PAPI

turbid tide
#

yes. well not the plugin itself

#

the expansions

#

the TownyChat and MCMMO expansions

#

need updating

safe rock
#

so i need to remove the file and replace it with PAPI?

turbid tide
#

download version 2.10.6

#

go to plugins and delete PlaceholderAPI.jar

#

now go again to plugins and place the one you downloaded from the linkj

#

link*

#

then restart the server

safe rock
#

Thanks

#

now i get more errors

#

[20:26:13 ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: com.extendedclip.papi.expansion.townychat.TownyChatExpansion
[20:26:13 ERROR]: [PlaceholderAPI] com/palmergames/bukkit/towny/exceptions/NotRegisteredException

#

[20:26:13 ERROR]: [PlaceholderAPI] Failed to init placeholder expansion from class: pw.valaria.placeholders.mcmmo.bridge.McMMOPlaceholderExpansion
[20:26:13 ERROR]: [PlaceholderAPI] Did not find a valid bridge! Are you using a supported version of mcmmo?

#

this 4

#

do i need to delete both folders?

#

befor?

turbid tide
#

hmm don't think so

#

do you have TownyChat installed?

safe rock
#

no

turbid tide
#

well then why do you have the expansion? delete it. go to plugins/PlaceholderAPI/expansions and delete the TownyChat one

#

and the McMMO one

safe rock
#

this is my plugin list

tender vaporBOT
turbid tide
#

yes then do as I said above

safe rock
#

and then restart the server?

turbid tide
#

just do /papi reload

#

should be enough

safe rock
#

I got no errors now 😄

turbid tide
#

👍

safe rock
#

thanks you so much!

turbid tide
#

you can also update PlaceholderAPI back

#

if you want

safe rock
#

I will 😄

#

what is this

#

20:37:39 INFO]: ProCosmetics has been disabled! Reason: Maximum IP addresses reached for this license.

turbid tide
#

seems like the plugin has a license system

#

contact the plugin's developer

safe rock
#

Okay thanks 😄

raw plaza
#

EssentialsX helper, says to contact here that Placeholders of Vault not work with EssentialsX currency.

mental night
#

did you download the vault expansion

austere hawk
#

Deluxechat placeholderapi Where can we find the part

tender vaporBOT
#

@austere hawk,

novel moss
#

Can you be more specific? You can find placeholders on the wiki page for papi

#

Also your question sounds like a google search

#

Lmao

tender stump
#

hello can you guys please help me?

So from a day to another placeholder api stop working when I do /papi reload it says this

#

an internal error ocurred while attempting to perform this command

steep thorn
#

Share the error that happened

tender stump
#

ok

steep thorn
#

It's in your logs

tender stump
#

I cant

steep thorn
#

?paste

tender vaporBOT
tender stump
steep thorn
#

Seems to be related to AutoRestart

#

I'm not sure exactly what the issue is, LinkageError's are pretty weird

#

Maybe someone else in this chat has better advice

#

Btw, always make sure to use latest version of both plugins

naive parcel
#

hi everyone

#

I'm one of the Multiverse devs. I was just curious as to where the code for the MV expansion is

#

reason I'm asking is because we're planning on changing the API a little bit (just removing deprecated stuff), and I want to make sure the Placeholders won't break

tender stump
#

yep it works!

manic sky
#

the nicegamer7 is a multiverse dev i can verify

rare lily
#

It's close-sourced, I'm afraid

naive parcel
#

okay, that's what I thought

#

I couldn't find it on the internet so I came here just to make sure

#

if anyone wants to make sure I am who I say, you can join the MV discord or look at GitHub (you'll see some commits by me)

#

anyways, just came to warn that the API might change soon-ish

carmine veldt
#

Might be closed source, i'll chuck it up on github if it is

naive parcel
#

oh ok, cool 👍

carmine veldt
#

it's decompiled, sorry if shits broken

naive parcel
#

no worries

#

I'll take a look at it later

austere hawk
#

when i added %pvpstats_kdr% it just shows as that on quickboard

#

i have the pvp stats plugin and on the website it says theres no download command

near nimbus
#

Any ideas how to make it so it doesn't say 55 hours?

austere hawk
#

is there any placeholder for kills deaths or kdr that actually works?

olive venture
#

LeakParkour no extension?
Console->papi ecloud download LeakParkour [06:53:45 INFO]: Failed to find an expansion named: LeakParkour

olive venture
#

So is there any way to do it manually or something?

austere hawk
#

there another expansion with parkour instead of leak

near nimbus
olive venture
austere hawk
#

bruh

#

leakparkour will not work

austere hawk
austere hawk
#

i was telling him it wasn’t gonna work

vivid sparrow
#

@turbid tide is js expansion usable on java 15?

turbid tide
#

but we should ask @rare lily xD

#

he's the one working on it

vivid sparrow
#

aight

pulsar plank
#

i need help. when i type in chat "/papi ecloud download Player" it says "Failed to find an expansion named: Player". Can anyone help me?

warm topaz
#

?ecloudblock

tender vaporBOT
orchid thistle
#

guys is there a way to create a top kills leaderboard with placeholderapi ?

mint fable
#

leaderheads does just that

#

=pl leaderheads

orchid thistle
#

with hologram ?

tender vaporBOT
mint fable
#

yep it has PAPI support

#

so you can use the placeholders wherever

orchid thistle
#

nice, ty mate : D

mint fable
#

👍 it also has a really good wiki

orchid thistle
#

i will check it : D

ivory lark
#

Hello, is this plugin compatible with 1.16.3 ? Because the last update I see was on Aug 4 2020.

mint fable
ivory lark
#

I just ckick to
PlaceholderAPI-2.10.10-DEV-118-javadoc.jar ?

austere hawk
#

can I format placeholders? for example, if a placeholder either can say 'online' or 'offline', can i make it say 'Online'? (i want to format stuff)

mint fable
#

you can with javascript

#

yes @ivory lark

ivory lark
#

Ok, thanks

mint fable
#

sorry not javadoc

#

download the bottom one

ivory lark
#

?

austere hawk
#

how though? @mint fable is there a guide?

trim mist
tender vaporBOT
ivory lark
#

ohh, ok

near nimbus
mint fable
#

could you give more information?

near nimbus
#

Basically i'm using the countdown PAPI Placeholder to Dec 25th and it says 55 hours for some reason along with days. Fairly sure thats a bug as it's only a week away..

mint fable
#

oh icic

#

the countdown or the difference between 2 dates?

#

and you can just remove what you don't want shown

near nimbus
#

oh

#

wait I think I found the issue

#

I'm on 2.2.3, latest is 2.4

#

I think it worked! Thank you though.

flint nacelle
#

I has update the issue cj89898 sry took some time for me to test this properly.

mint fable
#

all good, thanks again for the help

#

if you think it's ready for release I'll update it

flint nacelle
#

Oright i can do some more testing on newer versions (if we not counts errors if you set it up wrong 😉 ).

mint fable
#

ye dont count that

sick pawn
#

Hello, can i ask a question here?

mint fable
#

ask away

sick pawn
#

alright, im using luckperms and essentialsX (+essentialsXchat) and i want to add this line as placeholder (need to be in essentialsXchat if im right:

%clans_clan_tag%

But i dont really know where to add it. maybe its a dumb question but i've searched for the combination of these two and cant find it.

#

is this the right channel or?

mint fable
#

You need chatinjector

#

it's a plugin that will allow you to put papi placeholders in your essentials chat

sick pawn
#

oh thanks, i will look 🙂

#

i've installed chatinjector and restarted the server and its now this way in essentialsXconfig (Chat part)

 format: '&8 {clans_clan_tag} &7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}'

But its still not showing the good prefix, maybe i did something wrong?

#

it worked, nvm. thanks for the help!! really appriciate it

#

😄

solid mesa
#

and there is a placeholder responsible for taking the item ?

sage thicket
#

help?

turbid tide
warm sail
#

any reason placeholderapi red in pl?

turbid tide
#

?startuplog

tender vaporBOT
turbid tide
#

@warm sail send this please ^

warm sail
#

how do i get my log from here

turbid tide
#

well you copy the text from the file

#

and paste it to paste.helpch.at

tender vaporBOT
turbid tide
#

thank you @silver minnow

silver minnow
#

😄

#

there should be autodelete message tho

turbid tide
#

nah

#

its better like this

warm sail
#

ok sorry

#

what ?

turbid tide
#

1 sec

#

ugh

#

your pastebin doesn't work for me

warm sail
#

ok

#

this?

turbid tide
#

yep that

#

ok I'll be right back

warm sail
#

ok well idk latest placeholderapi broken in 1.16.4

turbid tide
warm sail
#

Yes

#

but placeholderapi 2.10.7 doesnt which is stranger

turbid tide
#

1 sec

warm sail
#

ok

turbid tide
#

download the latest dev build of PAPI

#

from the link and change the jar in your plugins folder

#

then restart

warm sail
#

sure ill try

#

ok my server up

turbid tide
#

and is PlaceholderAPI still red?

warm sail
#

yes

turbid tide
#

can you send the new log?

#

?startuplog

tender vaporBOT
turbid tide
#

?paste

tender vaporBOT
warm sail
#

i might just go back to placeholder api 2.10.7 since none of newer ones work

steel veldt
#

hm? the latest dev build didn't help with the error flood?

turbid tide
#

it doesn't give an error

#
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.10-DEV
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] null
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Error loading PlaceholderAPI v2.10.10-DEV at com.onarandombox.PlaceholderAPI.<init>(PHjava:56) ~[?:?]```
#

this is all it says

warm sail
#

i will use older version till new one is fixed

steel veldt
#

ah, my bad. I was just making an assumption based on my own issues, sorry

turbid tide
#

nah.

#

Opal what's your issue?

warm sail
#

thank u for help blitz

turbid tide
warm sail
#

can you let me know when it fixed so I can update?

steel veldt
#

Just some stacktrace errors on server shutdown, I've just updated to the latest dev build, so hopefully that should solve the issue

turbid tide
#

well if I ever find out what the problem is I'll let you know

warm sail
#

ok

turbid tide
#

errors***

steel veldt
#

sure thing, granted - there didn't seem to be anything inherently wrong, the plugin still functioned fine and I didn't notice anything going wonky, just some stacktrace errors whenever I shutdown

turbid tide
#

I mean I have an assumption to what it might be but once again just an assumption since i didn't see the errors

steel veldt
#

oh, no image perms

turbid tide
#

ah yeah

#

ultraperms expansion is missing the getVersion method

#

its not going to affect the placeholder indeed but its going to print a stacktrace yeah

steel veldt
#

mhm, figured as much.

turbid tide
#

yeah so nothing really you can do just ask the dev of the expansion to add the method

steel veldt
#

I'll talk to evan about it

atomic trench
#

Hi guys, do you know a way I can add placeholder outputs and return the added value with another placeholder? Like %javascript_sum% = %placeholder_1% + %placeholder_2% + (...) I feel this would be pretty simple with js but I'm just too dumb.

turbid tide
#
function main() {
  return parseInt("%placeholder_1%") + parseInt("%placeholder_2%") + parseInt("%placeholder_3%");
}
main();```
#

this is the code

#

you'd need

toxic nest
#

Hello guys, i have a problem which i had in the past but still not finished (fixed)
The main issue is that some placeholders are not right sinced.
By that i mean that for example statistics. Mined blocks are set and it counted it one day it just set it to 0 and stopped working.
I've set placeholder in parse to test and it gives 0 for me.
I've removed player data in my world + some cashe files + essentials player data just in case

Does anyone have any idea where is statistics getting the values.
I am using 1.8 version and latest 2.10.9 papi version + no errors in console

warm sail
trim mist
#

Can you be a little more specific?

turbid tide
#

well enabling and disabling

#
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.9
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.9
[17:55:10] [Server thread/INFO]: [PlaceholderAPI] Error loading PlaceholderAPI v2.10.9 please contact author!```
#

this is all it says

trim mist
sage thicket
#
[00:16:03 INFO]: This server is running Paper version git-Paper-318 (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
[00:16:03 INFO]: Checking version, please wait...
[00:16:04 INFO]: Previous version: git-Paper-213 (MC: 1.15.2)
[00:16:04 INFO]: You are 14 version(s) behind```

```>bungee
00:16:49 [INFO] CONSOLE executed command: /bungee
00:16:49 [INFO] This server is running BungeeCord version git:BungeeCord-Bootstrap:1.16-R0.4-SNAPSHOT:9c078b7:1539 by md_5```

```papi
[00:17:11 INFO]: PlaceholderAPI (2.10.9)
Author: [HelpChat]
PAPI Commands: /papi help
eCloud Commands: /papi ecloud```

Idk if this helps
#
[00:20:06 INFO]: Installed Expansions
    Name        Author  Verified  Version  
-------------------------------------------
2.  Player      clip    Y         1.7.2    
3.  Bungee      clip    Y         1.0.1    ```
warm sail
#

ok so just reinstall it?

sage thicket
#

reinstall what?

warm sail
#

placeholderapi? cuz dev version or latest version dont work

sage thicket
#

i mean the problem is its not updating

#

if i would of guess

austere hawk
#

yo how come galistener placeholder isn't working on deluxemenus @final shadow

tender vaporBOT
#

@austere hawk,

warm sail
#

ok ill use older verson one till version 2.10.11 is out

sage thicket
#

I think the wrong bungee expansion was uploaded to the ecloud https://prnt.sc/w5pwoe <- screenshot from lightshot with the info

austere hawk
#

it was cause i got that same notification to update it yet i did

sage thicket
#

On the ecloud it says "Version 2.0" in the jar file it says "1.0.1"

austere hawk
#

he uploaded the wrong version

#

@sudden slate

tender vaporBOT
#

@austere hawk,

sage thicket
#

xD

austere hawk
#

hey guido clip uploaded the wrong version of the bungee expansion

#

@sudden slate

tender vaporBOT
#

@austere hawk,

sage thicket
#

dotn ping please

vivid sparrow
#

@austere hawk last warning, stop

austere hawk
#

ok ms

sage thicket
#

You will get in trouble for spamm pinging staff

vivid sparrow
#

3 pings in 10m.

austere hawk
#

sorry ms.gaby

vivid sparrow
#

👍

austere hawk
#

yo tho

#

could u tell clip to upload the right version?

trim mist
austere hawk
#

waffle king so he did?

trim mist
#

I have no idea. I just compiled the latest for you.